index, gtk-- homepage
class Gtk_Table
#include <gtk--/table.h>
Base classes: Gtk_Container
Public member index
- static void cpp_class_init(GtkObject*);
- Gtk_Table(gint rows=1, gint columns=1, gint homogeneous=FALSE);
- Gtk_Table(GtkTable *castitem);
- static bool isGtkTable(Gtk_Object *checkcast);
- void attach(const Gtk_Widget &child, guint left_attach, guint right_attach, guint top_attach, guint bottom_attach, GtkAttachOptions xoptions=(GtkAttachOptions)(GTK_FILL|GTK_EXPAND), GtkAttachOptions yoptions=(GtkAttachOptions)(GTK_FILL|GTK_EXPAND), gint xpadding=0, gint ypadding=0);
- void resize(guint rows, guint columns);
- void attach(const Gtk_Widget &child, gint left_attach, gint right_attach, gint top_attach, gint bottom_attach, gint xoptions=(GTK_FILL|GTK_EXPAND), gint yoptions=(GTK_FILL|GTK_EXPAND), gint xpadding=0, gint ypadding=0);
- void attach_defaults(Gtk_Widget *child, gint left_attach, gint right_attach, gint top_attach, gint bottom_attach);
- void attach_defaults(const Gtk_Widget &child, gint left_attach, gint right_attach, gint top_attach, gint bottom_attach);
- void set_row_spacing(gint row, gint spacing);
- void set_col_spacing(gint row, gint spacing);
- void set_row_spacings(gint spacing);
- void set_col_spacings(gint spacing);
- GtkTable* gtkobj() const;
Public member descriptions
attach_defaults
void Gtk_Table::attach_defaults(Gtk_Widget *child, gint left_attach, gint right_attach, gint top_attach, gint bottom_attach);
attach_defaults is now obsolete as we have default arguments for
attach().
(pages generated by PERCEPS -script.)