From bad22f5feea49a7417237aa70e2f6b9e349d91c2 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sat, 4 Jan 2014 15:51:18 +0100 Subject: working gwinGetVisible() and gwinGetEnabled() --- include/gwin/gwin.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/gwin/gwin.h') diff --git a/include/gwin/gwin.h b/include/gwin/gwin.h index b9d4f966..e5eb2e0b 100644 --- a/include/gwin/gwin.h +++ b/include/gwin/gwin.h @@ -50,9 +50,9 @@ typedef struct GWindowObject { font_t font; // @< The current font #endif #if GWIN_NEED_HIERARCHY - GHandle *parent; // @< The pointer to the parent (or NULL) - GHandle *sibling; // @< The pointer to a widgets brother - GHandle *child; // @< The pointer to a widgets child + GHandle parent; // @< The parent widget + GHandle sibling; // @< The widget to its left (add right later as well) + GHandle child; // @< The child widget #endif } GWindowObject, * GHandle; /* @} */ -- cgit v1.2.3