![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Include dependency graph for container.c:Go to the source code of this file.
Functions | |
| gboolean | dt_gui_container_has_children (GtkContainer *container) |
| int | dt_gui_container_num_children (GtkContainer *container) |
| GtkWidget * | dt_gui_container_first_child (GtkContainer *container) |
| GtkWidget * | dt_gui_container_nth_child (GtkContainer *container, int which) |
| static void | _remove_child (GtkWidget *widget, gpointer data) |
| void | dt_gui_container_remove_children (GtkContainer *container) |
| static void | _delete_child (GtkWidget *widget, gpointer data) |
| void | dt_gui_container_destroy_children (GtkContainer *container) |
Definition at line 74 of file container.c.
Referenced by dt_gui_container_destroy_children().
Definition at line 63 of file container.c.
References L.
Referenced by dt_gui_container_remove_children().
| void dt_gui_container_destroy_children | ( | GtkContainer * | container | ) |
Definition at line 80 of file container.c.
References _delete_child(), container(), and L.
Referenced by _lib_duplicate_init_callback(), clear_search(), dt_iop_gui_update_blendif(), dt_ui_container_destroy_children(), and gui_cleanup().
| GtkWidget * dt_gui_container_first_child | ( | GtkContainer * | container | ) |
Definition at line 43 of file container.c.
References container(), and L.
Referenced by _get_container_row_heigth(), and gui_init().
| gboolean dt_gui_container_has_children | ( | GtkContainer * | container | ) |
Definition at line 23 of file container.c.
References container(), FALSE, IS_NULL_PTR, and L.
Referenced by _destroyed_gui_thread().
| GtkWidget * dt_gui_container_nth_child | ( | GtkContainer * | container, |
| int | which | ||
| ) |
Definition at line 53 of file container.c.
References container(), and L.
Referenced by _iop_panel_label().
| int dt_gui_container_num_children | ( | GtkContainer * | container | ) |
Definition at line 33 of file container.c.
References container(), FALSE, and L.
| void dt_gui_container_remove_children | ( | GtkContainer * | container | ) |
Definition at line 68 of file container.c.
References _remove_child(), container(), and L.
Referenced by _on_storage_list_changed().