From 41da8b54ed619ea869ca286cd8ec02e105e21c19 Mon Sep 17 00:00:00 2001 From: Adam NAILI Date: Sun, 31 Dec 2017 15:00:23 +0100 Subject: Implementing all kinds of buttons. Rendering to fix --- include/gui/button.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'include/gui/button.h') diff --git a/include/gui/button.h b/include/gui/button.h index 26d7970..41008c1 100644 --- a/include/gui/button.h +++ b/include/gui/button.h @@ -58,6 +58,20 @@ void button_print(Component *parameterSelf); void button_click_test(int x, int y, Component *parameterSelf); void button_click_add_constraint(int x, int y, Component *parameterSelf); + +void button_click_show_hide(int x, int y, Component *parameterSelf); + +void button_click_exit(int x, int y, Component *parameterSelf); + +void button_click_none(int x, int y, Component *parameterSelf); + +void button_click_more_frame(int x, int y, Component *parameterSelf); + +void button_click_less_frame(int x, int y, Component *parameterSelf); + +void button_click_rendering(int x, int y, Component *parameterSelf); + + /** * Function: button_is_selected * Checks if the button is selected or not. -- cgit v1.2.3