Enlightenment CVS committal

Author  : essiene
Project : e17
Module  : proto

Dir     : e17/proto/entrance_edit_gui/src/gui


Modified Files:
        egui_graphics_selector.c 


Log Message:
- Added entry widget. We're getting closer to nirvana :)
- Used new entry widget to start 'Browse Filesystem' section of theme and 
background selector

===================================================================
RCS file: /cvs/e/e17/proto/entrance_edit_gui/src/gui/egui_graphics_selector.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- egui_graphics_selector.c    15 Aug 2006 00:23:56 -0000      1.4
+++ egui_graphics_selector.c    15 Aug 2006 00:51:53 -0000      1.5
@@ -19,6 +19,7 @@
 static Entrance_Dialog win;
 static Entrance_Widget img_preview;
 static Entrance_List list_thumbs;
+static Entrance_Widget browse_entry;
 static Entrance_Widget group_graphics;
 static Entrance_Widget group_preview;
 static Entrance_Widget group_options;
@@ -47,7 +48,10 @@
    
    ew_group_add(group_graphics, list_thumbs);
 
-   /*Entrance_Widget group_options = ew_dialog_group_add(win, _("Browse 
System"));*/
+   group_options = ew_dialog_group_add(win, _("Browse System"), 
EW_GROUP_HORIZONTAL);
+   browse_entry = ew_entry_new(NULL, EW_FALSE);
+
+   ew_group_add(group_options, browse_entry);
    
    ew_dialog_close_button_add(win, _gs_cb_close, NULL);
    ew_dialog_apply_button_add(win, _gs_cb_apply, NULL);



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to