Home
last modified time | relevance | path

Searched refs:menu_show_pixels (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/gimp-lqr-plugin/gimp-lqr-plugin-0.7.2/src/
H A Daltsizeentry.c144 gse->menu_show_pixels = TRUE; in alt_size_entry_init()
219 gboolean menu_show_pixels, in alt_size_entry_new() argument
254 gse->menu_show_pixels = FALSE; in alt_size_entry_new()
256 gse->menu_show_pixels = menu_show_pixels; in alt_size_entry_new()
338 if (gse->menu_show_pixels && (unit == GIMP_UNIT_PIXEL) && in alt_size_entry_new()
345 gse->menu_show_pixels, in alt_size_entry_new()
441 if (gse->menu_show_pixels && in alt_size_entry_add_field()
1156 g_return_if_fail (gse->menu_show_pixels || (unit != GIMP_UNIT_PIXEL)); in alt_size_entry_set_unit()
H A Daltcoordinates.c173 gboolean menu_show_pixels, in alt_coordinates_new() argument
214 menu_show_pixels, in alt_coordinates_new()
228 (menu_show_pixels == FALSE) ? in alt_coordinates_new()
H A Daltsizeentry.h56 gboolean menu_show_pixels; member
88 gboolean menu_show_pixels,
H A Daltcoordinates.h27 gboolean menu_show_pixels,
/dports/graphics/gimp-app/gimp-2.10.30/libgimpwidgets/
H A Dgimpsizeentry.h56 gboolean menu_show_pixels; member
86 gboolean menu_show_pixels,
H A Dgimpsizeentry.c183 gse->menu_show_pixels = TRUE; in gimp_size_entry_init()
258 gboolean menu_show_pixels, in gimp_size_entry_new() argument
287 gse->menu_show_pixels = FALSE; in gimp_size_entry_new()
289 gse->menu_show_pixels = menu_show_pixels; in gimp_size_entry_new()
380 if (gse->menu_show_pixels && (unit == GIMP_UNIT_PIXEL) && in gimp_size_entry_new()
387 gimp_unit_store_set_has_pixels (store, gse->menu_show_pixels); in gimp_size_entry_new()
501 if (gse->menu_show_pixels && in gimp_size_entry_add_field()
1229 g_return_if_fail (gse->menu_show_pixels || (unit != GIMP_UNIT_PIXEL)); in gimp_size_entry_set_unit()
H A Dgimpwidgets.h206 gboolean menu_show_pixels,
H A Dgimpwidgets.c713 gboolean menu_show_pixels, in gimp_coordinates_new() argument
756 menu_show_pixels, in gimp_coordinates_new()
770 (menu_show_pixels == FALSE) ? in gimp_coordinates_new()
/dports/graphics/p5-Gimp/Gimp-2.33/lib/Gimp/
H A DUI.xs452 … gboolean menu_show_pixels, gboolean menu_show_percent, gboolean show_refval, \
454 …C_ARGS: number_of_fields, unit, unit_format, menu_show_pixels, menu_show_percent, show_refval, spi… variable
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/
H A Dgimpui.c7675 int number_of_fields, unit, menu_show_pixels, menu_show_percent, show_refval, spinbutton_width; in _wrap_gimp_size_entry_new() local
7680 …zeEntry.__init__", kwlist, &number_of_fields, &unit, &unit_format, &menu_show_pixels, &menu_show_p… in _wrap_gimp_size_entry_new()
7684 …(GObject *)gimp_size_entry_new(number_of_fields, unit, unit_format, menu_show_pixels, menu_show_pe… in _wrap_gimp_size_entry_new()
H A Dgimpui.defs2447 '("gboolean" "menu_show_pixels")