Re: (no subject)



Andrew Krause writes:
 > 
 > Also, how do you go the other direction, converting a Gtk::Widget* into a GtkWidget*? Thanks for the help.

use gobj()

Gtk::Window w;
GtkWindow *gtwindow = window.gobj();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]