summaryrefslogtreecommitdiff
path: root/gtk/gtkclist.h
diff options
context:
space:
mode:
authorJay Painter <jpaint@src.gnome.org>1998-02-20 05:29:03 +0000
committerJay Painter <jpaint@src.gnome.org>1998-02-20 05:29:03 +0000
commit005f39e02e351b1441e06b12aead3da13f3a87b5 (patch)
tree30ac435a571405aaee53410f9fc89d24f8cd7534 /gtk/gtkclist.h
parent75fbe1adaecab2f97058f32bdb4861a8fd5483c1 (diff)
downloadgtk+-005f39e02e351b1441e06b12aead3da13f3a87b5.tar.gz
moved widget creation to gtk_clist_construct for the gtk-- folks.
Diffstat (limited to 'gtk/gtkclist.h')
-rw-r--r--gtk/gtkclist.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/gtk/gtkclist.h b/gtk/gtkclist.h
index 164e2070c5..a70edd5953 100644
--- a/gtk/gtkclist.h
+++ b/gtk/gtkclist.h
@@ -268,9 +268,14 @@ struct _GtkCell
guint gtk_clist_get_type (void);
+/* constructers useful for gtk-- wrappers */
+void gtk_clist_construct (GtkCList * clist,
+ gint columns,
+ gchar * titles[]);
+
/* create a new GtkCList */
-GtkWidget *gtk_clist_new (int columns);
-GtkWidget *gtk_clist_new_with_titles (int columns,
+GtkWidget *gtk_clist_new (gint columns);
+GtkWidget *gtk_clist_new_with_titles (gint columns,
gchar * titles[]);
/* set the border style of the clist */