C# 클래스 Tomboy.TomboyTrayIcon

상속: Gtk.StatusIcon, ITomboyTray
파일 보기 프로젝트 열기: oluc/tomboy 1 사용 예제들

공개 메소드들

메소드 설명
GetTrayMenuPosition ( Gtk menu, int &x, int &y, bool &push_in ) : void
MenuOpensUpward ( ) : bool
ShowMenu ( bool select_first_item ) : void
TomboyTrayIcon ( NoteManager manager ) : System

보호된 메소드들

메소드 설명
OnActivate ( ) : void
OnPopupMenu ( uint button, uint activate_time ) : void

비공개 메소드들

메소드 설명
GetRightClickMenu ( ) : Gtk.Menu
OnExit ( object sender, EventArgs e ) : void
Preferences_SettingChanged ( object sender, EventArgs args ) : void
Quit ( object sender, EventArgs args ) : void
ShowAbout ( object sender, EventArgs args ) : void
ShowHelpContents ( object sender, EventArgs args ) : void
ShowPreferences ( object sender, EventArgs args ) : void
SyncNotes ( object sender, EventArgs args ) : void
UpdateMenuItems ( ) : void

메소드 상세

GetTrayMenuPosition() 공개 메소드

public GetTrayMenuPosition ( Gtk menu, int &x, int &y, bool &push_in ) : void
menu Gtk
x int
y int
push_in bool
리턴 void

MenuOpensUpward() 공개 메소드

public MenuOpensUpward ( ) : bool
리턴 bool

OnActivate() 보호된 메소드

protected OnActivate ( ) : void
리턴 void

OnPopupMenu() 보호된 메소드

protected OnPopupMenu ( uint button, uint activate_time ) : void
button uint
activate_time uint
리턴 void

ShowMenu() 공개 메소드

public ShowMenu ( bool select_first_item ) : void
select_first_item bool
리턴 void

TomboyTrayIcon() 공개 메소드

public TomboyTrayIcon ( NoteManager manager ) : System
manager NoteManager
리턴 System