On Oct 9, 1:35 ¨Βν¬ ΆΝαςτιΔεΝεμμοΆ Όναςτιξδενε®®®ΐηναιμ®γονχςοτεΊ > On Thu, Oct 9, 2008 at 8:08 AM, Trans <transf... / gmail.com> wrote: > > Ok. How about any interest in creating Tk GUIs form an xml markup. Eg. > > Why not builder-style ruby markup? > > [:Root, {:name => 'test', :title => 'test'}, > [:Frame, {:name => 'menuframe'}, > [:Menubutton, {:name => 'filebutton', :text => "File", :underline => 0}, ... > > or even sexps > > (Root [(name :test) (title "test")] > (Frame [(name :menuframe)] > (Menubutton [(name :filebutton) (text "File")] Sure one can do that. I just happen to have code laying around already that already handles the xml. I wrote it long ago, thinking of something like Glade, but for Tk instead of Gtk. I never used it though. So I was just wondering if anyone wanted it. I hear Tk is going to get a native look-and-feel face-lift by the way. That could be interesting. T.