rofi
1.5.1
|
![]() |
Typedefs | |
typedef struct _window | container |
Functions | |
container * | container_create (widget *parent, const char *name) |
void | container_add (container *container, widget *child) |
Abstract handle to the container widget internal state.
Definition at line 44 of file container.h.
container | Handle to the container widget. |
child | Handle to the child widget to pack. |
Add a widget to the container.
Definition at line 71 of file container.c.
References _window::child, _widget::parent, WIDGET, and widget_update().
Referenced by rofi_view_add_widget().
parent | The widget's parent |
name | The name of the widget. |
Definition at line 103 of file container.c.
References container_draw(), container_find_mouse_target(), container_free(), container_get_desired_height(), container_resize(), container_update(), _widget::draw, _widget::find_mouse_target, _widget::free, _widget::get_desired_height, _widget::resize, _widget::update, _window::widget, WIDGET, widget_init(), and WIDGET_TYPE_UNKNOWN.
Referenced by rofi_view_add_widget().