diff options
author | Johan Dahlin <johan@gnome.org> | 2005-04-04 20:37:42 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2005-04-04 20:37:42 +0000 |
commit | 3a51a0bc897cb9012746646f6a78967ccd9a495a (patch) | |
tree | d9951d5febacc5214e10ee1da2744e604fcf2a72 /gtk/gtkentryprivate.h | |
parent | f2f1c755a8fea5907b8060e282fb9b9cab70ad3c (diff) | |
download | gtk+-3a51a0bc897cb9012746646f6a78967ccd9a495a.tar.gz |
Remove symbols accidentally added. Add boolean property popup_set_width
2005-04-04 Johan Dahlin <johan@gnome.org>
* gtk/gtk.symbols: Remove symbols accidentally added.
* gtk/gtkentryprivate.h: Add boolean property popup_set_width
* gtk/gtktoggletoolbutton.c: (gtk_toggle_tool_button_class_init):
Use object_class instead of gobject_class
Diffstat (limited to 'gtk/gtkentryprivate.h')
-rw-r--r-- | gtk/gtkentryprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkentryprivate.h b/gtk/gtkentryprivate.h index 7fb369b9ca..43eff46b08 100644 --- a/gtk/gtkentryprivate.h +++ b/gtk/gtkentryprivate.h @@ -61,7 +61,7 @@ struct _GtkEntryCompletionPrivate guint has_completion : 1; guint inline_completion : 1; guint popup_completion : 1; - + guint popup_set_width : 1; GSource *check_completion_idle; }; |