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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index fe113e8c5b..c5d73d9490 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,13 @@ +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. + 2004-12-17 Not Zed <NotZed@Ximian.com> * e-error.c (ee_load, e_error_newv): translate strings based on |