GimpSelectionTool

GimpSelectionTool

Synopsis




                    GimpSelectionTool;
                    GimpSelectionToolClass;
gboolean            gimp_selection_tool_start_edit      (GimpSelectionTool *sel_tool,
                                                         GimpCoords *coords);
#define             GIMP_SELECTION_TOOL_GET_OPTIONS     (t)

Object Hierarchy


  GObject
   +----GimpObject
         +----GimpTool
               +----GimpDrawTool
                     +----GimpSelectionTool
                           +----GimpRegionSelectTool
                           +----GimpRectSelectTool
                           +----GimpFreeSelectTool
                           +----GimpIscissorsTool

Description

Details

GimpSelectionTool

typedef struct _GimpSelectionTool GimpSelectionTool;


GimpSelectionToolClass

typedef struct {
  GimpDrawToolClass  parent_class;
} GimpSelectionToolClass;


gimp_selection_tool_start_edit ()

gboolean            gimp_selection_tool_start_edit      (GimpSelectionTool *sel_tool,
                                                         GimpCoords *coords);

sel_tool :

coords :

Returns :


GIMP_SELECTION_TOOL_GET_OPTIONS()

#define GIMP_SELECTION_TOOL_GET_OPTIONS(t)  (GIMP_SELECTION_OPTIONS (gimp_tool_get_options (GIMP_TOOL (t))))

t :