C# Class gbrainy.Core.Toolkit.Container

Inheritance: Widget
显示文件 Open project: GNOME/gbrainy Class Usage Examples

Protected Properties

Property Type Description
children List

Public Methods

Method Description
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

Method Details

AddChild() public method

public AddChild ( Widget widget ) : void
widget Widget
return void

Container() public method

public Container ( ) : System
return System

Container() public method

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

Draw() public method

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
return void

MouseEvent() public method

public MouseEvent ( object obj, MouseEventArgs args ) : void
obj object
args MouseEventArgs
return void

Property Details

children protected_oe property

protected List children
return List