lib/ewl_label.h File Reference
#include "ewl_view.h"
Include dependency graph for ewl_label.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | Ewl_Label |
| Inherits from Ewl_Widget class to provide a simple label. More... | |
Defines | |
| #define | EWL_LABEL(label) ((Ewl_Label *)label) |
| #define | EWL_LABEL_IS(w) (ewl_widget_type_is(EWL_WIDGET(w), EWL_LABEL_TYPE)) |
| #define | EWL_LABEL_TYPE "label" |
Typedefs | |
| typedef struct Ewl_Label | Ewl_Label |
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. | |
| 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. | |