![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <gtk/gtk.h>
Include dependency graph for container.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| 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().
| G_BEGIN_DECLS 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().