Button: maximum icon size option

This commit is contained in:
o9000
2017-03-25 14:53:21 +01:00
parent dfd735956c
commit fc883a5dd8
13 changed files with 726 additions and 662 deletions

View File

@@ -22,6 +22,7 @@ typedef struct ButtonBackend {
char *text;
char *tooltip;
gboolean centered;
int max_icon_size;
gboolean has_font;
PangoFontDescription *font_desc;
Color font_color;