Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

ROInterface.ROGUIListBoxPlus

Extends
GUIListBox

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIListBoxBase
            |   
            +-- XInterface.GUIListBox
               |   
               +-- ROInterface.ROGUIListBoxPlus

Variables Summary
ROGUIListBoxPlus
stringScrollButtonsStyle
stringScrollGripStyle
stringScrollZoneStyle
eTextAlignTextAlign
Inherited Variables from XInterface.GUIListBox
List
Inherited Variables from XInterface.GUIListBoxBase
bInitializeList, bSorted, bVisibleWhenEmpty, DefaultListClass, MyList, MyScrollBar, OutlineStyleName, SectionStyleName, SelectedStyleName

Functions Summary
function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender))
Inherited Functions from XInterface.GUIListBox
InitBaseList, InitComponent, InternalOnChange, InternalOnClick, InternalOnDblClick, ItemCount, MyClose, MyOpen
Inherited Functions from XInterface.GUIListBoxBase
InitBaseList, InitComponent, InternalOnCreateComponent, SetFriendlyLabel, SetHint


Variables Detail

ROGUIListBoxPlus

ScrollButtonsStyle Source code

var(ROGUIListBoxPlus) string ScrollButtonsStyle;

ScrollGripStyle Source code

var(ROGUIListBoxPlus) string ScrollGripStyle;

ScrollZoneStyle Source code

var(ROGUIListBoxPlus) string ScrollZoneStyle;

TextAlign Source code

var(ROGUIListBoxPlus) eTextAlign TextAlign;


Functions Detail

InternalOnCreateComponent Source code

function InternalOnCreateComponent ( GUIComponent NewComp, GUIComponent Sender) )


Defaultproperties

defaultproperties
{
     ScrollZoneStyle="ScrollZone"
     ScrollGripStyle="RoundScaledButton"
     ScrollButtonsStyle="ScrollZone"
     DefaultListClass="ROInterface.ROGUIListPlus"
     OnCreateComponent=ROGUIListBoxPlus.InternalOnCreateComponent
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:51.633 - Created with UnCodeX