Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
container.h File Reference
#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.

Functions

G_BEGIN_DECLS gboolean dt_gui_container_has_children (GtkContainer *container)
 
int dt_gui_container_num_children (GtkContainer *container)
 
GtkWidgetdt_gui_container_first_child (GtkContainer *container)
 
GtkWidgetdt_gui_container_nth_child (GtkContainer *container, int which)
 
void dt_gui_container_remove_children (GtkContainer *container)
 
void dt_gui_container_destroy_children (GtkContainer *container)
 

Function Documentation

◆ dt_gui_container_destroy_children()

void dt_gui_container_destroy_children ( GtkContainer container)

◆ dt_gui_container_first_child()

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().

◆ dt_gui_container_has_children()

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().

◆ dt_gui_container_nth_child()

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().

◆ dt_gui_container_num_children()

int dt_gui_container_num_children ( GtkContainer container)

Definition at line 33 of file container.c.

References container(), FALSE, and L.

◆ dt_gui_container_remove_children()

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().