#include <upane.hpp>
Inheritance diagram for UScrollpane:

Public Member Functions | |
| UScrollpane (const UArgs &a=UArgs::none) | |
| constructor: creates a pane with 2 scrollbars | |
| UScrollpane (int v_scrollbar_mode, int h_scrollbar_mode, const UArgs &a=UArgs::none) | |
| constructor: creates a pane with 0, 1 or 2 scrollbars | |
Protected Member Functions | |
| void | constructs (int vs_mode, int hs_mode, const UArgs &) |
Friends | |
| UScrollpane & | uscrollpane (const UArgs &a=UArgs::none) |
| shortcut creator: creates a pane with 2 scrollbars | |
| UScrollpane & | uscrollpane (int Vscrollbar_policy, int Hscrollbar_policy, const UArgs &a=UArgs::none) |
| shortcut creator: creates a pane with 0, 1 or 2 scrollbars. | |
see class UPane for details.
|
|
constructor: creates a pane with 2 scrollbars See also: UPane and shortcut creator uscrollpane() |
|
||||||||||||||||
|
constructor: creates a pane with 0, 1 or 2 scrollbars the vertical (resp. horizontal) scrollbar is not created if v_scrollbar_mode (resp. h_scrollbar_mode) is false. See also: UPane and shortcut creator uscrollpane() |
1.4.1