summaryrefslogtreecommitdiff
path: root/gtk/gtktable.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@nuclecu.unam.mx>1998-04-06 22:33:32 +0000
committerArturo Espinosa <unammx@src.gnome.org>1998-04-06 22:33:32 +0000
commit30533f03970b90ce333d737ac5a97513bcd9d62e (patch)
treefde4ccc46730c10daf9ff5b1467bb43fd3c26fb5 /gtk/gtktable.h
parent01c3cd84f5f82b41e6e7f47c55e18d91c8c48d2c (diff)
downloadgdk-pixbuf-30533f03970b90ce333d737ac5a97513bcd9d62e.tar.gz
Added function to set the homogeneous flag of the table (needed by derived
1998-04-06 Federico Mena Quintero <federico@nuclecu.unam.mx> * gtk/gtktable.h: * gtk/gtktable.c (gtk_table_set_homogeneous): Added function to set the homogeneous flag of the table (needed by derived widgets and such). 1998-04-03 Federico Mena Quintero <federico@nuclecu.unam.mx> * gtk/gtkradiobutton.h: Add prototype for gtk_radio_button_new_with_label_from_widget.
Diffstat (limited to 'gtk/gtktable.h')
-rw-r--r--gtk/gtktable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtktable.h b/gtk/gtktable.h
index afd2cd2bd..dd2b94647 100644
--- a/gtk/gtktable.h
+++ b/gtk/gtktable.h
@@ -117,6 +117,8 @@ void gtk_table_set_row_spacings (GtkTable *table,
gint spacing);
void gtk_table_set_col_spacings (GtkTable *table,
gint spacing);
+void gtk_table_set_homogeneous (GtkTable *table,
+ gint homogeneous);
#ifdef __cplusplus