![]() |
![]()
| ![]() |
![]()
NAMEGtk2::Notify - Perl interface to libnotify HIERARCHYGlib::Object +----Gtk2::Notify SYNOPSISuse Gtk2::Notify -init, "app_name"; my $notification = Gtk2::Notify->new( $summary, $message, $icon, $attach_widget ); $notification->show; INITIALISATIONuse Gtk2::Notify qw/-init app_name/;
METHODSnotify = Gtk2::Notify->new ($summary, $body=undef, $icon=undef)
$notification->add_action ($action, $label, $callback, $userdata=undef)
string = Gtk2::Notify->get_app_name$notification->set_category ($category)
$notification->clear_actions$notification->clear_hintsnotify = $notification->close$notification->set_hint_byte_array ($key, $value)
$notification->set_hint_byte ($key, $value)
$notification->set_hint_double ($key, $value)
$notification->set_hint_int32 ($key, $value)
$notification->set_hint ($key, $value)
$notification->set_hint_string ($key, $value)
$notification->set_hint_uint32 ($key, $value)
$notification->set_icon_from_pixbuf ($icon)
$notification->set_image_from_pixbuf ($pixbuf)
boolean = Gtk2::Notify->init ($app_name)
boolean = Gtk2::Notify->is_inittedlist = Gtk2::Notify->get_server_caps(notify, name, vendor, version, spec_version) = Gtk2::Notify->get_server_infonotify = $notification->show$notification->set_timeout ($timeout)
Gtk2::Notify->uninitboolean = $notification->update ($summary, $message=undef, $icon=undef)
$notification->set_urgency ($urgency)
PROPERTIES
SIGNALSENUMS AND FLAGSenum Gtk2::Notify::NotifyUrgency
BUGSPlease report any bugs or feature requests to "bug-gtk2-notify at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Gtk2-Notify>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORTYou can find documentation for this module with the perldoc command. perldoc Gtk2::Notify You can also look for information at:
SEE ALSOGtk2::Notify, Glib::Object COPYRIGHTCopyright (C) 2006-2008 by Florian Ragwitz
|