app: add binding signals for changing the text size (still unused)

This commit is contained in:
Michael Natterer
2010-03-20 23:18:14 +01:00
parent 28891670e8
commit 900a99ecb3
2 changed files with 20 additions and 0 deletions

View File

@ -41,6 +41,8 @@ struct _GimpTextProxyClass
{
GtkTextViewClass parent_class;
void (* change_size) (GimpTextProxy *proxy,
gdouble amount);
void (* change_baseline) (GimpTextProxy *proxy,
gdouble amount);
void (* change_kerning) (GimpTextProxy *proxy,