aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/purkle/purkle.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-11 05:40:27 +1000
committerDavid Walter Seikel2014-05-11 05:40:27 +1000
commit062cfdcc1b213d5cecd907a367dee51046e2eb7b (patch)
treed9df5b851518cad53452a611f17604e62033d218 /src/purkle/purkle.c
parentAdd internal window title bar, and dragging them around. Plus some related c... (diff)
downloadSledjHamr-062cfdcc1b213d5cecd907a367dee51046e2eb7b.zip
SledjHamr-062cfdcc1b213d5cecd907a367dee51046e2eb7b.tar.gz
SledjHamr-062cfdcc1b213d5cecd907a367dee51046e2eb7b.tar.bz2
SledjHamr-062cfdcc1b213d5cecd907a367dee51046e2eb7b.tar.xz
Add a rectangle to pad out those that don't use the winFang box, and have them make their widdgets relative to that.
Diffstat (limited to 'src/purkle/purkle.c')
-rw-r--r--src/purkle/purkle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/purkle/purkle.c b/src/purkle/purkle.c
index ef0bbf2..6538096 100644
--- a/src/purkle/purkle.c
+++ b/src/purkle/purkle.c
@@ -20,6 +20,7 @@ static winFang *purkleAdd(winFang *parent, int w, int h, EPhysics_World *world)
20 Evas_Object *en; 20 Evas_Object *en;
21 21
22 me = winFangAdd(parent, 30, 590, w, h, "chatter box", "purkle", world); 22 me = winFangAdd(parent, 30, 590, w, h, "chatter box", "purkle", world);
23 useBox(me);
23 24
24 en = eo_add(ELM_OBJ_ENTRY_CLASS, me->win, 25 en = eo_add(ELM_OBJ_ENTRY_CLASS, me->win,
25 elm_obj_entry_scrollable_set(EINA_TRUE), 26 elm_obj_entry_scrollable_set(EINA_TRUE),