C# 클래스 Stetic.ResizableFixed

상속: EventBox, IDesignArea
파일 보기 프로젝트 열기: mono/stetic 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AddWidget() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ForAll() 보호된 메소드

protected ForAll ( bool include_internals, Gtk callback ) : void
include_internals bool
callback Gtk
리턴 void

GetCoordinates() 공개 메소드

public GetCoordinates ( Gtk w ) : Gdk.Rectangle
w Gtk
리턴 Gdk.Rectangle

GetSelection() 공개 메소드

public GetSelection ( ) : IObjectSelection
리턴 IObjectSelection

GetSelection() 공개 메소드

public GetSelection ( Gtk widget ) : IObjectSelection
widget Gtk
리턴 IObjectSelection

IsSelected() 공개 메소드

public IsSelected ( Gtk widget ) : bool
widget Gtk
리턴 bool

MoveWidget() 공개 메소드

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

OnButtonPressEvent() 보호된 메소드

protected OnButtonPressEvent ( Gdk ev ) : bool
ev Gdk
리턴 bool

OnButtonReleaseEvent() 보호된 메소드

protected OnButtonReleaseEvent ( Gdk ev ) : bool
ev Gdk
리턴 bool

OnExposeEvent() 보호된 메소드

protected OnExposeEvent ( Gdk ev ) : bool
ev Gdk
리턴 bool

OnMotionNotifyEvent() 보호된 메소드

protected OnMotionNotifyEvent ( Gdk ev ) : bool
ev Gdk
리턴 bool

OnSizeAllocated() 보호된 메소드

protected OnSizeAllocated ( Gdk rect ) : void
rect Gdk
리턴 void

OnSizeRequested() 보호된 메소드

protected OnSizeRequested ( Requisition &req ) : void
req Requisition
리턴 void

RemoveWidget() 공개 메소드

public RemoveWidget ( Gtk w ) : void
w Gtk
리턴 void

ResetSelection() 공개 메소드

public ResetSelection ( Gtk widget ) : void
widget Gtk
리턴 void

ResizableFixed() 공개 메소드

public ResizableFixed ( ) : System
리턴 System

SetSelection() 공개 메소드

public SetSelection ( Gtk widget, object obj ) : IObjectSelection
widget Gtk
obj object
리턴 IObjectSelection

SetSelection() 공개 메소드

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

UpdateObjectViewers() 공개 메소드

public UpdateObjectViewers ( ) : void
리턴 void