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
_______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
