app: add GimpToolWidget subclass GimpToolPath, a complete vectors editor
This commit is contained in:
@ -146,6 +146,18 @@ typedef enum
|
||||
} GimpTransformHandleMode;
|
||||
|
||||
|
||||
#define GIMP_TYPE_VECTOR_MODE (gimp_vector_mode_get_type ())
|
||||
|
||||
GType gimp_vector_mode_get_type (void) G_GNUC_CONST;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
GIMP_VECTOR_MODE_DESIGN, /*< desc="Design" >*/
|
||||
GIMP_VECTOR_MODE_EDIT, /*< desc="Edit" >*/
|
||||
GIMP_VECTOR_MODE_MOVE /*< desc="Move" >*/
|
||||
} GimpVectorMode;
|
||||
|
||||
|
||||
#define GIMP_TYPE_ZOOM_FOCUS (gimp_zoom_focus_get_type ())
|
||||
|
||||
GType gimp_zoom_focus_get_type (void) G_GNUC_CONST;
|
||||
|
Reference in New Issue
Block a user