From a6459db91963f890ec6d62ef73273f51b373d632 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 4 May 2000 11:37:58 +0000 Subject: Define `E_TYPE_SHORTCUT_BAR'. svn path=/trunk/; revision=2795 --- widgets/shortcut-bar/ChangeLog | 4 ++++ widgets/shortcut-bar/e-shortcut-bar.h | 2 ++ 2 files changed, 6 insertions(+) (limited to 'widgets') diff --git a/widgets/shortcut-bar/ChangeLog b/widgets/shortcut-bar/ChangeLog index c4cbca5113..7258078925 100644 --- a/widgets/shortcut-bar/ChangeLog +++ b/widgets/shortcut-bar/ChangeLog @@ -1,3 +1,7 @@ +2000-05-04 Ettore Perazzoli + + * e-shortcut-bar.h (E_TYPE_SHORTCUT_BAR): New #define. + 2000-05-04 Ettore Perazzoli * e-icon-bar-bg-item.c (e_icon_bar_bg_item_draw): Initialize diff --git a/widgets/shortcut-bar/e-shortcut-bar.h b/widgets/shortcut-bar/e-shortcut-bar.h index ef40c89367..2482399428 100644 --- a/widgets/shortcut-bar/e-shortcut-bar.h +++ b/widgets/shortcut-bar/e-shortcut-bar.h @@ -57,6 +57,8 @@ struct _EShortcutBarGroup }; +#define E_TYPE_SHORTCUT_BAR (e_shortcut_bar_get_type ()) +#define SHORTCUT_BAR(obj) GTK_CHECK_CAST (obj, e_shortcut_bar_get_type (), EShortcutBar) #define E_SHORTCUT_BAR(obj) GTK_CHECK_CAST (obj, e_shortcut_bar_get_type (), EShortcutBar) #define E_SHORTCUT_BAR_CLASS(klass) GTK_CHECK_CLASS_CAST (klass, e_shortcut_bar_get_type (), EShortcutBarClass) #define E_IS_SHORTCUT_BAR(obj) GTK_CHECK_TYPE (obj, e_shortcut_bar_get_type ()) -- cgit v1.2.3