Home
last modified time | relevance | path

Searched refs:gui_aligned (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/rawstudio/rawstudio-2.0/src/
H A Dgtk-helper.h50 extern GtkWidget *gui_aligned(GtkWidget *widget, const gfloat xalign, const gfloat yalign, const gf…
H A Dgtk-helper.c444 gui_aligned(GtkWidget *widget, const gfloat xalign, const gfloat yalign, const gfloat xscale, const… in gui_aligned() function
H A Drs-batch.c1017 gtk_box_pack_end (GTK_BOX (vbox), gui_aligned(close, 1.0, 0.5, 0.0, 0.0), FALSE, TRUE, 0); in batch_size_selection()