diff options
author | Harry Lu <harry.lu@sun.com> | 2005-01-04 15:39:56 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2005-01-04 15:39:56 +0800 |
commit | 929792231aae9868bbcf6388b309a78e26ae10ba (patch) | |
tree | d8165bbeebb414605a99417c135315b50ac350ef /widgets/misc/e-combo-button.h | |
parent | 5905e1452b32f0adee2e97846a1d4c62818403f2 (diff) | |
download | gsoc2013-evolution-929792231aae9868bbcf6388b309a78e26ae10ba.tar.gz gsoc2013-evolution-929792231aae9868bbcf6388b309a78e26ae10ba.tar.zst gsoc2013-evolution-929792231aae9868bbcf6388b309a78e26ae10ba.zip |
new internal function to popup the menu. (impl_button_press_event): call
2004-01-04 Harry Lu <harry.lu@sun.com>
* misc/e-combo-button.c: (e_combo_button_popup): new internal function
to popup the menu.
(impl_button_press_event): call the new function.
(e_combo_button_class_init): init a11y.
(e_combo_button_get_label): new function to return label.
(e_combo_button_popup_menu): new function to popup menu.
* misc/e-combo-button.h: add function declarations.
svn path=/trunk/; revision=28227
Diffstat (limited to 'widgets/misc/e-combo-button.h')
-rw-r--r-- | widgets/misc/e-combo-button.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/widgets/misc/e-combo-button.h b/widgets/misc/e-combo-button.h index fa4dcc65a2..f7d5b878de 100644 --- a/widgets/misc/e-combo-button.h +++ b/widgets/misc/e-combo-button.h @@ -73,6 +73,10 @@ void e_combo_button_set_label (EComboButton *combo_button, void e_combo_button_set_menu (EComboButton *combo_button, GtkMenu *menu); +GtkWidget *e_combo_button_get_label (EComboButton *combo_button); + +gboolean e_combo_button_popup_menu (EComboButton *combo_button); + #ifdef __cplusplus } #endif /* __cplusplus */ |