diff options
author | Jay Painter <jpaint@src.gnome.org> | 1998-01-21 08:56:52 +0000 |
---|---|---|
committer | Jay Painter <jpaint@src.gnome.org> | 1998-01-21 08:56:52 +0000 |
commit | b533c32dd4975e05530701228fa0c05710e891eb (patch) | |
tree | 04a60584d498cef4cf2e26a76d4101096466f659 /gtk/gtkclist.h | |
parent | 3dca4457638eeedb01f961560d0f9e9e6281e8db (diff) | |
download | gtk+-b533c32dd4975e05530701228fa0c05710e891eb.tar.gz |
GtkCList Updates. -Jay
Diffstat (limited to 'gtk/gtkclist.h')
-rw-r--r-- | gtk/gtkclist.h | 10 |
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, |