diff options
author | Adam NAILI | 2017-12-27 17:16:20 +0100 |
---|---|---|
committer | Adam NAILI | 2017-12-27 17:16:20 +0100 |
commit | ee98053ef83869033713c8c7d6d487457d6443d8 (patch) | |
tree | af20ee900e1de387941e2dee1c2dd102277a1d86 /test/gui/group.c | |
parent | 92c999f56a86f221e6d3dc2182b5b7f7e0e08231 (diff) | |
download | morpher-ee98053ef83869033713c8c7d6d487457d6443d8.tar.gz |
Implementing the locking system to disable components
Diffstat (limited to 'test/gui/group.c')
-rw-r--r-- | test/gui/group.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gui/group.c b/test/gui/group.c index 555c246..99a567e 100644 --- a/test/gui/group.c +++ b/test/gui/group.c | |||
@@ -13,7 +13,7 @@ static void test_group() { | |||
13 | Button button3; | 13 | Button button3; |
14 | 14 | ||
15 | button_init(&button1, "OK", 10, 500, 256, button_click_test); | 15 | button_init(&button1, "OK", 10, 500, 256, button_click_test); |
16 | button_init(&button2,"Bouton magique",10, 500,290, NULL); | 16 | button_init(&button2,"Bouton magique",10, 500,290, button_click_test); |
17 | button_init(&button3,"Très lonnggggg boooouttttooooon",10,0,0,button_click_test); | 17 | button_init(&button3,"Très lonnggggg boooouttttooooon",10,0,0,button_click_test); |
18 | 18 | ||
19 | window_add_button(&window,&button1); | 19 | window_add_button(&window,&button1); |