| GIMP Application Reference Manual | ||||
|---|---|---|---|---|
GimpSelectionOptions;
GtkWidget* gimp_selection_options_gui (GimpToolOptions *tool_options);
GObject +----GimpObject +----GimpContext +----GimpToolOptions +----GimpSelectionOptions +----GimpForegroundSelectOptions +----GimpRectSelectOptions
"antialias" gboolean : Read / Write / Construct "feather" gboolean : Read / Write / Construct "feather-radius" gdouble : Read / Write / Construct "interactive" gboolean : Read / Write / Construct "operation" GimpChannelOps : Read / Write / Construct "sample-merged" gboolean : Read / Write / Construct "select-criterion" GimpSelectCriterion : Read / Write / Construct "select-transparent" gboolean : Read / Write / Construct "threshold" gdouble : Read / Write / Construct
GtkWidget* gimp_selection_options_gui (GimpToolOptions *tool_options);
|
|
Returns : |
"antialias" property"antialias" gboolean : Read / Write / Construct
Smooth edges.
Default value: TRUE
"feather-radius" property"feather-radius" gdouble : Read / Write / Construct
Allowed values: [0,100]
Default value: 10
"operation" property"operation" GimpChannelOps : Read / Write / Construct
Default value: GIMP_CHANNEL_OP_REPLACE
"sample-merged" property"sample-merged" gboolean : Read / Write / Construct
Base selection on all visible layers.
Default value: FALSE
"select-criterion" property"select-criterion" GimpSelectCriterion : Read / Write / Construct
Default value: GIMP_SELECT_CRITERION_COMPOSITE
"select-transparent" property"select-transparent" gboolean : Read / Write / Construct
Allow completely transparent regions to be selected.
Default value: TRUE
"threshold" property"threshold" gdouble : Read / Write / Construct
Maximum color difference.
Allowed values: [0,255]
Default value: 15