Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
slider.c File Reference
#include "bauhaus/bauhaus.h"
#include "gui/gtk.h"
#include "lua/types.h"
#include "lua/widget/common.h"
+ Include dependency graph for slider.c:

Functions

static void slider_init (lua_State *L)
 
static int label_member (lua_State *L)
 
static int digits_member (lua_State *L)
 
static int step_member (lua_State *L)
 
static int hard_min_member (lua_State *L)
 
static int hard_max_member (lua_State *L)
 
static int soft_min_member (lua_State *L)
 
static int soft_max_member (lua_State *L)
 
static int value_member (lua_State *L)
 
static int tostring_member (lua_State *L)
 
int dt_lua_init_widget_slider (lua_State *L)
 

Variables

static dt_lua_widget_type_t slider_type
 

Function Documentation

◆ digits_member()

static int digits_member ( lua_State L)
static

◆ dt_lua_init_widget_slider()

◆ hard_max_member()

static int hard_max_member ( lua_State L)
static

◆ hard_min_member()

static int hard_min_member ( lua_State L)
static

◆ label_member()

static int label_member ( lua_State L)
static

◆ slider_init()

◆ soft_max_member()

static int soft_max_member ( lua_State L)
static

◆ soft_min_member()

static int soft_min_member ( lua_State L)
static

◆ step_member()

static int step_member ( lua_State L)
static

◆ tostring_member()

static int tostring_member ( lua_State L)
static

◆ value_member()

static int value_member ( lua_State L)
static

Variable Documentation

◆ slider_type

dt_lua_widget_type_t slider_type
static
Initial value:
= {
.name = "slider",
.gui_init = slider_init,
.gui_cleanup = NULL,
.alloc_size = sizeof(dt_lua_widget_t),
.parent= &widget_type
}
static void slider_init(lua_State *L)
Definition slider.c:34
Definition widget.h:25
dt_lua_widget_type_t widget_type
Definition widget.c:37

Referenced by dt_lua_init_widget_slider().