Data Structures | |
struct | Ewl_Paned |
Inherits from Ewl_Widget and extends to provided the paned widget. More... | |
struct | Ewl_Paned |
Inherits from Ewl_Widget and extends to provided the paned widget. More... | |
Defines | |
#define | EWL_PANED(paned) ((Ewl_Paned *) paned) |
Typecasts a pointer to a Ewl_Paned pointer. | |
#define | ewl_hpaned_new() ewl_paned_new(EWL_ORIENTATION_HORIZONTAL) |
Shortcut to allocate a new horizontal Ewl_Paned. | |
#define | ewl_vpaned_new() ewl_paned_new(EWL_ORIENTATION_VERTICAL) |
Shortcut to allocate a new vertial Ewl_Paned. | |
Functions | |
Ewl_Widget * | ewl_paned_new (Ewl_Orientation orient) |
Allocate and initialize a new paned widget. | |
int | ewl_paned_init (Ewl_Paned *p, Ewl_Orientation orient) |
Initialize a new paned widget to default values. | |
void | ewl_paned_active_set (Ewl_Paned *p, Ewl_Position pos) |
Changes the current active pane of the paned widget. | |
Ewl_Position | ewl_paned_active_get (Ewl_Paned *p) |
Gets the current active partiton from the paned wiget. | |
void | ewl_paned_first_pane_append (Ewl_Paned *p, Ewl_Widget *w) |
Appends the wiget w to the first pane in p. | |
void | ewl_paned_first_pane_prepend (Ewl_Paned *p, Ewl_Widget *w) |
Prepends the wiget w to the first pane in p. | |
void | ewl_paned_second_pane_append (Ewl_Paned *p, Ewl_Widget *w) |
Appends the wiget w to the second pane in p. | |
void | ewl_paned_second_pane_prepend (Ewl_Paned *p, Ewl_Widget *w) |
Prepends the wiget w to the second pane in p. |
|
Gets the current active partiton from the paned wiget.
|
|
Changes the current active pane of the paned widget.
|
|
Appends the wiget w to the first pane in p.
|
|
Prepends the wiget w to the first pane in p.
|
|
Initialize a new paned widget to default values.
|
|
Allocate and initialize a new paned widget.
|
|
Appends the wiget w to the second pane in p.
|
|
Prepends the wiget w to the second pane in p.
|