Method
Gtk Notebookget_tab_reorderable
since: 2.10
Declaration [src]
gboolean
gtk_notebook_get_tab_reorderable(
GtkNotebook*notebook,
GtkWidget*child
)
Description [src]
Gets whether the tab can be reordered via drag and drop or not.
Available since: 2.10
Parameters
child-
Type:
GtkWidgetA child
GtkWidget.The data is owned by the caller of the method.
Return value
Type: gboolean
TRUE if the tab is reorderable.