C# 클래스 NotificationAreaIcon, mono-snippets

상속: Plug
파일 보기 프로젝트 열기: mono/mono-snippets 1 사용 예제들

공개 메소드들

메소드 설명
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