Difference between revisions of "Lua:Class:Panel"
Jump to navigation
Jump to search
(Created page with ''''Panel Class''': (Inheritance: Panel->WinControl->Control->Component->Object) createPanel(owner): Creates a Panel class object which belongs to the given …') |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | '''Panel Class''': (Inheritance: | + | [[Category:Lua]] |
+ | '''Panel Class''': (Inheritance: ''[[WinControl]]''->''[[Control]]''->''[[Component]]''->''[[Object]]'') | ||
createPanel(owner): Creates a Panel class object which belongs to the given owner. Owner can be any object inherited from WinControl | createPanel(owner): Creates a Panel class object which belongs to the given owner. Owner can be any object inherited from WinControl | ||
− | + | == Properties == | |
− | + | ; Alignment: alignment | |
− | + | ; BevelInner: panelBevel | |
− | + | ; BevelOuter: panelBevel | |
− | + | ; BevelWidth: Integer | |
− | + | ; FullRepaint: boolean | |
− | + | == Methods == | |
− | + | ; getAlignment() : gets the alignment property | |
− | + | ; setAlignment(alignment) : sets the alignment property | |
− | + | ; getBevelInner() | |
− | + | ; setBevelInner(PanelBevel) | |
− | + | ; getBevelOuter() | |
− | + | ; setBevelOuter(PanelBevel) | |
− | + | ; getBevelWidth() | |
− | + | ; setBevelWidth(BevelWidth) | |
− | + | ; getFullRepaint() | |
− | + | ; setFullRepaint(boolean) | |
+ | |||
+ | |||
+ | {{LuaSeeAlso}} |
Latest revision as of 02:08, 25 January 2018
Panel Class: (Inheritance: WinControl->Control->Component->Object)
createPanel(owner): Creates a Panel class object which belongs to the given owner. Owner can be any object inherited from WinControl
Properties[edit]
- Alignment
- alignment
- BevelInner
- panelBevel
- BevelOuter
- panelBevel
- BevelWidth
- Integer
- FullRepaint
- boolean
Methods[edit]
- getAlignment()
- gets the alignment property
- setAlignment(alignment)
- sets the alignment property
- getBevelInner()
- setBevelInner(PanelBevel)
- getBevelOuter()
- setBevelOuter(PanelBevel)
- getBevelWidth()
- setBevelWidth(BevelWidth)
- getFullRepaint()
- setFullRepaint(boolean)