On Sun, 18 Mar 2007 18:15:59 +0100
watchwolf <[EMAIL PROTECTED]> wrote:
> hello,
>
> I want present you a new application writed with etk for E17.
> The application can have some bugs for you as segv :p . The code is
> not perfect, I need to add some tests & errors outputs. The next
> steps, before add new functions, is to clean/correct the code.
>
> You can see screenshots & the source code on my blog.
> http://watchwolf.fr/index.php?post/2007/03/18/%5BE17-Network-manager%
> 5D-Pesentation
>
> To compile us this makefile: etk/Makefile.
>
I couldn't get the binary to run as I don't have Ecore compiled with
fbcon support.
I also think you got a older ETK, I had to fiddle a bit with the
combobox bit in general_panel.c to get it working(Attached, but I'm
not sure if this is doing it right).
Looking good thou, too bad I'm not wireless so I could throughly test
it out.
--- src/general_panel.c 2007-03-21 12:45:19.000000000 +0000
+++ ../../enm_18_03_07/etk/src/general_panel.c 2007-03-18 15:21:26.000000000 +0000
@@ -22,8 +22,8 @@
etk_box_append(ETK_BOX(hbox),label,ETK_BOX_START, ETK_BOX_NONE,0);
pnl->cmbox_ethernet = etk_combobox_new();
- etk_combobox_column_add(ETK_COMBOBOX(pnl->cmbox_ethernet), ETK_COMBOBOX_IMAGE, 25, ETK_FALSE, ETK_FALSE, ETK_FALSE, 0.0, 0.5);
- etk_combobox_column_add(ETK_COMBOBOX(pnl->cmbox_ethernet), ETK_COMBOBOX_LABEL, 25, ETK_TRUE, ETK_FALSE, ETK_FALSE, 0.0, 0.5);
+ etk_combobox_column_add(ETK_COMBOBOX(pnl->cmbox_ethernet), ETK_COMBOBOX_IMAGE, 25, ETK_COMBOBOX_FILL, 0.5);
+ etk_combobox_column_add(ETK_COMBOBOX(pnl->cmbox_ethernet), ETK_COMBOBOX_LABEL, 25, ETK_COMBOBOX_NONE, 0.5);
etk_combobox_build(ETK_COMBOBOX(pnl->cmbox_ethernet));
etk_box_append(ETK_BOX(hbox), pnl->cmbox_ethernet, ETK_BOX_START, ETK_BOX_NONE, 0);
etk_signal_connect("active_item_changed", ETK_OBJECT(pnl->cmbox_ethernet), ETK_CALLBACK(generalpanel_cmboxethernet_active_item_changed_cb), pnl);
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel