From e94826bd09fd785c8ae80c132c3e0a8f4125892b Mon Sep 17 00:00:00 2001 From: Adam NAILI Date: Sun, 10 Dec 2017 12:59:10 +0100 Subject: Updating button documentation --- include/gui/button.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'include/gui') diff --git a/include/gui/button.h b/include/gui/button.h index 8537151..4e8ad95 100644 --- a/include/gui/button.h +++ b/include/gui/button.h @@ -1,15 +1,18 @@ #ifndef UPEM_MORPHING_BUTTON #define UPEM_MORPHING_BUTTON -#include "window.h" /** * File: button.h * Buttons handling */ +#include "window.h" /** - * Type: Button + * Struct: Button * Component that can be triggered by click to execute a specific action. + * + * Fields: + * component - component that will acted as a button thanks to a rightful initialization. */ typedef struct { Component component; -- cgit v1.2.3