diff options
author | Carsten Haitzler <raster@rasterman.com> | 2005-09-20 08:34:23 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2005-09-20 08:34:23 +0000 |
commit | 0e96fd5484dd7c9c3316c24452db78300d6c1cd0 (patch) | |
tree | 80911e14ed2cfc0ce26c9ce15df8d0a41bdcb3f4 /src/bin/e_configure.h | |
parent | b56a8b947bbfd7516afb00a67906e85634183712 (diff) | |
download | enlightenment-0e96fd5484dd7c9c3316c24452db78300d6c1cd0.tar.gz |
nice new about box... fully themable. :)
SVN revision: 16782
Diffstat (limited to 'src/bin/e_configure.h')
-rw-r--r-- | src/bin/e_configure.h | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/src/bin/e_configure.h b/src/bin/e_configure.h index 2296ba0005..78ab991619 100644 --- a/src/bin/e_configure.h +++ b/src/bin/e_configure.h @@ -1,7 +1,21 @@ #ifdef E_TYPEDEFS -#ifndef E_WIN_H -#define E_WIN_H +typedef struct _E_Configure E_Configure; + +#ifndef E_CONFIGURE_H +#define E_CONFIGURE_H + +struct _E_Configure +{ + E_Container *con; + E_Win *win; + Evas *evas; + Evas_Object *edje; + Evas_Object *box; + E_App *apps; + Evas_List *icons; + Evas_List *app_ref; +}; E_Configure *e_configure_show(E_Container *con); |