lib/ewl_separator.c File Reference
#include "ewl_base.h"
#include "ewl_separator.h"
#include "ewl_macros.h"
#include "ewl_private.h"
#include "ewl_debug.h"
Include dependency graph for ewl_separator.c:

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. |