On this page
UINotebook
UINotebook.new
Inputs:
- pParentSizer [UISizer]:
- xPosition [integer?]: [optional, default=-1]
- yPosition [integer?]: [optional, default=-1]
- width [integer?]: [optional, default=-1]
- height [integer?]: [optional, default=-1]
- borderDirection [integer?]: (BorderDirection.ALL, BorderDirection.TOP, BorderDirection.BOTTOM, BorderDirection.LEFT or BorderDirection.RIGHT) [optional, default=BorderDirection.NONE]
- borderSize [integer?]: in pixels [optional, default=0]
- proportion [integer?]: [optional, default=0]
Outputs:
- uiNotebook [UINotebook]:
UINotebook:addTab
Inputs:
- label [string]: Label of the new tab
- sizer [UISizer]: Parent sizer of the elements contained in the new tab
UINotebook:destroy
Last updated 12 Apr 2025, 16:09 +0200 .