Gtkbuilder subclasses

Posted by Masterofpsi on Stack Overflow See other posts from Stack Overflow or by Masterofpsi
Published on 2010-06-09T00:01:19Z Indexed on 2010/06/09 0:12 UTC
Read the original article Hit count: 536

Filed under:
|
|

Hi all. I'm developing an application with Gtk and Glade. My impression is that it's common practice to create a subclass of GtkWindow for your main window, but I'm stuck on how I would construct my subclass from a GtkBuilder definition. Does anyone know how?

© Stack Overflow or respective owner

Related posts about gtk

Related posts about glade