C# Class Tomboy.TomboyTrayIcon

Inheritance: Gtk.StatusIcon, ITomboyTray
Mostrar archivo Open project: oluc/tomboy Class Usage Examples

Public Methods

Method Description
GetTrayMenuPosition ( Gtk menu, int &x, int &y, bool &push_in ) : void
MenuOpensUpward ( ) : bool
ShowMenu ( bool select_first_item ) : void
TomboyTrayIcon ( NoteManager manager ) : System

Protected Methods

Method Description
OnActivate ( ) : void
OnPopupMenu ( uint button, uint activate_time ) : void

Private Methods

Method Description
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

Method Details

GetTrayMenuPosition() public method

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

MenuOpensUpward() public method

public MenuOpensUpward ( ) : bool
return bool

OnActivate() protected method

protected OnActivate ( ) : void
return void

OnPopupMenu() protected method

protected OnPopupMenu ( uint button, uint activate_time ) : void
button uint
activate_time uint
return void

ShowMenu() public method

public ShowMenu ( bool select_first_item ) : void
select_first_item bool
return void

TomboyTrayIcon() public method

public TomboyTrayIcon ( NoteManager manager ) : System
manager NoteManager
return System