lib/ewl_stock.c File Reference
#include "ewl_base.h"
#include "ewl_stock.h"
#include "ewl_icon_theme.h"
#include "ewl_macros.h"
#include "ewl_private.h"
#include "ewl_debug.h"
Include dependency graph for ewl_stock.c:

Functions | |
void | ewl_stock_functions_set (Ewl_Stock *s, const Ewl_Stock_Funcs *const funcs) |
int | ewl_stock_init (Ewl_Stock *s) |
Initialize the stock widget and inherited fields. | |
Ewl_Stock_Type | ewl_stock_type_get (Ewl_Stock *s) |
Get the stock type in use. | |
void | ewl_stock_type_set (Ewl_Stock *s, Ewl_Stock_Type stock) |
Set the type of the stock to use. | |
Variables | |
struct { | |
const char *const image_key | |
const char *const label | |
const char *const tooltip | |
} | ewl_stock_items [] |
Variable Documentation
struct { ... } ewl_stock_items[] |
Referenced by ewl_stock_type_set().
const char* const image_key |
const char* const label |
Referenced by ewl_label_new(), and ewl_progressbar_custom_label_set().
const char* const tooltip |