diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2005-11-06 09:17:20 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2005-11-06 09:17:20 +0000 |
commit | dc30610f203d73da3f0224fc51428638b1572bb0 (patch) | |
tree | d866e7ec4fcd908b9733f6dfd18dfb18638c549a /widget.h | |
parent | b2c85d4a9a9a0ced6d0f6cbf5a4a717348c5feb9 (diff) | |
download | lcd4linux-dc30610f203d73da3f0224fc51428638b1572bb0.tar.gz |
[lcd4linux @ 2005-11-06 09:17:20 by reinelt]
re-use icons (thanks to Jesus de Santos Garcia)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@596 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'widget.h')
-rw-r--r-- | widget.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: widget.h,v 1.13 2005/05/08 04:32:45 reinelt Exp $ +/* $Id: widget.h,v 1.14 2005/11/06 09:17:20 reinelt Exp $ * * generic widget handling * @@ -23,6 +23,9 @@ * * * $Log: widget.h,v $ + * Revision 1.14 2005/11/06 09:17:20 reinelt + * re-use icons (thanks to Jesus de Santos Garcia) + * * Revision 1.13 2005/05/08 04:32:45 reinelt * CodingStyle added and applied * @@ -99,6 +102,7 @@ typedef struct WIDGET_CLASS { typedef struct WIDGET { char *name; WIDGET_CLASS *class; + struct WIDGET *parent; int row; int col; void *data; |