1 #ifndef GADGETS_VIRTUAL_H 2 #define GADGETS_VIRTUAL_H 3 4 /* 5 virtual.gadget definitions (V45) 6 7 Copyright © 2002 The MorphOS Development Team, All Rights Reserved. 8 */ 9 10 #ifndef REACTION_REACTION_H 11 # include <reaction/reaction.h> 12 #endif 13 14 #ifndef INTUITION_GADGETCLASS_H 15 # include <intuition/gadgetclass.h> 16 #endif 17 18 19 /* Attributes defined by virtual.gadget */ 20 21 #define VIRTUALA_Base (REACTION_Dummy + 0x24500) 22 #define VIRTUALA_Contents (VIRTUALA_Base) 23 #define VIRTUALA_Scroller (VIRTUALA_Base + 1) 24 #define VIRTUALA_ScrollX (VIRTUALA_Base + 2) 25 #define VIRTUALA_ScrollY (VIRTUALA_Base + 3) 26 #define VIRTUALA_VisibleX (VIRTUALA_Base + 4) 27 #define VIRTUALA_VisibleY (VIRTUALA_Base + 5) 28 #define VIRTUALA_TopX (VIRTUALA_Base + 6) 29 #define VIRTUALA_TopY (VIRTUALA_Base + 7) 30 #define VIRTUALA_TotalX (VIRTUALA_Base + 8) 31 #define VIRTUALA_TotalY (VIRTUALA_Base + 9) 32 #define VIRTUALA_ScrollerX (VIRTUALA_Base + 10) 33 #define VIRTUALA_ScrollerY (VIRTUALA_Base + 11) 34 #define VIRTUALA_InputScroll (VIRTUALA_Base + 12) 35 #define VIRTUALA_NoDispose (VIRTUALA_Base + 13) 36 37 38 #endif /* GADGETS_VIRTUAL_H */