index, gtk-- homepage
class Gtk_Container
#include <gtk--/container.h>
Base classes: Gtk_Widget
Is derived by: Gtk_Bin Gtk_Box Gtk_Button Gtk_CList Gtk_Fixed Gtk_List Gtk_MenuShell Gtk_Notebook Gtk_Paned Gtk_ScrolledWindow Gtk_Table Gtk_Toolbar Gtk_Tree
Public member index
- static void cpp_class_init(GtkObject *);
- Gtk_Container(GtkContainer *castitem);
- static bool isGtkContainer(Gtk_Object *checkcast);
- virtual void add(Gtk_Widget *widget);
- virtual void add_label(const gchar *text);
- virtual void remove(Gtk_Widget *widget);
- void disable_resize(void);
- void enable_resize(void);
- void block_resize(void);
- void unblock_resize(void);
- void border_width(gint width);
- void register_toplevel(void);
- void unregister_toplevel(void);
- void foreach_interp(GtkCallbackMarshal marshall, gpointer callback_data, GtkDestroyNotify notify);
- void foreach_full(GtkCallback callback, GtkCallbackMarshal marshal, gpointer callback_data, GtkDestroyNotify notify);
- GList * children(void);
- Signal_proxyN<void,widgettype,GtkCallback,gpointer> foreach;
- Signal_proxyN<gint,widgettype,GtkDirectionType> focus;
- Signal_proxyN<gint,widgettype> need_resize;
- GtkContainer* gtkobj(void) const;
Protected member index
Public member descriptions
Protected member descriptions
(pages generated by PERCEPS -script.)