diff options
Diffstat (limited to 'include/gui/button.h')
-rw-r--r-- | include/gui/button.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gui/button.h b/include/gui/button.h index 6f91e37..26d7970 100644 --- a/include/gui/button.h +++ b/include/gui/button.h | |||
@@ -1,6 +1,5 @@ | |||
1 | #ifndef UPEM_MORPHING_BUTTON | 1 | #ifndef UPEM_MORPHING_BUTTON |
2 | #define UPEM_MORPHING_BUTTON | 2 | #define UPEM_MORPHING_BUTTON |
3 | |||
4 | /** | 3 | /** |
5 | * File: button.h | 4 | * File: button.h |
6 | * Buttons handling | 5 | * Buttons handling |
@@ -58,6 +57,7 @@ void button_print(Component *parameterSelf); | |||
58 | */ | 57 | */ |
59 | void button_click_test(int x, int y, Component *parameterSelf); | 58 | void button_click_test(int x, int y, Component *parameterSelf); |
60 | 59 | ||
60 | void button_click_add_constraint(int x, int y, Component *parameterSelf); | ||
61 | /** | 61 | /** |
62 | * Function: button_is_selected | 62 | * Function: button_is_selected |
63 | * Checks if the button is selected or not. | 63 | * Checks if the button is selected or not. |
@@ -70,6 +70,7 @@ void button_click_test(int x, int y, Component *parameterSelf); | |||
70 | * Returns: | 70 | * Returns: |
71 | * A bool from stdbool | 71 | * A bool from stdbool |
72 | */ | 72 | */ |
73 | |||
73 | bool button_is_selected(int x, int y, Button *button); | 74 | bool button_is_selected(int x, int y, Button *button); |
74 | 75 | ||
75 | #endif | 76 | #endif |