gtkd-developers / GtkD

GtkD is a D binding and OO wrapper of GTK+ originally created by Antonio Monteiro
http://gtkd.org
Other
322 stars 71 forks source link

getting the GtkWidget* #111

Closed ghost closed 9 years ago

ghost commented 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?

MikeWey commented 9 years ago

wnd.getWidgetStruct();