diff options
Diffstat (limited to 'src/button.h')
| -rw-r--r-- | src/button.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/button.h b/src/button.h index aa22001..4f4285f 100644 --- a/src/button.h +++ b/src/button.h @@ -18,6 +18,7 @@ typedef struct { struct Button { bool simple; + int padding; PangoAlignment align; Color color; Color line_color; @@ -53,6 +54,8 @@ Button *button_group_create(PangoAlignment align, Color color, Color line_color) void button_group_append(Button *btn, Button *child); +void button_set_padding(Button *btn, int padding); + void button_destroy(Button *btn); #endif |
