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 |
public GetGeometry ( int &x, int &y, int &w, int &h ) : void | ||
x | int | |
y | int | |
w | int | |
h | int | |
Résultat | void |
public ResizeObjectAdd ( Evas subobj ) : void | ||
subobj | Evas | |
Résultat | void |
public Window ( Efl parent, string name, Elm_Win_Type type ) : System | ||
parent | Efl | |
name | string | |
type | Elm_Win_Type | |
Résultat | System |
public Window ( string name, string title ) : System | ||
name | string | |
title | string | |
Résultat | System |