Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : libs/evolve

Dir     : e17/libs/evolve/src/lib


Modified Files:
        evolve_constructor.c evolve_widget.c 


Log Message:
Compile after etk changes.


===================================================================
RCS file: /cvs/e/e17/libs/evolve/src/lib/evolve_constructor.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- evolve_constructor.c        8 Feb 2008 05:31:20 -0000       1.3
+++ evolve_constructor.c        26 Jun 2008 16:02:45 -0000      1.4
@@ -31,7 +31,6 @@
 constructor(dialog);

 constructor(entry);

 constructor(filechooser_widget);

-constructor(fixed);

 constructor(frame, "frame");

 constructor(iconbox);

 constructor(image);

@@ -77,7 +76,6 @@
 constructor_evolve(dialog);

 constructor_evolve(entry);

 constructor_evolve(filechooser_widget);

-constructor_evolve(fixed);

 constructor_evolve(frame, "frame");

 constructor_evolve(iconbox);

 constructor_evolve(image);

@@ -213,15 +211,6 @@
 }

 

 /* [TODO] [2] evolve_gui_filechooser_widget_new */

-

-/* [TODO] [2] evolve_gui_fixed_new: add some sort of child to it? */

-Evolve_Widget *evolve_gui_fixed_new()

-{

-   Evolve_Widget *widget;

-   

-   widget = evolve_fixed_new();

-   return widget;

-}

 

 Evolve_Widget *evolve_gui_frame_new()

 {

===================================================================
RCS file: /cvs/e/e17/libs/evolve/src/lib/evolve_widget.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- evolve_widget.c     9 Feb 2008 07:24:13 -0000       1.5
+++ evolve_widget.c     26 Jun 2008 16:02:45 -0000      1.6
@@ -107,7 +107,6 @@
    WIDGET_TYPE_ADD(embed, Etk_Embed, ETK_EMBED_TYPE);

    WIDGET_TYPE_ADD(entry, Etk_Entry, ETK_ENTRY_TYPE);

    WIDGET_TYPE_ADD(filechooser_widget, Etk_Filechooser_Widget, 
ETK_FILECHOOSER_WIDGET_TYPE);

-   WIDGET_TYPE_ADD(fixed, Etk_Fixed, ETK_FIXED_TYPE);

    WIDGET_TYPE_ADD(frame, Etk_Frame, ETK_FRAME_TYPE);   

    WIDGET_TYPE_ADD(iconbox, Etk_Iconbox, ETK_ICONBOX_TYPE);

    //WIDGET_TYPE_ADD(iconbox_grid, Etk_Iconbox_Grid, ETK_ICONBOX_GRID_TYPE);

@@ -526,13 +525,6 @@
             etk_paned_child2_set(ETK_PANED(parent->widget), child->widget,

              evolve_widget_packing_property_int_find(child, "expand", 1));     
     

          }

-     }

-   /* fixed packing */

-   else if (!strcmp(parent->type, "fixed"))

-     {

-       etk_fixed_put(ETK_FIXED(parent->widget), child->widget,

-        evolve_widget_packing_property_int_find(child, "x", 0),

-        evolve_widget_packing_property_int_find(child, "y", 0));

      }

    /* notebook */

    else if (!strcmp(parent->type, "notebook"))




-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to