C# Класс NotificationAreaIcon, mono-snippets

Наследование: Plug
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CancelMessage ( uint id ) : void
NotificationAreaIcon ( string name ) : System
NotificationAreaIcon ( string name, Gdk screen ) : System
SendMessage ( uint timeout, string message ) : uint

Защищенные методы

Метод Описание
OnRealized ( ) : void
OnUnrealized ( ) : void

Приватные методы

Метод Описание
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

Описание методов

CancelMessage() публичный Метод

public CancelMessage ( uint id ) : void
id uint
Результат void

NotificationAreaIcon() публичный Метод

public NotificationAreaIcon ( string name ) : System
name string
Результат System

NotificationAreaIcon() публичный Метод

public NotificationAreaIcon ( string name, Gdk screen ) : System
name string
screen Gdk
Результат System

OnRealized() защищенный Метод

protected OnRealized ( ) : void
Результат void

OnUnrealized() защищенный Метод

protected OnUnrealized ( ) : void
Результат void

SendMessage() публичный Метод

public SendMessage ( uint timeout, string message ) : uint
timeout uint
message string
Результат uint