C# Class NotificationAreaIcon, mono-snippets

Inheritance: Plug
ファイルを表示 Open project: mono/mono-snippets Class Usage Examples

Public Methods

Method Description
CancelMessage ( uint id ) : void
NotificationAreaIcon ( string name ) : System
NotificationAreaIcon ( string name, Gdk screen ) : System
SendMessage ( uint timeout, string message ) : uint

Protected Methods

Method Description
OnRealized ( ) : void
OnUnrealized ( ) : void

Private Methods

Method Description
GetOrientationProperty ( ) : void
Init ( ) : void
ManagerFilter ( IntPtr xevent, Event evnt ) : FilterReturn
ManagerWindowDestroyed ( ) : void
SendDockRequest ( ) : void
SendManagerMessage ( SystemTrayMessage message, IntPtr window, uint data1, uint data2, uint data3 ) : void
UpdateManagerWindow ( bool dock_if_realized ) : void
XFlush ( IntPtr display ) : int
XFree ( IntPtr display ) : int
XGetSelectionOwner ( IntPtr display, int atom ) : IntPtr
XGetWindowProperty ( IntPtr display, IntPtr w, int property, IntPtr long_offset, IntPtr long_length, bool deleteProp, int req_type, int &actual_type_return, int &actual_format_return, IntPtr &nitems_return, IntPtr &bytes_after_return, IntPtr &prop_return ) : int
XGrabServer ( IntPtr display ) : void
XInternAtom ( IntPtr display, string atom_name, bool only_if_exists ) : int
XSelectInput ( IntPtr window, IntPtr display, EventMask mask ) : IntPtr
XSendEvent ( IntPtr display, IntPtr window, bool propagate, EventMask event_mask, XClientMessageEvent &send_event ) : int
XSync ( IntPtr display, bool discard ) : int
XUngrabServer ( IntPtr display ) : void
gdk_error_trap_pop ( ) : int
gdk_error_trap_push ( ) : void
gdk_x11_display_get_xdisplay ( IntPtr display ) : IntPtr
gdk_x11_get_server_time ( IntPtr window ) : IntPtr

Method Details

CancelMessage() public method

public CancelMessage ( uint id ) : void
id uint
return void

NotificationAreaIcon() public method

public NotificationAreaIcon ( string name ) : System
name string
return System

NotificationAreaIcon() public method

public NotificationAreaIcon ( string name, Gdk screen ) : System
name string
screen Gdk
return System

OnRealized() protected method

protected OnRealized ( ) : void
return void

OnUnrealized() protected method

protected OnUnrealized ( ) : void
return void

SendMessage() public method

public SendMessage ( uint timeout, string message ) : uint
timeout uint
message string
return uint