diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-06-19 18:00:18 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-06-19 18:00:18 +0800 |
commit | 601232972838757ac2cb67d3c80d5ea65216f1ca (patch) | |
tree | 863746ec2b031fccf0cb4da50897a5f7ba73edbc /widgets/misc/e-combo-button.h | |
parent | a5cbed25f3ca4dc4a805881aa051fa4d0a7a675f (diff) | |
download | gsoc2013-evolution-601232972838757ac2cb67d3c80d5ea65216f1ca.tar.gz gsoc2013-evolution-601232972838757ac2cb67d3c80d5ea65216f1ca.tar.zst gsoc2013-evolution-601232972838757ac2cb67d3c80d5ea65216f1ca.zip |
Fix for bug #252814
svn path=/trunk/; revision=32170
Diffstat (limited to 'widgets/misc/e-combo-button.h')
-rw-r--r-- | widgets/misc/e-combo-button.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/e-combo-button.h b/widgets/misc/e-combo-button.h index f7d5b878de..dac02c035f 100644 --- a/widgets/misc/e-combo-button.h +++ b/widgets/misc/e-combo-button.h @@ -72,6 +72,8 @@ void e_combo_button_set_label (EComboButton *combo_button, const char *label); void e_combo_button_set_menu (EComboButton *combo_button, GtkMenu *menu); +void e_combo_button_pack_vbox (EComboButton *combo_button); +void e_combo_button_pack_hbox (EComboButton *combo_button); GtkWidget *e_combo_button_get_label (EComboButton *combo_button); |