GimpSelectionOptions

GimpSelectionOptions

Synopsis




                    GimpSelectionOptions;
GtkWidget*          gimp_selection_options_gui          (GimpToolOptions *tool_options);

Object Hierarchy


  GObject
   +----GimpObject
         +----GimpContext
               +----GimpToolOptions
                     +----GimpSelectionOptions
                           +----GimpForegroundSelectOptions
                           +----GimpRectSelectOptions

Implemented Interfaces

GimpSelectionOptions implements GimpConfigInterface.

Properties


  "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

Description

Details

GimpSelectionOptions

typedef struct _GimpSelectionOptions GimpSelectionOptions;


gimp_selection_options_gui ()

GtkWidget*          gimp_selection_options_gui          (GimpToolOptions *tool_options);

tool_options :

Returns :

Property Details

The "antialias" property

  "antialias"                gboolean              : Read / Write / Construct

Smooth edges.

Default value: TRUE


The "feather" property

  "feather"                  gboolean              : Read / Write / Construct

Default value: FALSE


The "feather-radius" property

  "feather-radius"           gdouble               : Read / Write / Construct

Allowed values: [0,100]

Default value: 10


The "interactive" property

  "interactive"              gboolean              : Read / Write / Construct

Default value: FALSE


The "operation" property

  "operation"                GimpChannelOps        : Read / Write / Construct

Default value: GIMP_CHANNEL_OP_REPLACE


The "sample-merged" property

  "sample-merged"            gboolean              : Read / Write / Construct

Base selection on all visible layers.

Default value: FALSE


The "select-criterion" property

  "select-criterion"         GimpSelectCriterion   : Read / Write / Construct

Default value: GIMP_SELECT_CRITERION_COMPOSITE


The "select-transparent" property

  "select-transparent"       gboolean              : Read / Write / Construct

Allow completely transparent regions to be selected.

Default value: TRUE


The "threshold" property

  "threshold"                gdouble               : Read / Write / Construct

Maximum color difference.

Allowed values: [0,255]

Default value: 15