Gtk2::StatusIcon::main.3pm

Langue: en

Version: 2008-01-16 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

Gtk2::StatusIcon::main

METHODS


statusicon = Gtk2::StatusIcon->new


statusicon = Gtk2::StatusIcon->new_from_animation ($animation)

$animation (Gtk2::Gdk::PixbufAnimation)

statusicon = Gtk2::StatusIcon->new_from_file ($filename)

$filename (string)

statusicon = Gtk2::StatusIcon->new_from_pixbuf ($pixbuf)

$pixbuf (Gtk2::Gdk::Pixbuf)

statusicon = Gtk2::StatusIcon->new_from_stock ($stock_id)

$stock_id (string)

pixbufanimation or undef = $status_icon->get_animation


pixbufanimation or undef = $status_icon->get_animation


string = $status_icon->get_balloon_text


string = $status_icon->get_balloon_text


$status_icon->set_balloon_text ($text)


$status_icon->set_balloon_text ($text)

$text (string)

$status_icon->set_from_animation ($animation)


$status_icon->set_from_animation ($animation)

$animation (Gtk2::Gdk::PixbufAnimation)

$status_icon->set_from_file ($filename)


$status_icon->set_from_file ($filename)

$filename (string)

$status_icon->set_from_pixbuf ($pixbuf)


$status_icon->set_from_pixbuf ($pixbuf)

$pixbuf (Gtk2::Gdk::Pixbuf)

$status_icon->set_from_stock ($stock_id)


$status_icon->set_from_stock ($stock_id)

$stock_id (string)

imagetype = $status_icon->get_image_type


imagetype = $status_icon->get_image_type


boolean = $status_icon->get_is_blinking


boolean = $status_icon->get_is_blinking


$status_icon->set_is_blinking ($enable_blinking)


$status_icon->set_is_blinking ($enable_blinking)

$enable_blinking (boolean)

pixbuf or undef = $status_icon->get_pixbuf


pixbuf or undef = $status_icon->get_pixbuf


integer = $status_icon->get_size


integer = $status_icon->get_size


string = $status_icon->get_stock


string = $status_icon->get_stock


$status_icon->set_tooltip ($tooltip_text, $tooltip_private=undef)


$status_icon->set_tooltip ($tooltip_text, $tooltip_private=undef)

$tooltip_text (string)
$tooltip_private (string)

ENUMS AND FLAGS


enum Gtk2::ImageType

'empty' / 'GTK_IMAGE_EMPTY'
'pixmap' / 'GTK_IMAGE_PIXMAP'
'image' / 'GTK_IMAGE_IMAGE'
'pixbuf' / 'GTK_IMAGE_PIXBUF'
'stock' / 'GTK_IMAGE_STOCK'
'icon-set' / 'GTK_IMAGE_ICON_SET'
'animation' / 'GTK_IMAGE_ANIMATION'
'icon-name' / 'GTK_IMAGE_ICON_NAME'
Copyright (C) 2008 Gtk2-Perl Team