forked from AuroraMiddleware/gtk
notebook: Make a code snippet compile
This commit is contained in:
parent
4a999cbd1f
commit
1c267398ef
@ -7133,7 +7133,8 @@ gtk_notebook_get_tab_detachable (GtkNotebook *notebook,
|
|||||||
* notebook = gtk_drag_get_source_widget (context);
|
* notebook = gtk_drag_get_source_widget (context);
|
||||||
* child = (void*) gtk_selection_data_get_data (data);
|
* child = (void*) gtk_selection_data_get_data (data);
|
||||||
*
|
*
|
||||||
* process_widget (*child);
|
* // process_widget (*child);
|
||||||
|
*
|
||||||
* gtk_notebook_detach_tab (GTK_NOTEBOOK (notebook), *child);
|
* gtk_notebook_detach_tab (GTK_NOTEBOOK (notebook), *child);
|
||||||
* }
|
* }
|
||||||
* ]|
|
* ]|
|
||||||
|
Loading…
Reference in New Issue
Block a user