#include <gtk/gtkcontainer.h>
Go to the source code of this file.
Defines | |
#define | INCLUDED_GTKUTIL_CONTAINER_H |
Functions | |
GtkWidget * | container_add_widget (GtkContainer *container, GtkWidget *widget) |
void | container_remove (GtkWidget *item, gpointer data) |
void | container_remove_all (GtkContainer *container) |
#define INCLUDED_GTKUTIL_CONTAINER_H |
Definition at line 23 of file container.h.
Definition at line 27 of file container.h.
Definition at line 33 of file container.h.
Referenced by container_remove_all().
void container_remove_all | ( | GtkContainer * | container | ) | [inline] |
Definition at line 38 of file container.h.
References container_remove().