Lines Matching refs:enabled
60 Eina_Bool enabled:1;
136 * @param enabled @c EINA_TRUE to enable the item or @c EINA_FALSE to disable
143 const char* title, Eina_Bool checked, Eina_Bool enabled)
154 item->enabled = enabled;
303 * Gets if the item is enabled.
305 * @param o the item to get enabled state
306 * @return @c EINA_TRUE if it's enabled, @c EINA_FALSE if not or on failure
313 return o->enabled;
320 * @param enabled @c EINA_TRUE to enable the item or @c EINA_FALSE to disable
325 Eina_Bool ewk_context_menu_item_enabled_set(Ewk_Context_Menu_Item *o, Eina_Bool enabled)
328 o->enabled = enabled;
407 core.enabled());