Class grid. More...
| Public Member Functions | |
| grid (Eo *eo) | |
| Eo Constructor.  More... | |
| grid (std::nullptr_t) | |
| nullptr_t Constructor.  More... | |
| grid (grid const &other) | |
| Copy Constructor. | |
| void | clear (bool clear_) const | 
| void | unpack (::evas::object subobj_) const | 
| void | pack (::evas::object subobj_, Evas_Coord x_, Evas_Coord y_, Evas_Coord w_, Evas_Coord h_) const | 
| grid (::efl::eo::parent_type _p) | |
| Constructs a new elm::grid object.  More... | |
Class grid.
| 
 | inlineexplicit | 
Constructs a new elm::grid object.
Constructs a new elm::grid 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::grid::clear | ( | bool | clear_ | ) | const | 
| clear | 
| void elm::grid::pack | ( | ::evas::object | subobj_, | 
| Evas_Coord | x_, | ||
| Evas_Coord | y_, | ||
| Evas_Coord | w_, | ||
| Evas_Coord | h_ | ||
| ) | const | 
| subobj | |
| x | |
| y | |
| w | |
| h | 
| void elm::grid::unpack | ( | ::evas::object | subobj_ | ) | const | 
| subobj |