make note of horizontal hoversel

SVN revision: 62802
This commit is contained in:
Carsten Haitzler 2011-08-25 10:42:42 +00:00
parent 0f71296a93
commit 2283962009
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ test_hoversel(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_in
evas_object_show(bx);
bt = elm_hoversel_add(win);
// FIXME: need to add horizontal hoversel theme to default some day
// elm_hoversel_horizontal_set(bt, 1);
elm_hoversel_hover_parent_set(bt, win);
elm_object_text_set(bt, "Labels");
elm_hoversel_item_add(bt, "Item 1", NULL, ELM_ICON_NONE, NULL, NULL);