Hi,
then you need a another theme for elm_list which fits the box size.
You could write down a separated theme from the default list theme.
Open elementary theme file.
"elementary/data/theme/default.edc"
Then find out list groups
"group { name: "elm/list/..." (there are a few maybe...)
as well as
"alias: "elm/list/base/default"
You can copy those groups to another edc file for enki.
then modify the groups. (also group name ex) alias: "elm/list/base/enki" )
I guess, to make fitting the box size,
You may need to check the group where "alias: "elm/list/base/default"
Next, you could apply the theme for your list.
check these APIs..
elm_theme_extension_set
elm_object_style_set
elm_object_scroll_freeze_push.
ps) i don't know Enki well. :p
------------------------------------
Let's run together for the best moment!
-Regards, Hermet-
-----Original Message-----
From: "Atton Jonathan"<[email protected]>
To: "ChunEon Park"<[email protected]>
Cc: "e"<[email protected]>
Sent: 11-05-23(월) 02:59:09
Subject: Re: [E-devel] Elementary and simple list
I do not exactly what freeze does but I need that the list fit its size to the
content (like a box does).
2011/5/22 ChunEon Park <[email protected]>
HI,
elm_list with no scroll?
how about just freezing the scroll?
ex) elm_object_scroll_freeze_push(list);
------------------------------------
Let's run together for the best moment!
-Regards, Hermet-
-----Original Message-----
From: "Atton Jonathan"<[email protected]>
To: "e"<[email protected]>
Cc:
Sent: 11-05-22(일) 06:38:22
Subject: [E-devel] Elementary and simple listHello,
for Enki I need a specific widget:
- a vertical list of items: one item can be selected -> like a elm_list
- no scroll -> like a box
Do you think we can create this object ? maybe we can split elm_list, the
content of a elm_list is what I need. I think elm_list should herits this
widget.
--
Regards.
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its
next-generation tools to help Windows* and Linux* C/C++ and Fortran
developers boost performance applications - including clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
--
Regards.
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its
next-generation tools to help Windows* and Linux* C/C++ and Fortran
developers boost performance applications - including clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel