summaryrefslogtreecommitdiff
path: root/gtk/gtkclist.h
diff options
context:
space:
mode:
authorJay Painter <jpaint@src.gnome.org>1998-01-21 08:56:52 +0000
committerJay Painter <jpaint@src.gnome.org>1998-01-21 08:56:52 +0000
commitb533c32dd4975e05530701228fa0c05710e891eb (patch)
tree04a60584d498cef4cf2e26a76d4101096466f659 /gtk/gtkclist.h
parent3dca4457638eeedb01f961560d0f9e9e6281e8db (diff)
downloadgtk+-b533c32dd4975e05530701228fa0c05710e891eb.tar.gz
GtkCList Updates. -Jay
Diffstat (limited to 'gtk/gtkclist.h')
-rw-r--r--gtk/gtkclist.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk/gtkclist.h b/gtk/gtkclist.h
index 2359e4bc55..8b1770c482 100644
--- a/gtk/gtkclist.h
+++ b/gtk/gtkclist.h
@@ -293,6 +293,16 @@ void gtk_clist_thaw (GtkCList * clist);
void gtk_clist_column_titles_show (GtkCList * clist);
void gtk_clist_column_titles_hide (GtkCList * clist);
+/* set the column title to be a active title (responds to button presses,
+ * prelights, and grabs keyboard focus), or passive where it acts as just
+ * a title */
+void gtk_clist_column_title_active (GtkCList * clist,
+ gint column);
+void gtk_clist_column_title_passive (GtkCList * clist,
+ gint column);
+void gtk_clist_column_titles_active (GtkCList * clist);
+void gtk_clist_column_titles_passive (GtkCList * clist);
+
/* set the title in the column title button */
void gtk_clist_set_column_title (GtkCList * clist,
gint column,