rofi
1.5.4
|
#include <config.h>
#include <stdio.h>
#include "widgets/widget.h"
#include "widgets/widget-internal.h"
#include "widgets/container.h"
#include "theme.h"
Go to the source code of this file.
Data Structures | |
struct | _window |
Macros | |
#define | G_LOG_DOMAIN "Widgets.Window" |
Functions | |
static void | container_update (widget *wid) |
static int | container_get_desired_height (widget *widget) |
static void | container_draw (widget *wid, cairo_t *draw) |
static void | container_free (widget *wid) |
void | container_add (container *container, widget *child) |
static void | container_resize (widget *widget, short w, short h) |
static widget * | container_find_mouse_target (widget *wid, WidgetType type, gint x, gint y) |
container * | container_create (widget *parent, const char *name) |
#define G_LOG_DOMAIN "Widgets.Window" |
The log domain of this widget.
Definition at line 30 of file container.c.
|
static |
Definition at line 57 of file container.c.
References _window::child, and widget_draw().
Referenced by container_create().
|
static |
Definition at line 92 of file container.c.
References _window::child, widget_find_mouse_target(), widget_intersect(), _widget::x, and _widget::y.
Referenced by container_create().
|
static |
Definition at line 64 of file container.c.
References _window::child, and widget_free().
Referenced by container_create().
|
static |
Definition at line 46 of file container.c.
References _window::child, widget_get_desired_height(), and widget_padding_get_padding_height().
Referenced by container_create().
|
static |
Definition at line 82 of file container.c.
References _widget::h, _widget::w, _window::widget, and widget_update().
Referenced by container_create().
|
static |
Definition at line 118 of file container.c.
References _window::child, _widget::enabled, WIDGET, widget_move(), widget_padding_get_left(), widget_padding_get_remaining_height(), widget_padding_get_remaining_width(), widget_padding_get_top(), and widget_resize().
Referenced by container_create().