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

Functions | |
int | ewl_label_init (Ewl_Label *la) |
Initializes the la widget. | |
Ewl_Widget * | ewl_label_new (void) |
Creates a new Ewl_Label widget with the text text in it. | |
const char * | ewl_label_text_get (Ewl_Label *la) |
Gets the current text set into the label. Note, this pointer will only be valid until the next time ewl_label_text_set() is called. | |
void | ewl_label_text_set (Ewl_Label *la, const char *text) |
Sets the given text into the widget la. | |
Ewl_View * | ewl_label_view_get (void) |
Creates and returns a view to be used by Ewl_Label widgets. |