On 8/20/06, Paul Pogonyshev <[EMAIL PROTECTED]> wrote: > Jonathon Jongsma wrote: > > On 8/20/06, Paul Pogonyshev <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > Are gtk_binding_*() functions wrapped in Gtkmm? I cannot find them > > > or their equivalent... > > > > http://bugzilla.gnome.org/show_bug.cgi?id=351810 > > > > This was just reported several days ago. For now you'll probably need > > to use the plain GTK+ functions. > > Indeed, thanks. However, to think of it, I don't have a Glib type in > Gtkmm program, right? So, gtk_binding_set_by_class() cannot be used... > Any ideas of what should be used instead? How bindings (except for > those coming from actions) are implemented in Gtkmm? > > Paul >
I've never done anything like this, so I'm honestly not sure how it all works, especially since there's very limited documentation even for the GTK+ functions. As far as Glib types, you might look at the details of Glib::ObjectBase. There may be some glib type stuff going on there. But again, i've never dug into this area, so I'm not sure how it all works. -- jonner _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
