| GIMP Application Reference Manual | ||||
|---|---|---|---|---|
GimpAnchor;
#define GIMP_ANCHOR (anchor)
#define GIMP_VALUE_HOLDS_ANCHOR (value)
GimpAnchor* gimp_anchor_new (GimpAnchorType type,
const GimpCoords *position);
GimpAnchor* gimp_anchor_copy (const GimpAnchor *anchor);
void gimp_anchor_free (GimpAnchor *anchor);
typedef struct {
GimpCoords position;
GimpAnchorType type; /* Interpretation dependant on GimpStroke type */
gboolean selected;
} GimpAnchor;
#define GIMP_VALUE_HOLDS_ANCHOR(value) (G_TYPE_CHECK_VALUE_TYPE ((value), GIMP_TYPE_ANCHOR))
|
GimpAnchor* gimp_anchor_new (GimpAnchorType type, const GimpCoords *position);
|
|
|
|
Returns : |