Data Structures | |
struct | Ewl_Spacer |
Inherits from Ewl_Widget, and does not provide any further functionality, it is intended to be themed as transparent, and used to tweak spacing in an application. More... | |
struct | Ewl_Spacer |
Inherits from Ewl_Widget, and does not provide any further functionality, it is intended to be themed as transparent, and used to tweak spacing in an application. More... | |
Defines | |
#define | EWL_SPACER(spacer) ((Ewl_Spacer *) spacer) |
Typecasts a pointer to an Ewl_Spacer pointer. | |
Typedefs | |
typedef Ewl_Spacer | Ewl_Spacer |
The Ewl_Spacer is a simple widget that is used to tweak spacing in an app. | |
Functions | |
Ewl_Widget * | ewl_spacer_new (void) |
Allocate and initialize a new spacer. | |
void | ewl_spacer_init (Ewl_Spacer *s) |
Initialize a spacer to starting values. |
|
Initialize a spacer to starting values.
|
|
Allocate and initialize a new spacer.
|