DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(gtk.info) GtkTable

Info Catalog (gtk.info) GtkStatusbar (gtk.info) Widgets (gtk.info) GtkText
 
 The table widget
 ================
 
 Description
 -----------
 
 Options
 -------
 
  - User Option: rows
 
  - User Option: columns
 
  - User Option: homogeneous
      This option controls whether all child widgets in the `GtkTable'
      will be of the same size. The child widgets will be the size of
      the largest child.
 
 Signals
 -------
 
 Functions
 ---------
 
  - Function: guint gtk_table_get_type (void)
      Returns the `GtkTable' type identifier.
 
  - Function: GtkWidget* gtk_table_new (gint ROWS, gint COLUMNS, gint
           HOMOGENEOUS)
      Create a new `GtkTable' object initializing it with the values in
      ROWS, COLUMNS and HOMOGENEOUS. The new widget is returned as a
      pointer to a `GtkWidget'. `NULL' is returned on failure.
 
  - Function: void gtk_table_attach (GtkTable *TABLE, GtkWidget *CHILD,
           gint LEFT_ATTACH, gint RIGHT_ATTACH, gint TOP_ATTACH, gint
           BOTTOM_ATTACH, gint XOPTIONS, gint YOPTIONS, gint XPADDING,
           gint YPADDING)
 
  - Function: void gtk_table_attach_defaults (GtkTable *TABLE, GtkWidget
           *WIDGET, gint LEFT_ATTACH, gint RIGHT_ATTACH, gint
           TOP_ATTACH, gint BOTTOM_ATTACH)
 
  - Function: void gtk_table_set_row_spacing (GtkTable *TABLE, gint ROW,
           gint SPACING)
 
  - Function: void gtk_table_set_col_spacing (GtkTable *TABLE, gint COL,
           gint SPACING)
 
  - Function: void gtk_table_set_row_spacings (GtkTable *TABLE, gint
           SPACING)
 
  - Function: void gtk_table_set_col_spacings (GtkTable *TABLE, gint
           SPACING)
 
  - Function: GtkTable* GTK_TABLE (gpointer OBJ)
      Cast a generic pointer to `GtkTable*'.  Standard Macros, for
      more info.
 
  - Function: GtkTableClass* GTK_TABLE_CLASS (gpointer CLASS)
      Cast a generic pointer to `GtkTableClass*'.  Standard
      Macros, for more info.
 
  - Function: gint GTK_IS_TABLE (gpointer OBJ)
      Determine if a generic pointer refers to a `GtkTable' object.
       Standard Macros, for more info.
 
Info Catalog (gtk.info) GtkStatusbar (gtk.info) Widgets (gtk.info) GtkText
automatically generated byinfo2html