Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk2::tooltip(3pm) [debian man page]

Gtk2::Tooltip(3pm)					User Contributed Perl Documentation					Gtk2::Tooltip(3pm)

NAME
Gtk2::Tooltip - wrapper for GtkTooltip HIERARCHY
Glib::Object +----Gtk2::Tooltip METHODS
$tooltip->set_custom ($custom_widget) o $custom_widget (Gtk2::Widget or undef) $tooltip->set_icon_from_icon_name ($icon_name, $size) o $icon_name (string) o $size (Gtk2::IconSize) Since: gtk+ 2.14 $tooltip->set_icon_from_stock ($stock_id, $size) o $stock_id (string or undef) o $size (Gtk2::IconSize) $tooltip->set_icon ($pixbuf) o $pixbuf (Gtk2::Gdk::Pixbuf or undef) $tooltip->set_markup ($markup) o $markup (string or undef) $tooltip->set_text ($text) o $text (string or undef) $tooltip->set_tip_area ($rect) o $rect (Gtk2::Gdk::Rectangle or undef) Gtk2::Tooltip::trigger_tooltip_query ($display) o $display (Gtk2::Gdk::Display) ENUMS AND FLAGS
enum Gtk2::IconSize o 'invalid' / 'GTK_ICON_SIZE_INVALID' o 'menu' / 'GTK_ICON_SIZE_MENU' o 'small-toolbar' / 'GTK_ICON_SIZE_SMALL_TOOLBAR' o 'large-toolbar' / 'GTK_ICON_SIZE_LARGE_TOOLBAR' o 'button' / 'GTK_ICON_SIZE_BUTTON' o 'dnd' / 'GTK_ICON_SIZE_DND' o 'dialog' / 'GTK_ICON_SIZE_DIALOG' SEE ALSO
Gtk2, Glib::Object COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.14.2 2012-05-27 Gtk2::Tooltip(3pm)

Check Out this Related Man Page

Gtk2::IconSize(3pm)					User Contributed Perl Documentation				       Gtk2::IconSize(3pm)

NAME
Gtk2::IconSize - wrapper for GtkIconSize HIERARCHY
Glib::Enum +----Gtk2::IconSize METHODS
iconsize = Gtk2::IconSize->from_name ($name) o $name (string) (width, height) = Gtk2::IconSize->lookup ($size) o $size (Gtk2::IconSize) (width, height) = Gtk2::IconSize->lookup_for_settings ($settings, $size) o $settings (Gtk2::Settings) o $size (Gtk2::IconSize) Since: gtk+ 2.2 iconsize = Gtk2::IconSize->register ($name, $width, $height) o $name (string) o $width (integer) o $height (integer) Gtk2::IconSize->register_alias ($alias, $target) o $alias (string) o $target (Gtk2::IconSize) ENUMS AND FLAGS
enum Gtk2::IconSize o 'invalid' / 'GTK_ICON_SIZE_INVALID' o 'menu' / 'GTK_ICON_SIZE_MENU' o 'small-toolbar' / 'GTK_ICON_SIZE_SMALL_TOOLBAR' o 'large-toolbar' / 'GTK_ICON_SIZE_LARGE_TOOLBAR' o 'button' / 'GTK_ICON_SIZE_BUTTON' o 'dnd' / 'GTK_ICON_SIZE_DND' o 'dialog' / 'GTK_ICON_SIZE_DIALOG' SEE ALSO
Gtk2, Glib::Enum COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.14.2 2012-05-27 Gtk2::IconSize(3pm)
Man Page

2 More Discussions You Might Find Interesting

1. Web Development

Tooltip Question

Just wondering if someone has some advice on dynamic tooltip. By that I mean, I want the text inside the tooltip to be automagically generated from a text file. I have not included any code example because, there are tons of tooltip examples but I can't find one that will use a text file to... (1 Reply)
Discussion started by: i9300
1 Replies

2. UNIX for Beginners Questions & Answers

Html - Removing transparency on tooltips

I want to use the tooltip in html, however the tranparency is creating problem for detailed tooltips as the text from the back interferes with the readability of the tooltip text. I have done the following changes, however the normal tooltip es still transparent I call it using <a... (3 Replies)
Discussion started by: kristinu
3 Replies