Class
GimpPath
Description [src]
final class Gimp.Path : Gimp.Item {
/* No available fields */
}
Functions for querying and manipulating path.
Functions
gimp_path_get_by_id
Returns a GimpPath
representing path_id
. This function
calls gimp_item_get_by_id()
and returns the item if it is a path
or NULL
otherwise.
since: 3.0
Instance methods
gimp_path_bezier_stroke_new_ellipse
Adds a bezier stroke describing an ellipse the path object.
since: 2.4
gimp_path_bezier_stroke_new_moveto
Adds a bezier stroke with a single moveto to the path object.
since: 2.4
Properties
Properties inherited from GimpItem (1)
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.