Package RASCAL.ToolboxStringSet

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

Clauses

Quick access : ClausesGenericsDefinitionsSubprograms


 
Context clauses
System
System.Unsigned_Types
Interfaces.C
RASCAL.OS
 
Use clauses
System
System.Unsigned_Types
Interfaces.C
RASCAL.OS
 

Basic Objects

Quick access : ClausesGenericsDefinitionsSubprograms


Basic Objects
Name Type Default
StringSet_Generate_User_Value_Changed16#1#constant
Flags
StringSet_Generate_Set_Value_Changed16#2#constant
StringSet_Writable16#4#constant
StringSet_Generate_About_To_Be_Shown16#8#constant
StringSet_No_Display16#10#constant
StringSet_Justification16#60#constant
StringSet_Justification_Shift16#5#constant
StringSet_Justification_Left16#0#constant
StringSet_Justification_Right16#1#constant
StringSet_Justification_Centred16#2#constant
StringSet_Get_Alphanumeric_Field16#1#constant
StringSet_Get_Pop_Up_Menu16#2#constant
StringSet_Action_Value_Changed16#8288E#constant
StringSet_Action_About_To_Be_Shown16#8288F#constant
StringSet_Value_Too_Long16#1#constant
 

Definitions

Quick access : ClausesGenericsDefinitionsSubprograms


Types
Name Declaration
StringSet_Components_Type(Field, Menu)
Toolbox_StringSet_ValueChanged_Pointeraccess Toolbox_StringSet_ValueChanged
Toolbox_StringSet_AboutToBeShown_Pointeraccess Toolbox_StringSet_AboutToBeShown
   
Toolbox_StringSet_ValueChanged record
This event is raised when the value of the StringSet has changed.
Component Type Default
MessageChar_Array (1..216)
HeaderToolbox_Event_Header
   
ATEL_Toolbox_StringSet_ValueChanged abstract tagged record
inheritance from Toolbox_EventListener (Toolbox_Event_StringSet_ValueChanged, -1, -1)
Component Type Default
EventToolbox_StringSet_ValueChanged_Pointer
   
Toolbox_StringSet_AboutToBeShown record
This event is raised just before the stringset's menu is to be shown.
Component Type Default
HeaderToolbox_Event_Header
   
ATEL_Toolbox_StringSet_AboutToBeShown abstract tagged record
inheritance from Toolbox_EventListener (Toolbox_Event_StringSet_AboutToBeShown, -1, -1)
Component Type Default
EventToolbox_StringSet_AboutToBeShown_Pointer
  
Pragmas
Convention(C, Toolbox_StringSet_ValueChanged)
Convention(C, Toolbox_StringSet_AboutToBeShown)
 

Subprograms

Quick access : ClausesGenericsDefinitionsSubprograms


  
Get_Components function
ReturnIcon_Handle_Type
Returs the ComponentIDs of the gadgets that make up the StringSet.
Parameter name Type Mode Default
WindowObject_IDin
ComponentComponent_IDin
PartStringSet_Components_Typein
  
Get_Selected function
ReturnString
Returns the name of the string currently in the stringset field.
Parameter name Type Mode Default
WindowObject_IDin
ComponentComponent_IDin
  
Get_Selected function
Returninteger
Returns the index of the selected item.
Parameter name Type Mode Default
WindowObject_IDin
ComponentComponent_IDin
  
Set_Allowable procedure
Sets the list of allowable characters which can be typed into a writable field.
Parameter name Type Mode Default
WindowObject_IDin
ComponentComponent_IDin
Allowablestringin
FlagsSystem.Unsigned_Types.Unsignedin0
  
Set_Available procedure
Sets the list of available strings in the stringset.
Parameter name Type Mode Default
WindowObject_IDin
ComponentComponent_IDin
Availablestringin
FlagsSystem.Unsigned_Types.Unsignedin0
  
Set_Selected procedure
Sets which string in the stringset is selected.
Parameter name Type Mode Default
WindowObject_IDin
ComponentComponent_IDin
Selectedstringin
  
Set_Selected procedure
Sets which string in the stringset is selected.
Parameter name Type Mode Default
WindowObject_IDin
ComponentComponent_IDin
Selectedintegerin