Package RASCAL.ToolboxTabs

DescriptionToolboxTabs 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
 

Definitions

Quick access : ClausesGenericsDefinitionsSubprograms


 

Subprograms

Quick access : ClausesGenericsDefinitionsSubprograms


  
Set_State procedure
Parameter name Type Mode Default
WindowObject_IDin
ComponentComponent_IDin
StateSystem.Unsigned_Types.unsignedin
FlagsSystem.Unsigned_Types.unsignedin0
  
Get_State function
ReturnSystem.Unsigned_Types.unsigned
Parameter name Type Mode Default
WindowObject_IDin
ComponentComponent_IDin
FlagsSystem.Unsigned_Types.unsignedin0
  
Set_Selected procedure
Equivalent to clicking on the specified tab. Returns an error if the
supplied tab index is invalid.
Parameter name Type Mode Default
WindowObject_IDin
ComponentComponent_IDin
IndexNaturalin out
FlagsSystem.Unsigned_Types.unsignedin0
  
Get_Selected function
Returninteger
Parameter name Type Mode Default
WindowObject_IDin
ComponentComponent_IDin
FlagsSystem.Unsigned_Types.unsignedin0
  
Get_WindowFromTab function
ReturnObject_ID
Returns the window object that a particular tab is associated with.
Returns an error if the supplied tab index is invalid.
Parameter name Type Mode Default
WindowObject_IDin
ComponentComponent_IDin
IndexNaturalin
FlagsSystem.Unsigned_Types.unsignedin0
  
Get_TabFromWindow function
Returninteger
Returns the index of the tab which has a particular window associated
with it. Note that if you use shared window objects, only the first tab
to use a particular window will be returned. Returns -1 if the supplied
window object id doesn't match any attached to tabs.
Parameter name Type Mode Default
WindowObject_IDin
ComponentComponent_IDin
Tab_WindowObject_IDin
FlagsSystem.Unsigned_Types.unsignedin0
  
Set_Label procedure
Sets the text for a particular tab. By default the text is the title of
the window nested in the tab, but it can be changed with this method.
Returns an error if the supplied tab index is invalid.
Parameter name Type Mode Default
WindowObject_IDin
ComponentComponent_IDin
IndexNaturalin
TextStringin
FlagsSystem.Unsigned_Types.unsignedin0
  
Get_Label function
ReturnString
Parameter name Type Mode Default
WindowObject_IDin
ComponentComponent_IDin
IndexNaturalin
FlagsSystem.Unsigned_Types.unsignedin0