C# Class Efl.Elementary.Window

Inheritance: Efl.Elementary.Impl.WindowImpl
Show file Open project: SabotageAndi/efl-sharp Class Usage Examples

Public Methods

Method Description
Activate ( ) : void
GetGeometry ( int &x, int &y, int &w, int &h ) : void
ResizeObjectAdd ( Evas subobj ) : void
Window ( ) : System
Window ( Efl parent, string name, Elm_Win_Type type ) : System
Window ( string name, string title ) : System

Method Details

Activate() public method

public Activate ( ) : void
return void

GetGeometry() public method

public GetGeometry ( int &x, int &y, int &w, int &h ) : void
x int
y int
w int
h int
return void

ResizeObjectAdd() public method

public ResizeObjectAdd ( Evas subobj ) : void
subobj Evas
return void

Window() public method

public Window ( ) : System
return System

Window() public method

public Window ( Efl parent, string name, Elm_Win_Type type ) : System
parent Efl
name string
type Elm_Win_Type
return System

Window() public method

public Window ( string name, string title ) : System
name string
title string
return System