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, gint columns, gint homogeneous);
- Gtk_Table(GtkTable *castitem);
- static bool isGtkTable(Gtk_Object *checkcast);
- void attach(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 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(void) 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.)