diff options
author | Jeff Garzik <jgarzik@src.gnome.org> | 1999-01-21 00:37:48 +0000 |
---|---|---|
committer | Jeff Garzik <jgarzik@src.gnome.org> | 1999-01-21 00:37:48 +0000 |
commit | 6e3e247b9a1cdc7fec2197dceda35752f38c8003 (patch) | |
tree | 68c8ba7e932c79152d43cb4580fde846eaa102b1 /gtk/gtkhbox.h | |
parent | df21a7064f0c5130d84e035f820eae197024992b (diff) | |
download | gtk+-6e3e247b9a1cdc7fec2197dceda35752f38c8003.tar.gz |
. Free 'nprefix', closing a memory leak. Spaced out the code a bit to make
.
* gtk/gtkcombo.c (gtk_combo_entry_key_press):
Free 'nprefix', closing a memory leak.
Spaced out the code a bit to make it more readable.
* gtk/gtkhbox.[ch] (gtk_hbox_new),
gtk/gtkvbox.[ch] (gtk_vbox_new):
Change 'homogenous' arg from gint to gboolean.
* gtk/gtktogglebutton.[ch]:
New function gtk_toggle_button_get_active().
Diffstat (limited to 'gtk/gtkhbox.h')
-rw-r--r-- | gtk/gtkhbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkhbox.h b/gtk/gtkhbox.h index 5a326133d7..0c34610579 100644 --- a/gtk/gtkhbox.h +++ b/gtk/gtkhbox.h @@ -51,7 +51,7 @@ struct _GtkHBoxClass GtkType gtk_hbox_get_type (void); -GtkWidget* gtk_hbox_new (gint homogeneous, +GtkWidget* gtk_hbox_new (gboolean homogeneous, gint spacing); |