![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <widget.h>
Data Fields | |
void(* | gui_init )(lua_State *L) |
void(* | gui_cleanup )(lua_State *L, lua_widget widget) |
const char * | name |
gboolean | visible |
size_t | alloc_size |
struct dt_lua_widget_type_t * | parent |
luaA_Type | associated_type |
GType | gtk_type |
size_t dt_lua_widget_type_t::alloc_size |
Referenced by get_widget_params().
luaA_Type dt_lua_widget_type_t::associated_type |
Referenced by dt_lua_init_widget(), dt_lua_init_widget_type_type(), and get_widget_params().
GType dt_lua_widget_type_t::gtk_type |
Referenced by dt_lua_init_widget_type_type(), and get_widget_params().
void(* dt_lua_widget_type_t::gui_cleanup) (lua_State *L, lua_widget widget) |
Referenced by cleanup_widget_sub().
Referenced by init_widget_sub().
const char* dt_lua_widget_type_t::name |
Referenced by dt_lua_init_widget_type_type(), get_widget_params(), and widget_gc().
struct dt_lua_widget_type_t* dt_lua_widget_type_t::parent |
Referenced by cleanup_widget_sub(), dt_lua_init_widget_type_type(), and init_widget_sub().
gboolean dt_lua_widget_type_t::visible |