C# Class Xwt.GtkBackend.WidgetPlacementWrapper

Inheritance: Gtk.Alignment, IConstraintProvider
Show file Open project: mono/xwt Class Usage Examples

Public Methods

Method Description
GetConstraints ( Gtk target, Xwt.SizeConstraint &width, Xwt.SizeConstraint &height ) : void
UpdatePlacement ( Xwt widget ) : void
WidgetPlacementWrapper ( ) : System

Method Details

GetConstraints() public method

public GetConstraints ( Gtk target, Xwt.SizeConstraint &width, Xwt.SizeConstraint &height ) : void
target Gtk
width Xwt.SizeConstraint
height Xwt.SizeConstraint
return void

UpdatePlacement() public method

public UpdatePlacement ( Xwt widget ) : void
widget Xwt
return void

WidgetPlacementWrapper() public method

public WidgetPlacementWrapper ( ) : System
return System