a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
Include
 classes
 clib
 datatypes
 devices
 diskfont
 dos
 exec
 gadgets
  button.h
  checkbox.h
  chooser.h
  clicktab.h
  colorwheel.h / .i
  datebrowser.h
  fuelgauge.h
  getfile.h
  getfont.h
  getscreenmode.h
  gradientslider.h / .i
  integer.h
  layout.h
  listbrowser.h
  page.h
  palette.h
  radiobutton.h
  scroller.h
  slider.h
  space.h
  speedbar.h
  string.h
  tapedeck.h / .i
  texteditor.h
  virtual.h
 graphics
 hardware
 images
 intuition
 libraries
 pragma
 pragmas
 prefs
 proto
 reaction
 resources
 rexx
 utility
 workbench
GuruMeditation
Docs » Include » gadgets » virtual.h
#ifndef GADGETS_VIRTUAL_H
#define GADGETS_VIRTUAL_H
/*
**	$VER: virtual.h 45.1 (07.10.2001)
**	Includes Release 45.1
**
**	Definitions for the virtual.gadget BOOPSI class
**
**	(C) Copyright 2001 Stephan Rupprecht
**	    All Rights Reserved
*/

/*****************************************************************************/

#ifndef REACTION_REACTION_H
#include <reaction/reaction.h>
#endif

#ifndef INTUITION_GADGETCLASS_H
#include <intuition/gadgetclass.h>
#endif

/*****************************************************************************/

/* Additional attributes defined by the virtual.gadget class
 */

#define VIRTUALA_Base			(REACTION_Dummy + 0x24500)

#define VIRTUALA_Contents		(VIRTUALA_Base + 0)
	/* (Object *) [IS] */
	 
#define VIRTUALA_Scroller		(VIRTUALA_Base + 1)
	/* (BOOL) [IS] */
	
#define VIRTUALA_ScrollX		(VIRTUALA_Base + 2)
	/* (WORD) [ISU] */
	
#define VIRTUALA_ScrollY		(VIRTUALA_Base + 3)
	/* (WORD) [ISU] */
		
#define VIRTUALA_VisibleX		(VIRTUALA_Base + 4)
	/* (WORD) [GN] */
	
#define VIRTUALA_VisibleY		(VIRTUALA_Base + 5)
	/* (WORD) [GN] */
	
#define VIRTUALA_TopX			(VIRTUALA_Base + 6)
	/* (WORD) [ISUGN] */
	
#define VIRTUALA_TopY			(VIRTUALA_Base + 7)
	/* (WORD) [ISUGN] */
		
#define VIRTUALA_TotalX			(VIRTUALA_Base + 8)
	/* (WORD) [GN] */
	
#define VIRTUALA_TotalY			(VIRTUALA_Base + 9)
	/* (WORD) [GN] */
	
#define VIRTUALA_ScrollerX		(VIRTUALA_Base + 10)
	/* (Object *) [I] */
	
#define VIRTUALA_ScrollerY		(VIRTUALA_Base + 11)
	/* (Object *) [I] */
	
#define VIRTUALA_InputScroll	(VIRTUALA_Base + 12)
	/* (BOOL) [IS] */
	
#define VIRTUALA_NoDispose		(VIRTUALA_Base + 13)
	/* (BOOL) [IS] */

/*****************************************************************************/

#endif /* GADGETS_VIRTUAL_H */

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Phenomena

DC
PHA
RSI
TBL

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se