On Sun, 2006-01-08 at 09:55 -0500, [EMAIL PROTECTED] wrote: > Thanks for your prompt response. > Although I have not tested your suggestion, I had a look at the code > and fond some parts of it intriguing, specially the part about > 'Gtkmm2ext' I have never seen this in the documentation, not that I > have read the entire gtkmm-doc, but I had done a fair amount of > reading. > I did a quick search on google and found that this code is part of > project called 'Ardour', a media thing. > I am using WinXP, and that program has not yet been ported to lesser > operating systems like MSW. But that's another point. > I would appreciate if you elavorate more on the 'Gtkmm2ext' matter.
in this instance, its nothing more than a namespace. i was just making my life easier by cutting and pasting the exact code i use. hopefully you understand namespaces. you can simply drop the namespace tag and get a function name in global scope. gtkmm2ext's relationship with ardour is completely irrelevant. its simply a library of additions and hacks to gtkmm that we use in ardour. --p _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
