|
Functions |
Etk_Widget * | etk_hpaned_new (void) |
| Creates a new horizontal paned container.
|
Etk_Widget * | etk_vpaned_new (void) |
| Creates a new vertical paned container.
|
void | etk_paned_child1_set (Etk_Paned *paned, Etk_Widget *child, Etk_Bool expand) |
| Sets the first child of the paned (the left one for a hpaned, the top one for a vpaned).
|
void | etk_paned_child2_set (Etk_Paned *paned, Etk_Widget *child, Etk_Bool expand) |
| Sets the second child of the paned (the right one for a hpaned, the bottom one for a vpaned).
|
Etk_Widget * | etk_paned_child1_get (Etk_Paned *paned) |
| Gets the first child of the paned (the left one for a hpaned, the top one for a vpaned).
|
Etk_Widget * | etk_paned_child2_get (Etk_Paned *paned) |
| Gets the second child of the paned (the right one for a hpaned, the bottom one for a vpaned).
|
void | etk_paned_child1_expand_set (Etk_Paned *paned, Etk_Bool expand) |
| Sets whether the first child should expand as much as possible when the paned is resized.
|
void | etk_paned_child2_expand_set (Etk_Paned *paned, Etk_Bool expand) |
| Sets whether the second child should expand as much as possible when the paned is resized.
|
Etk_Bool | etk_paned_child1_expand_get (Etk_Paned *paned) |
| Gets whether the first child expands.
|
Etk_Bool | etk_paned_child2_expand_get (Etk_Paned *paned) |
| Gets whether the second child expands.
|
void | etk_paned_position_set (Etk_Paned *paned, int position) |
| Sets the position in pixels of the separator of the paned.
|
int | etk_paned_position_get (Etk_Paned *paned) |
| Gets the position in pixels of the separator of the paned.
|