Data Structures | |
struct | Ewl_Floater |
Inherits from Ewl_Box for layout purposes. More... | |
struct | Ewl_Floater |
Inherits from Ewl_Box for layout purposes. More... | |
Defines | |
#define | EWL_FLOATER(floater) ((Ewl_Floater *) floater) |
Typecasts a pointer to an Ewl_Floater pointer. | |
Typedefs | |
typedef Ewl_Floater | Ewl_Floater |
The floater is a container for widgets that need to be drawn on top of multiple widgets (ie. | |
Functions | |
Ewl_Widget * | ewl_floater_new (Ewl_Widget *parent) |
Allocate a new floater widget. | |
void | ewl_floater_position_set (Ewl_Floater *parent, int x, int y) |
Set the start x/y position of the floater. | |
void | ewl_floater_init (Ewl_Floater *f, Ewl_Widget *parent) |
Initialize a floater to default values. |
|
The floater is a container for widgets that need to be drawn on top of multiple widgets (ie. dropdownbox) |
|
Initialize a floater to default values.
|
|
Allocate a new floater widget.
|
|
Set the start x/y position of the floater.
|