C# 클래스 Efl.Elementary.Window

상속: Efl.Elementary.Impl.WindowImpl
파일 보기 프로젝트 열기: SabotageAndi/efl-sharp 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

GetGeometry() 공개 메소드

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

ResizeObjectAdd() 공개 메소드

public ResizeObjectAdd ( Evas subobj ) : void
subobj Evas
리턴 void

Window() 공개 메소드

public Window ( ) : System
리턴 System

Window() 공개 메소드

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

Window() 공개 메소드

public Window ( string name, string title ) : System
name string
title string
리턴 System