Class box. More...
| Public Member Functions | |
| box (Eo *eo) | |
| Eo Constructor.  More... | |
| box (std::nullptr_t) | |
| nullptr_t Constructor.  More... | |
| box (box const &other) | |
| Copy Constructor. | |
| void | pack_end (::evas::object subobj_) const | 
| void | unpack (::evas::object subobj_) const | 
| void | pack_after (::evas::object subobj_,::evas::object after_) const | 
| void | pack_start (::evas::object subobj_) const | 
| void | pack_before (::evas::object subobj_,::evas::object before_) const | 
| box (::efl::eo::parent_type _p) | |
| Constructs a new elm::box object.  More... | |
Class box.
| 
 | inlineexplicit | 
Constructs a new elm::box object.
Constructs a new elm::box 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.
| void elm::box::pack_after | ( | ::evas::object | subobj_, | 
| ::evas::object | after_ | ||
| ) | const | 
| subobj | |
| after | 
| void elm::box::pack_before | ( | ::evas::object | subobj_, | 
| ::evas::object | before_ | ||
| ) | const | 
| subobj | |
| before | 
| void elm::box::pack_end | ( | ::evas::object | subobj_ | ) | const | 
| subobj | 
| void elm::box::pack_start | ( | ::evas::object | subobj_ | ) | const | 
| subobj | 
| void elm::box::unpack | ( | ::evas::object | subobj_ | ) | const | 
| subobj |