Package RASCAL.ToolboxOptionButton

DescriptionToolbox OptionButton related types and methods.
Authorbbracke
Date2005/11/21 20:14:33
Revision1.1
 

Clauses

Quick access : ClausesGenericsDefinitionsSubprograms


 
Context clauses
System
System.Unsigned_Types
RASCAL.Toolbox
RASCAL.OS
 
Use clauses
System
System.Unsigned_Types
RASCAL.Toolbox
RASCAL.OS
 

Basic Objects

Quick access : ClausesGenericsDefinitionsSubprograms


Basic Objects
Name Type Default
OptionButton_Generate_State_Changed16#1#constant
Flags
OptionButton_On16#4#constant
OptionButton_State_Changed_Adjust16#1#constant
OptionButton_State_Changed_Select16#4#constant
 

Definitions

Quick access : ClausesGenericsDefinitionsSubprograms


Types
Name Declaration
Button_State_Type(Off, On)
Toolbox_OptionButton_StateChanged_Pointeraccess Toolbox_OptionButton_StateChanged
   
Toolbox_OptionButton_StateChanged record
This event is raised when the state of an optionbutton changes.
Component Type Default
New_StateButton_State_Type
HeaderToolbox_Event_Header
   
ATEL_Toolbox_OptionButton_StateChanged abstract tagged record
inheritance from Toolbox_EventListener (Toolbox_Event_OptionButton_StateChanged, -1, -1)
Component Type Default
EventToolbox_OptionButton_StateChanged_Pointer
  
Pragmas
Convention(C, Toolbox_OptionButton_StateChanged)
 

Subprograms

Quick access : ClausesGenericsDefinitionsSubprograms


  
Get_Event function
ReturnToolBox_Event_Code_Type
Returns the event that will be raised when the state of the button is changed.
Parameter name Type Mode Default
WindowObject_IDin
ComponentComponent_IDin
FlagsSystem.Unsigned_Types.Unsignedin0
  
Get_Label function
ReturnString
Returns the label of the optionbutton.
Parameter name Type Mode Default
WindowObject_IDin
ComponentComponent_IDin
FlagsSystem.Unsigned_Types.Unsignedin0
  
Get_State function
ReturnButton_State_Type
Returns the state of the optionbutton.
Parameter name Type Mode Default
WindowObject_IDin
ComponentComponent_IDin
FlagsSystem.Unsigned_Types.Unsignedin0
  
Set_Event procedure
Sets the event that will be raised when the state of optionbutton is changed.
Parameter name Type Mode Default
WindowObject_IDin
ComponentComponent_IDin
EventToolBox_Event_Code_Typein
FlagsSystem.Unsigned_Types.Unsignedin0
  
Set_Font procedure
Sets the font to be used by the optionbutton. Default is the system font.
Parameter name Type Mode Default
WindowObject_IDin
ComponentComponent_IDin
FontStringin
Font_Widthintegerin12
Font_Heightintegerin12
FlagsSystem.Unsigned_Types.Unsignedin0
  
Set_Label procedure
Sets the label text of the optionbutton.
Parameter name Type Mode Default
WindowObject_IDin
ComponentComponent_IDin
LabelStringin
FlagsSystem.Unsigned_Types.Unsignedin0
  
Set_State procedure
Sets the state of the optionbutton.
Parameter name Type Mode Default
WindowObject_IDin
ComponentComponent_IDin
StateButton_State_Typein
FlagsSystem.Unsigned_Types.Unsignedin0