lib/ewl_spacer.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_Spacer |
| Inherits from Ewl_Widget and provides as a spacer between widgets. More... | |
Defines | |
| #define | EWL_SPACER(spacer) ((Ewl_Spacer *) spacer) |
| #define | EWL_SPACER_IS(w) (ewl_widget_type_is(EWL_WIDGET(w), EWL_SPACER_TYPE)) |
| #define | EWL_SPACER_TYPE "spacer" |
Typedefs | |
| typedef struct Ewl_Spacer | Ewl_Spacer |
Functions | |
| int | ewl_spacer_init (Ewl_Spacer *s) |
| Initialize a spacer to starting values. | |
| Ewl_Widget * | ewl_spacer_new (void) |
| Allocate and initialize a new spacer. | |