Public Member Functions | |
| mixed | Init (mixed parentwidget, mixed params) |
| mixed | SetScrollX (mixed newval, mixed bFromScrollCallback) |
| mixed | SetScrollY (mixed newval, mixed bFromScrollCallback) |
| mixed | SetScroll (mixed scrollx, mixed scrolly, mixed bFromScrollCallback) |
| mixed | CreateScrollbar (mixed params) |
| mixed | CreateScrollBarsIfNeeded (mixed bScrollBarH, mixed bScrollBarV) |
| mixed | SetScrollBarHVisible (mixed bVisible) |
| creates scrollbar if needed | |
| mixed | SetScrollBarVVisible (mixed bVisible) |
| creates scrollbar if needed | |
Definition at line 6525 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::ScrollPane::Init | ( | mixed | parentwidget, | |
| mixed | params | |||
| ) | [inline] |
params:panew/h,iScrollBarThickness scrollx/y : initial scroll, defaults to 0 bAutoShowScrollBarH/V : automatically show/hide scrollbars as needed, defaults to true
Definition at line 6530 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::ScrollPane::SetScrollX | ( | mixed | newval, | |
| mixed | bFromScrollCallback | |||
| ) | [inline] |
Definition at line 6532 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::ScrollPane::SetScrollY | ( | mixed | newval, | |
| mixed | bFromScrollCallback | |||
| ) | [inline] |
Definition at line 6534 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::ScrollPane::SetScroll | ( | mixed | scrollx, | |
| mixed | scrolly, | |||
| mixed | bFromScrollCallback | |||
| ) | [inline] |
Definition at line 6536 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::ScrollPane::CreateScrollbar | ( | mixed | params | ) | [inline] |
Definition at line 6538 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::ScrollPane::CreateScrollBarsIfNeeded | ( | mixed | bScrollBarH, | |
| mixed | bScrollBarV | |||
| ) | [inline] |
Definition at line 6540 of file lua_pseudo_code.cpp.
| mixed gWidgetPrototype::ScrollPane::SetScrollBarHVisible | ( | mixed | bVisible | ) | [inline] |
| mixed gWidgetPrototype::ScrollPane::SetScrollBarVVisible | ( | mixed | bVisible | ) | [inline] |
1.5.6