Method
GimpUiSizeEntryset_resolution
Declaration [src]
void
gimp_size_entry_set_resolution (
  GimpSizeEntry* gse,
  gint field,
  gdouble resolution,
  gboolean keep_size
)
Description [src]
Sets the resolution (in dpi) for field # field of the GimpSizeEntry.
The resolution passed will be clamped to fit in [#GIMP_MIN_RESOLUTION..#GIMP_MAX_RESOLUTION].
This function does nothing if the GimpSizeEntryUpdatePolicy specified in
gimp_size_entry_new() doesn’t equal to #GIMP_SIZE_ENTRY_UPDATE_SIZE.
Parameters
- field
- 
            Type: gintThe index of the field you want to set the resolution for. 
- resolution
- 
            Type: gdoubleThe new resolution (in dpi) for the chosen field.
- keep_size
- 
            Type: gbooleanTRUEif thefield‘s size in pixels should stay the same.FALSEif thefield‘s size in units should stay the same.