diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-11-21 16:01:56 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-11-21 16:01:56 +0000 |
commit | adcf33fa4d223cb0be763144eb67155257d76109 (patch) | |
tree | 17ec051567a70c376760bf030853153559927bd3 /tests/testcombo.c | |
parent | 5266d78a6e6aac9b1e50fcce2ba23974349e45b9 (diff) | |
download | gtk+-adcf33fa4d223cb0be763144eb67155257d76109.tar.gz |
Add a tearoff-title property, with getter and setter. (#316482, Olexiy
2005-11-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkcombobox.[hc]: Add a tearoff-title property,
with getter and setter. (#316482, Olexiy Avramchenko)
* tests/testcombo.c (main): Test gtk_combo_box_set_title
Diffstat (limited to 'tests/testcombo.c')
-rw-r--r-- | tests/testcombo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testcombo.c b/tests/testcombo.c index ba75342072..32ee4d1cad 100644 --- a/tests/testcombo.c +++ b/tests/testcombo.c @@ -1126,6 +1126,7 @@ main (int argc, char **argv) is_separator, NULL, NULL); gtk_combo_box_set_active (GTK_COMBO_BOX (combobox), 0); + gtk_combo_box_set_title (GTK_COMBO_BOX (combobox), "Dynamic list"); /* GtkComboBox custom entry */ tmp = gtk_frame_new ("GtkComboBox (custom)"); |