mirror of https://github.com/GNOME/gimp.git
app: fix indentation in gimppivotselector.h
This commit is contained in:
parent
9d015b7b1a
commit
49221167c3
|
@ -51,28 +51,28 @@ struct _GimpPivotSelectorClass
|
|||
|
||||
GType gimp_pivot_selector_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GtkWidget * gimp_pivot_selector_new (gdouble left,
|
||||
gdouble top,
|
||||
gdouble right,
|
||||
gdouble bottom);
|
||||
GtkWidget * gimp_pivot_selector_new (gdouble left,
|
||||
gdouble top,
|
||||
gdouble right,
|
||||
gdouble bottom);
|
||||
|
||||
void gimp_pivot_selector_set_position (GimpPivotSelector *selector,
|
||||
gdouble x,
|
||||
gdouble y);
|
||||
gdouble x,
|
||||
gdouble y);
|
||||
void gimp_pivot_selector_get_position (GimpPivotSelector *selector,
|
||||
gdouble *x,
|
||||
gdouble *y);
|
||||
gdouble *x,
|
||||
gdouble *y);
|
||||
|
||||
void gimp_pivot_selector_set_bounds (GimpPivotSelector *selector,
|
||||
gdouble left,
|
||||
gdouble top,
|
||||
gdouble right,
|
||||
gdouble bottom);
|
||||
gdouble left,
|
||||
gdouble top,
|
||||
gdouble right,
|
||||
gdouble bottom);
|
||||
void gimp_pivot_selector_get_bounds (GimpPivotSelector *selector,
|
||||
gdouble *left,
|
||||
gdouble *top,
|
||||
gdouble *right,
|
||||
gdouble *bottom);
|
||||
gdouble *left,
|
||||
gdouble *top,
|
||||
gdouble *right,
|
||||
gdouble *bottom);
|
||||
|
||||
|
||||
#endif /* __GIMP_PIVOT_SELECTOR_H__ */
|
||||
|
|
Loading…
Reference in New Issue