summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kolesa <d.kolesa@osg.samsung.com>2015-09-24 14:22:22 +0100
committerDaniel Kolesa <d.kolesa@osg.samsung.com>2015-09-24 14:22:22 +0100
commitb2092c9595cd92f5392db5fe468011c637c3d6e9 (patch)
treef2ab8a0eb4dc73b0095465f10b3b5b0eafc75303
parent1a1fddc33976cfe5d1a5cf002facdf3b98edb11c (diff)
downloadelementary-b2092c9595cd92f5392db5fe468011c637c3d6e9.tar.gz
toolbar_item: use actual doc refs
-rw-r--r--src/lib/elm_toolbar_item.eo8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/elm_toolbar_item.eo b/src/lib/elm_toolbar_item.eo
index 163d7fbfd..e88ebc554 100644
--- a/src/lib/elm_toolbar_item.eo
+++ b/src/lib/elm_toolbar_item.eo
@@ -71,7 +71,7 @@ class Elm.Toolbar_Item(Elm.Widget_Item)
If a new item is selected the previously selected will
be unselected. Previously selected item can be get with
- function \@ref elm_toolbar_selected_item_get.
+ function @Elm.Toolbar.selected_item.get.
Selected items will be highlighted.
]]
@@ -89,7 +89,7 @@ class Elm.Toolbar_Item(Elm.Widget_Item)
Toolbar will load icon image from fdo or current theme.
This behavior can be set by
- \@ref elm_toolbar_icon_order_lookup_set function.
+ @Elm.Toolbar.icon_order_lookup.set function.
If an absolute path is provided it will load it direct
from a file.
@@ -204,7 +204,7 @@ class Elm.Toolbar_Item(Elm.Widget_Item)
[[Add a new state to $item.
Toolbar will load icon image from fdo or current theme.
- This behavior can be set by \@ref elm_toolbar_icon_order_lookup_set
+ This behavior can be set by @Elm.Toolbar.icon_order_lookup.set
function. If an absolute path is provided it will load it
direct from a file.
@@ -267,7 +267,7 @@ class Elm.Toolbar_Item(Elm.Widget_Item)
A toolbar item can be set to be a menu, using this function.
Once it is set to be a menu, it can be manipulated through the
- menu-like function \@ref elm_toolbar_menu_parent_set and the
+ menu-like function @Elm.Toolbar.menu_parent.set and the
other elm_menu functions, using the Evas_Object $menu returned
by @.menu.get.