diff options
author | Owen Taylor <otaylor@src.gnome.org> | 1998-03-05 06:46:41 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-03-05 06:46:41 +0000 |
commit | 1ac59c103de66366bd5aedd4f8a5921ac6a755a9 (patch) | |
tree | 24eb4ceea9add98102ee0995470ff984189b2512 /gtk/gtktreeitem.h | |
parent | ba55b3f94ba99f24b424c879eaeafe47b932f189 (diff) | |
download | gdk-pixbuf-1ac59c103de66366bd5aedd4f8a5921ac6a755a9.tar.gz |
Old stuff that didn't get commited. (owt)
* gtk/gtkinputdialog.h (struct _GtkInputDialogClass):
removed 'gpointer data' arguments from default handler
structures.
* gtk/gtktreeitem.[ch]: Keep track of separate +/- pixmaps
for each colormap, removed the idle hack.
* testglib.c: Remove trailing ; after functions
----------------------------------------------------------------------
Diffstat (limited to 'gtk/gtktreeitem.h')
-rw-r--r-- | gtk/gtktreeitem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtktreeitem.h b/gtk/gtktreeitem.h index 035e01633..8093620f9 100644 --- a/gtk/gtktreeitem.h +++ b/gtk/gtktreeitem.h @@ -45,6 +45,8 @@ struct _GtkTreeItem GtkWidget *pixmaps_box; GtkWidget *plus_pix_widget, *minus_pix_widget; + GList *pixmaps; /* pixmap node for this items color depth */ + guint expanded : 1; }; |