app: add signals bindings to change baseline and spacing
Bind them to Alt+up/down/left/right and connect to the signals in the text tool editor. The callbacks do nothing yet.
This commit is contained in:
@ -40,6 +40,11 @@ struct _GimpTextProxy
|
||||
struct _GimpTextProxyClass
|
||||
{
|
||||
GtkTextViewClass parent_class;
|
||||
|
||||
void (* change_baseline) (GimpTextProxy *proxy,
|
||||
gint count);
|
||||
void (* change_spacing) (GimpTextProxy *proxy,
|
||||
gint count);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user