Is there a way to access the g_* (gobject) methods directly within gtk-perl



Hi
I think I need to access the g_ methods directly within my app, in particular the g_signal stuff

eg:
where $vtype is a widget

$vtype->signal_list_ids;
 $vtype->signal_lookup('changed');

The Gtk3 docs seem to imply that this should work, but obviously I am doing something wrong

thanks

Mike


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