C# Class Efl.Elementary.Impl.BoxImpl

Inheritance: Evas.EvasObject
Show file Open project: SabotageAndi/efl-sharp

Public Methods

Method Description
BoxImpl ( ) : System

Private Methods

Method Description
elm_box_add ( IntPtr parent ) : IntPtr
elm_box_homogenous_get ( IntPtr obj ) : bool
elm_box_homogenous_set ( IntPtr obj, bool isHomogenous ) : void
elm_box_horizontal_get ( IntPtr obj ) : bool
elm_box_horizontal_set ( IntPtr obj, bool isHorizontal ) : void
elm_box_pack_end ( IntPtr parent, IntPtr child ) : IntPtr
elm_box_pack_start ( IntPtr parent, IntPtr child ) : IntPtr

Method Details

BoxImpl() public method

public BoxImpl ( ) : System
return System