Inheritance diagram for Paned:
Public Member Functions | |
void | add1 (Widget child) |
Sets the first child either to the left or on the top. | |
void | add2 (Widget child) |
Sets the second child either to the right or on the bottom. | |
void | add (Widget child1, Widget child2) |
Sets the first and second childs. | |
gint | getPosition () |
Obtains the position of the divider between the two panes. | |
void | setPosition (gint position) |
Sets the position of the divider between the two panes. | |
Static Public Member Functions | |
GType | getType () |
Gets this class type. |
|
Sets the first and second childs.
|
|
Sets the first child either to the left or on the top.
|
|
Sets the second child either to the right or on the bottom.
|
|
Obtains the position of the divider between the two panes.
|
|
Gets this class type.
Reimplemented from Widget. |
|
Sets the position of the divider between the two panes.
|