C# Class Stetic.ResizableFixed

Inheritance: EventBox, IDesignArea
Mostrar archivo Open project: mono/stetic Class Usage Examples

Public Methods

Method Description
AddWidget ( Gtk w, int x, int y ) : void
Dispose ( ) : void
GetCoordinates ( Gtk w ) : Gdk.Rectangle
GetSelection ( ) : IObjectSelection
GetSelection ( Gtk widget ) : IObjectSelection
IsSelected ( Gtk widget ) : bool
MoveWidget ( Gtk w, int x, int y ) : void
RemoveWidget ( Gtk w ) : void
ResetSelection ( Gtk widget ) : void
ResizableFixed ( ) : System
SetSelection ( Gtk widget, object obj ) : IObjectSelection
SetSelection ( Gtk widget, object obj, bool allowDrag ) : IObjectSelection
UpdateObjectViewers ( ) : void

Protected Methods

Method Description
ForAll ( bool include_internals, Gtk callback ) : void
OnButtonPressEvent ( Gdk ev ) : bool
OnButtonReleaseEvent ( Gdk ev ) : bool
OnExposeEvent ( Gdk ev ) : bool
OnMotionNotifyEvent ( Gdk ev ) : bool
OnSizeAllocated ( Gdk rect ) : void
OnSizeRequested ( Requisition &req ) : void

Private Methods

Method Description
GetAreaResizeX ( ) : Gdk.Rectangle
GetAreaResizeXY ( ) : Gdk.Rectangle
GetAreaResizeY ( ) : Gdk.Rectangle
OnSizeReq ( object o, SizeRequestedArgs a ) : void
PlaceSelectionBox ( Gtk widget ) : void
PlaceSelectionBoxInternal ( Gtk widget ) : void
Put ( Gtk child, Gtk container ) : void
SelectionDestroyed ( object obj, EventArgs args ) : void
SelectionSizeAllocated ( object obj, Gtk args ) : void

Method Details

AddWidget() public method

public AddWidget ( Gtk w, int x, int y ) : void
w Gtk
x int
y int
return void

Dispose() public method

public Dispose ( ) : void
return void

ForAll() protected method

protected ForAll ( bool include_internals, Gtk callback ) : void
include_internals bool
callback Gtk
return void

GetCoordinates() public method

public GetCoordinates ( Gtk w ) : Gdk.Rectangle
w Gtk
return Gdk.Rectangle

GetSelection() public method

public GetSelection ( ) : IObjectSelection
return IObjectSelection

GetSelection() public method

public GetSelection ( Gtk widget ) : IObjectSelection
widget Gtk
return IObjectSelection

IsSelected() public method

public IsSelected ( Gtk widget ) : bool
widget Gtk
return bool

MoveWidget() public method

public MoveWidget ( Gtk w, int x, int y ) : void
w Gtk
x int
y int
return void

OnButtonPressEvent() protected method

protected OnButtonPressEvent ( Gdk ev ) : bool
ev Gdk
return bool

OnButtonReleaseEvent() protected method

protected OnButtonReleaseEvent ( Gdk ev ) : bool
ev Gdk
return bool

OnExposeEvent() protected method

protected OnExposeEvent ( Gdk ev ) : bool
ev Gdk
return bool

OnMotionNotifyEvent() protected method

protected OnMotionNotifyEvent ( Gdk ev ) : bool
ev Gdk
return bool

OnSizeAllocated() protected method

protected OnSizeAllocated ( Gdk rect ) : void
rect Gdk
return void

OnSizeRequested() protected method

protected OnSizeRequested ( Requisition &req ) : void
req Requisition
return void

RemoveWidget() public method

public RemoveWidget ( Gtk w ) : void
w Gtk
return void

ResetSelection() public method

public ResetSelection ( Gtk widget ) : void
widget Gtk
return void

ResizableFixed() public method

public ResizableFixed ( ) : System
return System

SetSelection() public method

public SetSelection ( Gtk widget, object obj ) : IObjectSelection
widget Gtk
obj object
return IObjectSelection

SetSelection() public method

public SetSelection ( Gtk widget, object obj, bool allowDrag ) : IObjectSelection
widget Gtk
obj object
allowDrag bool
return IObjectSelection

UpdateObjectViewers() public method

public UpdateObjectViewers ( ) : void
return void