|
Hi,
I'm new to Gtk development. In c# winforms when you want to create a form you start be subclassing it a adding controls.
I'm trying to do something similar but I don't realy know how. How can I SubClass a GtkWindow that is created using Gtk_Builder?
I'd like to design the window with Glade but in this case the parent needs to be set by the GtkWindow than was created with the Gtk_Builder The problem i can set the parent like this I think self->parent = (GtkWindow*)gtk_builder_get_object(self->builder, "window");
How is this usually handled? I'm using C
| Attachments: |
File comment: my mainwindow
src.tar.gz [928 Bytes]
Downloaded 68 times
|
|