[Gtk-sharp-list] Gtk.Notebook Events not exposed?
Philippe Durand
draekz at gmail.com
Thu Sep 21 13:58:04 EDT 2006
When programs use GTK+ and C, i see events being used that do not seem to be
exposed in GTK#.
Am I correct in this fact? Or are they really there, but I dont see them :)
g_signal_connect (priv->notebook,
"tab_detached",
G_CALLBACK (chat_window_tab_detached_cb),
window);
g_signal_connect (priv->notebook,
"tabs_reordered",
G_CALLBACK (chat_window_tabs_reordered_cb),
window);
This would tell me that:
Gtk.Notebook.Reordered
and
Gtk.Notebook.Detached
would be present.. NO?
Draek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/gtk-sharp-list/attachments/20060921/df70dbbd/attachment.html
More information about the Gtk-sharp-list
mailing list