Class toolbar. More...
| Public Member Functions | |
| toolbar (Eo *eo) | |
| Eo Constructor.  More... | |
| toolbar (std::nullptr_t) | |
| nullptr_t Constructor.  More... | |
| toolbar (toolbar const &other) | |
| Copy Constructor. | |
| ::elm::widget_item | item_insert_before (::elm::widget_item before_,::efl::eina::optional< ::efl::eina::string_view > icon_,::efl::eina::string_view label_, Evas_Smart_Cb func_, const void *data_) const | 
| ::elm::widget_item | item_insert_after (::elm::widget_item after_,::efl::eina::optional< ::efl::eina::string_view > icon_,::efl::eina::string_view label_, Evas_Smart_Cb func_, const void *data_) const | 
| ::elm::widget_item | item_append (::efl::eina::optional< ::efl::eina::string_view > icon_,::efl::eina::string_view label_, Evas_Smart_Cb func_, const void *data_) const | 
| ::elm::widget_item | item_prepend (::efl::eina::optional< ::efl::eina::string_view > icon_,::efl::eina::string_view label_, Evas_Smart_Cb func_, const void *data_) const | 
| ::elm::widget_item | item_find_by_label (::efl::eina::string_view label_) const | 
| toolbar (::efl::eo::parent_type _p) | |
| Constructs a new elm::toolbar object.  More... | |
Class toolbar.
| 
 | inlineexplicit | 
Constructs a new elm::toolbar object.
Constructs a new elm::toolbar object. If you want this object to be a child of another Eo object, use an efl::eo::parent expression, like the example.
Example:
| 
 | inlineexplicit | 
Eo Constructor.
Constructs the object from an Eo* pointer stealing its ownership.
| eo | The Eo object pointer. | 
| 
 | inlineexplicit | 
nullptr_t Constructor.
Constructs an empty (null) object.
| ::elm::widget_item elm::toolbar::item_append | ( | ::efl::eina::optional< ::efl::eina::string_view > | icon_, | 
| ::efl::eina::string_view | label_, | ||
| Evas_Smart_Cb | func_, | ||
| const void * | data_ | ||
| ) | const | 
| icon | |
| label | |
| func | |
| data | 
| ::elm::widget_item elm::toolbar::item_find_by_label | ( | ::efl::eina::string_view | label_ | ) | const | 
| label | 
| ::elm::widget_item elm::toolbar::item_insert_after | ( | ::elm::widget_item | after_, | 
| ::efl::eina::optional< ::efl::eina::string_view > | icon_, | ||
| ::efl::eina::string_view | label_, | ||
| Evas_Smart_Cb | func_, | ||
| const void * | data_ | ||
| ) | const | 
| after | |
| icon | |
| label | |
| func | |
| data | 
| ::elm::widget_item elm::toolbar::item_insert_before | ( | ::elm::widget_item | before_, | 
| ::efl::eina::optional< ::efl::eina::string_view > | icon_, | ||
| ::efl::eina::string_view | label_, | ||
| Evas_Smart_Cb | func_, | ||
| const void * | data_ | ||
| ) | const | 
| before | |
| icon | |
| label | |
| func | |
| data | 
| ::elm::widget_item elm::toolbar::item_prepend | ( | ::efl::eina::optional< ::efl::eina::string_view > | icon_, | 
| ::efl::eina::string_view | label_, | ||
| Evas_Smart_Cb | func_, | ||
| const void * | data_ | ||
| ) | const | 
| icon | |
| label | |
| func | |
| data |