C# Class gbrainy.Core.Toolkit.Container

Inheritance: Widget
Afficher le fichier Open project: GNOME/gbrainy Class Usage Examples

Protected Properties

Свойство Type Description
children List

Méthodes publiques

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

public AddChild ( Widget widget ) : void
widget Widget
Résultat void

Container() public méthode

public Container ( ) : System
Résultat System

Container() public méthode

public Container ( double x, double y, double width, double height ) : System
x double
y double
width double
height double
Résultat System

Draw() public méthode

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
Résultat void

MouseEvent() public méthode

public MouseEvent ( object obj, MouseEventArgs args ) : void
obj object
args MouseEventArgs
Résultat void

Property Details

children protected_oe property

protected List children
Résultat List