Closed ghost closed 9 years ago
Given a MainWindow reference, for example: MainWindow wnd = new MainWindow("Hello world"); how do I get the GtkWidget* pointer of this Window?
MainWindow wnd = new MainWindow("Hello world");
wnd.getWidgetStruct();
Given a MainWindow reference, for example:
MainWindow wnd = new MainWindow("Hello world");
how do I get the GtkWidget* pointer of this Window?