>>>>> "John" == John Spray <[EMAIL PROTECTED]> writes:
John> On Wed, 2004-09-29 at 15:39, Jean-Marc Lasgouttes wrote: >> Hmm, couldn't you use this constructor in GLyXKeySym::print and >> transform this into a string? This would look better than adding >> 'Ctrl+' by hand, IMO. John> Gtk::AccelKey::get_abbrev unfortunately only outputs the John> gtk-parsable form "<Control>n". Good idea though, it's somewhat John> annoying that gtk won't give us its human-readable version (of John> course, such a function exists inside gtk, I just read it. An John> oversight in the interface). So it exists in gtk, but not gtkmm, right? Isn't it possible to call a gtk function on a gtkmm object? It would be a hack, but less than reimplementing the code that produces human-readable version. JMarc