C# 클래스 gbrainy.Core.Toolkit.Container

상속: Widget
파일 보기 프로젝트 열기: GNOME/gbrainy 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
children List

공개 메소드들

메소드 설명
AddChild ( Widget widget ) : void
Container ( ) : System
Container ( double x, double y, double width, double height ) : System
Draw ( CairoContextEx gr, int area_width, int area_height, bool rtl ) : void
MouseEvent ( object obj, MouseEventArgs args ) : void

메소드 상세

AddChild() 공개 메소드

public AddChild ( Widget widget ) : void
widget Widget
리턴 void

Container() 공개 메소드

public Container ( ) : System
리턴 System

Container() 공개 메소드

public Container ( double x, double y, double width, double height ) : System
x double
y double
width double
height double
리턴 System

Draw() 공개 메소드

public Draw ( CairoContextEx gr, int area_width, int area_height, bool rtl ) : void
gr gbrainy.Core.Main.CairoContextEx
area_width int
area_height int
rtl bool
리턴 void

MouseEvent() 공개 메소드

public MouseEvent ( object obj, MouseEventArgs args ) : void
obj object
args MouseEventArgs
리턴 void

프로퍼티 상세

children 보호되어 있는 프로퍼티

protected List children
리턴 List