Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
imageop_gui.h File Reference
#include "develop/imageop.h"
+ Include dependency graph for imageop_gui.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

GtkWidget * dt_bauhaus_slider_from_params (dt_iop_module_t *self, const char *param)
 
GtkWidget * dt_bauhaus_combobox_from_params (dt_iop_module_t *self, const char *param)
 
GtkWidget * dt_bauhaus_toggle_from_params (dt_iop_module_t *self, const char *param)
 
GtkWidget * dt_iop_togglebutton_new (dt_iop_module_t *self, const char *section, const gchar *label, const gchar *ctrl_label, GCallback callback, gboolean local, guint accel_key, GdkModifierType mods, DTGTKCairoPaintIconFunc paint, GtkWidget *box)
 
GtkWidget * dt_iop_button_new (dt_iop_module_t *self, const gchar *label, GCallback callback, gboolean local, guint accel_key, GdkModifierType mods, DTGTKCairoPaintIconFunc paint, gint paintflags, GtkWidget *box)
 
gboolean dt_mask_scroll_increases (int up)
 

Function Documentation

◆ dt_bauhaus_combobox_from_params()

◆ dt_bauhaus_slider_from_params()

◆ dt_bauhaus_toggle_from_params()

◆ dt_iop_button_new()

GtkWidget * dt_iop_button_new ( dt_iop_module_t self,
const gchar *  label,
GCallback  callback,
gboolean  local,
guint  accel_key,
GdkModifierType  mods,
DTGTKCairoPaintIconFunc  paint,
gint  paintflags,
GtkWidget *  box 
)

◆ dt_iop_togglebutton_new()

GtkWidget * dt_iop_togglebutton_new ( dt_iop_module_t self,
const char *  section,
const gchar *  label,
const gchar *  ctrl_label,
GCallback  callback,
gboolean  local,
guint  accel_key,
GdkModifierType  mods,
DTGTKCairoPaintIconFunc  paint,
GtkWidget *  box 
)

◆ dt_mask_scroll_increases()

gboolean dt_mask_scroll_increases ( int  up)