C# 클래스 Hyena.Widgets.RoundedFrame

상속: Gtk.Bin
파일 보기 프로젝트 열기: GNOME/hyena 1 사용 예제들

공개 메소드들

메소드 설명
RoundedFrame ( ) : System
SetFillColor ( Cairo color ) : void
UnsetFillColor ( ) : void

보호된 메소드들

메소드 설명
OnAdded ( Gtk.Widget widget ) : void
OnDrawn ( Cairo cr ) : bool
OnGetPreferredHeight ( int &minimum_height, int &natural_height ) : void
OnGetPreferredWidth ( int &minimum_width, int &natural_width ) : void
OnRemoved ( Gtk.Widget widget ) : void
OnSizeAllocated ( Gdk allocation ) : void
OnStyleUpdated ( ) : void
RoundedFrame ( IntPtr ptr ) : System
SizeRequested ( ) : Requisition

비공개 메소드들

메소드 설명
DrawFrame ( Cairo cr ) : void
InitTheme ( ) : void

메소드 상세

OnAdded() 보호된 메소드

protected OnAdded ( Gtk.Widget widget ) : void
widget Gtk.Widget
리턴 void

OnDrawn() 보호된 메소드

protected OnDrawn ( Cairo cr ) : bool
cr Cairo
리턴 bool

OnGetPreferredHeight() 보호된 메소드

protected OnGetPreferredHeight ( int &minimum_height, int &natural_height ) : void
minimum_height int
natural_height int
리턴 void

OnGetPreferredWidth() 보호된 메소드

protected OnGetPreferredWidth ( int &minimum_width, int &natural_width ) : void
minimum_width int
natural_width int
리턴 void

OnRemoved() 보호된 메소드

protected OnRemoved ( Gtk.Widget widget ) : void
widget Gtk.Widget
리턴 void

OnSizeAllocated() 보호된 메소드

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

OnStyleUpdated() 보호된 메소드

protected OnStyleUpdated ( ) : void
리턴 void

RoundedFrame() 공개 메소드

public RoundedFrame ( ) : System
리턴 System

RoundedFrame() 보호된 메소드

protected RoundedFrame ( IntPtr ptr ) : System
ptr System.IntPtr
리턴 System

SetFillColor() 공개 메소드

public SetFillColor ( Cairo color ) : void
color Cairo
리턴 void

SizeRequested() 보호된 메소드

protected SizeRequested ( ) : Requisition
리턴 Requisition

UnsetFillColor() 공개 메소드

public UnsetFillColor ( ) : void
리턴 void