1 /* Automatically generated header! Do not edit! */
    2 
    3 #ifndef _PPCINLINE_RADIOBUTTON_H
    4 #define _PPCINLINE_RADIOBUTTON_H
    5 
    6 #ifndef __PPCINLINE_MACROS_H
    7 #include <ppcinline/macros.h>
    8 #endif /* !__PPCINLINE_MACROS_H */
    9 
   10 #ifndef RADIOBUTTON_BASE_NAME
   11 #define RADIOBUTTON_BASE_NAME RadioButtonBase
   12 #endif /* !RADIOBUTTON_BASE_NAME */
   13 
   14 #define RADIOBUTTON_GetClass() \
   15 	LP0(30, Class *, RADIOBUTTON_GetClass, \
   16 		, RADIOBUTTON_BASE_NAME, 0, 0, 0, 0, 0, 0)
   17 
   18 #define GetRadioButtonNodeAttrsA(__p0, __p1) \
   19 	LP2NR(54, GetRadioButtonNodeAttrsA, \
   20 		struct Node *, __p0, a0, \
   21 		struct TagItem *, __p1, a1, \
   22 		, RADIOBUTTON_BASE_NAME, 0, 0, 0, 0, 0, 0)
   23 
   24 #define FreeRadioButtonNode(__p0) \
   25 	LP1NR(42, FreeRadioButtonNode, \
   26 		struct Node *, __p0, a0, \
   27 		, RADIOBUTTON_BASE_NAME, 0, 0, 0, 0, 0, 0)
   28 
   29 #define SetRadioButtonNodeAttrsA(__p0, __p1) \
   30 	LP2NR(48, SetRadioButtonNodeAttrsA, \
   31 		struct Node *, __p0, a0, \
   32 		struct TagItem *, __p1, a1, \
   33 		, RADIOBUTTON_BASE_NAME, 0, 0, 0, 0, 0, 0)
   34 
   35 #define AllocRadioButtonNodeA(__p0, __p1) \
   36 	LP2(36, struct Node *, AllocRadioButtonNodeA, \
   37 		ULONG , __p0, d0, \
   38 		struct TagItem *, __p1, a0, \
   39 		, RADIOBUTTON_BASE_NAME, 0, 0, 0, 0, 0, 0)
   40 
   41 #if defined(USE_INLINE_STDARG) && !defined(__STRICT_ANSI__)
   42 
   43 #include <stdarg.h>
   44 
   45 #define AllocRadioButtonNode(__p0, ...) \
   46 	({ULONG _tags[] = { __VA_ARGS__ }; \
   47 	AllocRadioButtonNodeA(__p0, (struct TagItem *)_tags);})
   48 
   49 #define GetRadioButtonNodeAttrs(__p0, ...) \
   50 	({ULONG _tags[] = { __VA_ARGS__ }; \
   51 	GetRadioButtonNodeAttrsA(__p0, (struct TagItem *)_tags);})
   52 
   53 #define SetRadioButtonNodeAttrs(__p0, ...) \
   54 	({ULONG _tags[] = { __VA_ARGS__ }; \
   55 	SetRadioButtonNodeAttrsA(__p0, (struct TagItem *)_tags);})
   56 
   57 #endif
   58 
   59 #endif /* !_PPCINLINE_RADIOBUTTON_H */