|
NetSurf
|
toolbar cusomisation context More...
Data Fields | |
| struct nsgtk_toolbar | toolbar |
| first entry is a toolbar widget so a customisation widget can be cast to toolbar and back. More... | |
| GtkWidget * | container |
| The top level container (tabBox) More... | |
| GtkBox * | toolbox |
| The vertical box into which the available tools are shown. More... | |
| GtkToolItem * | items [PLACEHOLDER_BUTTON] |
| widget handles for items in the customisation toolbox area More... | |
| int | dragitem |
| which item is being dragged More... | |
| bool | dragfrom |
| true if item being dragged onto toolbar, false if from toolbar More... | |
| GtkWidget* nsgtk_toolbar_customisation::container |
The top level container (tabBox)
Definition at line 225 of file toolbar.c.
Referenced by customisation_apply_clicked_cb(), and cutomize_button_clicked_cb().
| bool nsgtk_toolbar_customisation::dragfrom |
true if item being dragged onto toolbar, false if from toolbar
Definition at line 244 of file toolbar.c.
Referenced by customisation_container_drag_drop_cb().
| int nsgtk_toolbar_customisation::dragitem |
which item is being dragged
Definition at line 240 of file toolbar.c.
Referenced by customisation_container_drag_drop_cb(), and customisation_toolbar_drag_drop_cb().
| GtkToolItem* nsgtk_toolbar_customisation::items[PLACEHOLDER_BUTTON] |
widget handles for items in the customisation toolbox area
Definition at line 235 of file toolbar.c.
Referenced by add_toolbox_row(), and toolbar_customisation_create_toolbox().
| struct nsgtk_toolbar nsgtk_toolbar_customisation::toolbar |
first entry is a toolbar widget so a customisation widget can be cast to toolbar and back.
Definition at line 220 of file toolbar.c.
Referenced by add_toolbox_row(), customisation_apply_clicked_cb(), customisation_container_drag_drop_cb(), customisation_toolbar_drag_drop_cb(), customisation_toolbar_update(), and cutomize_button_clicked_cb().
| GtkBox* nsgtk_toolbar_customisation::toolbox |
The vertical box into which the available tools are shown.
Definition at line 230 of file toolbar.c.
Referenced by add_toolbox_row(), and cutomize_button_clicked_cb().