C# Class Notifications.Notification

Afficher le fichier Open project: wfarr/newskit Class Usage Examples

Méthodes publiques

Méthode Description
AddAction ( string action, string label, ActionHandler handler ) : void
AddHint ( string name, object value ) : void
AttachToStatusIcon ( Gtk status_icon ) : void
AttachToWidget ( Gtk widget ) : void
ClearActions ( ) : void
Close ( ) : void
Notification ( string summary, string body ) : System
Notification ( string summary, string body, Gdk.Pixbuf icon ) : System
Notification ( string summary, string body, Gdk.Pixbuf icon, Gtk widget ) : System
Notification ( string summary, string body, string icon ) : System
Notification ( string summary, string body, string icon, Gtk widget ) : System
RemoveAction ( string action ) : void
RemoveHint ( string name ) : void
SetGeometryHints ( Gdk.Screen screen, int x, int y ) : void
Show ( ) : void

Private Methods

Méthode Description
Notification ( ) : System
OnActionInvoked ( uint id, string action ) : void
SetPixbufHint ( Gdk.Pixbuf pixbuf ) : void
Update ( ) : void

Method Details

AddAction() public méthode

public AddAction ( string action, string label, ActionHandler handler ) : void
action string
label string
handler ActionHandler
Résultat void

AddHint() public méthode

public AddHint ( string name, object value ) : void
name string
value object
Résultat void

AttachToStatusIcon() public méthode

public AttachToStatusIcon ( Gtk status_icon ) : void
status_icon Gtk
Résultat void

AttachToWidget() public méthode

public AttachToWidget ( Gtk widget ) : void
widget Gtk
Résultat void

ClearActions() public méthode

public ClearActions ( ) : void
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

Notification() public méthode

public Notification ( string summary, string body ) : System
summary string
body string
Résultat System

Notification() public méthode

public Notification ( string summary, string body, Gdk.Pixbuf icon ) : System
summary string
body string
icon Gdk.Pixbuf
Résultat System

Notification() public méthode

public Notification ( string summary, string body, Gdk.Pixbuf icon, Gtk widget ) : System
summary string
body string
icon Gdk.Pixbuf
widget Gtk
Résultat System

Notification() public méthode

public Notification ( string summary, string body, string icon ) : System
summary string
body string
icon string
Résultat System

Notification() public méthode

public Notification ( string summary, string body, string icon, Gtk widget ) : System
summary string
body string
icon string
widget Gtk
Résultat System

RemoveAction() public méthode

public RemoveAction ( string action ) : void
action string
Résultat void

RemoveHint() public méthode

public RemoveHint ( string name ) : void
name string
Résultat void

SetGeometryHints() public méthode

public SetGeometryHints ( Gdk.Screen screen, int x, int y ) : void
screen Gdk.Screen
x int
y int
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void