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

Functions | |
int | ewl_border_init (Ewl_Border *b) |
Initialize a border container to default values. | |
unsigned int | ewl_border_label_alignment_get (Ewl_Border *b) |
Retruns the alignment setting of the label for this border container. | |
void | ewl_border_label_alignment_set (Ewl_Border *b, unsigned int align) |
alters the alignment setting of the label on the border | |
const char * | ewl_border_label_get (Ewl_Border *b) |
Get the label from a border widget. | |
Ewl_Position | ewl_border_label_position_get (Ewl_Border *b) |
Gets the label position of the border. | |
void | ewl_border_label_position_set (Ewl_Border *b, Ewl_Position pos) |
Sets the position of the label in the border container. | |
void | ewl_border_label_set (Ewl_Border *b, const char *t) |
Set the label for the border. | |
Ewl_Widget * | ewl_border_new (void) |
Allocate and initialize a new border container. |