GimpSelectionOptions

GimpSelectionOptions

Synopsis

                    GimpSelectionOptions;
GtkWidget*          gimp_selection_options_gui          (GimpToolOptions *tool_options);

Object Hierarchy

  GObject
   +----GimpObject
         +----GimpContext
               +----GimpToolOptions
                     +----GimpSelectionOptions
                           +----GimpForegroundSelectOptions
                           +----GimpIscissorsOptions
                           +----GimpRectangleSelectOptions
                           +----GimpRegionSelectOptions

Implemented Interfaces

GimpSelectionOptions implements GimpConfigInterface.

Properties

  "antialias"                gboolean              : Read / Write / Construct
  "feather"                  gboolean              : Read / Write / Construct
  "feather-radius"           gdouble               : Read / Write / Construct
  "operation"                GimpChannelOps        : 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 "operation" property

  "operation"                GimpChannelOps        : Read / Write / Construct

Default value: GIMP_CHANNEL_OP_REPLACE