efl/legacy/elementary/src
Leandro Pereira 00c778f00b [Elementary] Implement priority in Elm_Toolbar.
Toolbars can now be scrollable, non-scrollable, or hide icons selectively
according to a priority.  This changed the API slightly, thus

   elm_toolbar_scrollable_set(obj, 1)

Should be

   elm_toolbar_mode_expand_set(obj, ELM_TOOLBAR_EXPAND_SCROLL)

Values for non-scrollable and scrollable remain the same, so if constants
aren't being used, just the function name should be changed.

The new mode, ELM_TOOLBAR_EXPAND_MENU, will create a menu of items when the
space isn't large enough to hold all the items.  Which items will be kept on
the toolbar or which items will be added to the menu is controlled by the
priority of each item: higher ones will be kept if possible, lower ones will
be tratored on the first opportunity.

SVN revision: 53406
2010-10-14 15:27:25 +00:00
..
bin [Elementary] Implement priority in Elm_Toolbar. 2010-10-14 15:27:25 +00:00
edje_externals add elm_fileselector_entry 2010-10-14 01:18:14 +00:00
lib [Elementary] Implement priority in Elm_Toolbar. 2010-10-14 15:27:25 +00:00
modules barf. build. didnt use ethubm cflags. bad! 2010-07-10 02:31:58 +00:00
.cvsignore elementary becomes its own tree/lib/test binary 2008-09-30 06:58:56 +00:00
Makefile.am Elementary edje external modules 2009-12-06 01:22:54 +00:00