update patch to work with build system changes
[AROS-Contrib.git] / Networking / Apps / OWB / tabbedview.h
blob6b76cead16b83ce338ece0a6676b21b4a0e1b229
1 #ifndef _TABBEDVIEW_H
2 #define _TABBEDVIEW_H
4 /*
5 Copyright © 2009, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <utility/tagitem.h>
10 #include <libraries/mui.h>
12 /*** Identifier base ********************************************************/
13 #define MUIB_TabbedView (TAG_USER | 0x10000100)
15 /*** Public attributes ******************************************************/
16 #define MUIA_TabbedView_ActiveObject (MUIB_TabbedView | 0x00000000)
18 /*** Methods ****************************************************************/
19 #define MUIM_TabbedView_ForwardAttribute (MUIB_TabbedView | 0x00000000)
20 struct MUIP_TabbedView_ForwardAttribute { STACKED ULONG MethodID; STACKED Object *sender; STACKED IPTR attribute; STACKED IPTR value; };
21 #define MUIM_TabbedView_TriggerNotifications (MUIB_TabbedView | 0x00000001)
23 /*** Variables **************************************************************/
24 extern struct MUI_CustomClass *TabbedView_CLASS;
26 /*** Macros *****************************************************************/
27 #define TabbedViewObject BOOPSIOBJMACRO_START(TabbedView_CLASS->mcc_Class)
29 #endif /* _TABBEDVIEW_H */