C# Class Efl.Elementary.Window

Inheritance: Efl.Elementary.Impl.WindowImpl
Afficher le fichier Open project: SabotageAndi/efl-sharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Activate ( ) : void
Résultat void

GetGeometry() public méthode

public GetGeometry ( int &x, int &y, int &w, int &h ) : void
x int
y int
w int
h int
Résultat void

ResizeObjectAdd() public méthode

public ResizeObjectAdd ( Evas subobj ) : void
subobj Evas
Résultat void

Window() public méthode

public Window ( ) : System
Résultat System

Window() public méthode

public Window ( Efl parent, string name, Elm_Win_Type type ) : System
parent Efl
name string
type Elm_Win_Type
Résultat System

Window() public méthode

public Window ( string name, string title ) : System
name string
title string
Résultat System