Package RASCAL.ToolboxWritableField

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

Clauses

Quick access : ClausesGenericsDefinitionsSubprograms


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

Basic Objects

Quick access : ClausesGenericsDefinitionsSubprograms


Basic Objects
Name Type Default
WritableField_Generate_User_Value_Changed16#1#constant
Flags
WritableField_Generate_Set_Value_Changed16#2#constant
WritableField_RJustified16#4#constant
WritableField_HCentred16#8#constant
WritableField_Justification16#C#constant
WritableField_Conceal_Text16#10#constant
 

Definitions

Quick access : ClausesGenericsDefinitionsSubprograms


Types
Name Declaration
Toolbox_WritableField_ValueChanged_Pointeraccess Toolbox_WritableField_ValueChanged
   
Toolbox_WritableField_ValueChanged record
This event is raised when the value of a writable field has been changed by the user.
Component Type Default
ContentChar_Array (1..212)
HeaderToolbox_Event_Header
   
ATEL_Toolbox_WritableField_ValueChanged abstract tagged record
inheritance from Toolbox_EventListener (Toolbox_Event_WritableField_ValueChanged, -1, -1)
Component Type Default
EventToolbox_WritableField_ValueChanged_Pointer
  
Pragmas
Convention(C, Toolbox_WritableField_ValueChanged)
 

Subprograms

Quick access : ClausesGenericsDefinitionsSubprograms


  
Get_Value function
ReturnString
Returns the value (content) of the writable field.
Parameter name Type Mode Default
WindowObject_IDin
ComponentComponent_IDin
FlagsSystem.Unsigned_Types.Unsignedin0
  
Set_Allowable procedure
Sets the list of allowed characters for the writable field.
Parameter name Type Mode Default
WindowObject_IDin
ComponentComponent_IDin
Allowablestringin
FlagsSystem.Unsigned_Types.Unsignedin0
  
Set_Font procedure
Sets the font to be used in the writable field. Default is the system font.
Parameter name Type Mode Default
WindowObject_IDin
ComponentComponent_IDin
FontStringin
Font_Widthintegerin12
Font_Heightintegerin12
FlagsSystem.Unsigned_Types.Unsignedin0
  
Set_Value procedure
Sets the value (content) of the writable field.
Parameter name Type Mode Default
WindowObject_IDin
ComponentComponent_IDin
New_Valuestringin
FlagsSystem.Unsigned_Types.Unsignedin0