lib/ewl_separator.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | Ewl_Separator |
| Inherits from Ewl_Widget to allow drawing a horizontal or vertical line between widgets, depending on the orientation the Ewl_Separator. More... | |
Defines | |
| #define | EWL_SEPARATOR(separator) ((Ewl_Separator *) separator) |
| #define | EWL_SEPARATOR_IS(w) (ewl_widget_type_is(EWL_WIDGET(w), EWL_SEPARATOR_TYPE)) |
| #define | EWL_SEPARATOR_TYPE "separator" |
Typedefs | |
| typedef struct Ewl_Separator | Ewl_Separator |
Functions | |
| Ewl_Widget * | ewl_hseparator_new (void) |
| Allocate a new separator widget with horizontal orientation. | |
| int | ewl_separator_init (Ewl_Separator *s) |
| Initialize the separator and inherited fields. | |
| Ewl_Widget * | ewl_separator_new (void) |
| Allocate a new separator widget with default (horizontal) orientation. | |
| Ewl_Orientation | ewl_separator_orientation_get (Ewl_Separator *s) |
| This retrieves the current orientation of the separator. | |
| void | ewl_separator_orientation_set (Ewl_Separator *s, Ewl_Orientation o) |
| Set the orientation of the separator. | |
| Ewl_Widget * | ewl_vseparator_new (void) |
| Allocate a new separator widget with vertical orientation. | |