lib/ewl_cursor.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_Cursor |
| Inherits from Ewl_Window to allow packing widgets as cursor objects. More... | |
Defines | |
| #define | EWL_CURSOR(cursor) ((Ewl_Cursor *) cursor) |
| #define | EWL_CURSOR_IS(w) (ewl_widget_type_is(EWL_WIDGET(w), EWL_CURSOR_TYPE)) |
| #define | EWL_CURSOR_TYPE "cursor" |
Typedefs | |
| typedef struct Ewl_Cursor | Ewl_Cursor |
Functions | |
| int | ewl_cursor_init (Ewl_Cursor *c) |
| Initializes an Ewl_Cursor widget. | |
| Ewl_Widget * | ewl_cursor_new (void) |
| Creates and initializes a new Ewl_Cursor widget. | |