Enlightenment CVS committal

Author  : titan
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/plugins


Modified Files:
        layout_ewl_simple.c 


Log Message:
More menu work. Checkmenu item++

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/plugins/layout_ewl_simple.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -3 -r1.60 -r1.61
--- layout_ewl_simple.c 27 Aug 2006 02:45:04 -0000      1.60
+++ layout_ewl_simple.c 27 Aug 2006 02:53:50 -0000      1.61
@@ -309,6 +309,16 @@
  ewl_widget_show(menu);
 
  menu_item = _entropy_ewl_menu_item_new(EWL_MENU_ITEM_NORMAL, "Exit", NULL, 
menu, NULL);
+ ewl_callback_append(menu_item, EWL_CALLBACK_CLICKED, 
ewl_layout_simple_exit_cb, layout);
+ ewl_widget_show(menu_item);
+
+ menu = ewl_menu_new();
+ ewl_button_label_set(EWL_BUTTON(menu), "View");
+ ewl_container_child_append(EWL_CONTAINER(menubar), menu);
+ ewl_object_fill_policy_set(EWL_OBJECT(menu), EWL_FLAG_FILL_NONE);
+ ewl_widget_show(menu);
+
+ menu_item = _entropy_ewl_menu_check_item_new("Default", menu);
  ewl_widget_show(menu_item);
  
  gui->paned = ewl_hpaned_new();



-------------------------------------------------------------------------
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