Signal
GtkNotebook::reorder-tab
Declaration
gboolean
reorder_tab (
GtkNotebook* self,
GtkDirectionType direction,
gboolean move_to_last,
gpointer user_data
)
Description [src]
Emitted when the tab should be reordered.
Default handler: The default handler is called after the handlers added via |
Signal can be directly emitted on objects from user code |
Parameters
direction
-
Type:
GtkDirectionType
The direction to move the tab.
move_to_last
-
Type:
gboolean
Whether to move to the last position.