Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Html - Removing transparency on tooltips Post 303012017 by Yoda on Saturday 27th of January 2018 05:28:19 PM
Old 01-27-2018
Did you try changing the background-color in CSS ?
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

removing html tags via parameter expansion

Hi all- I have a variable that contains a web page: echo $STUFF <html> <head> <title>my page</title></head> <body> blah blah etc.. Can I use the shell's parameter expansion abilities to remove just the tags? I thought that FIXHTML=${STUFF//<*>/} might do it, but it didn't seem to... (2 Replies)
Discussion started by: rev66
2 Replies

2. Post Here to Contact Site Administrators and Moderators

Annoying tooltips

Hi Is there any way to turn off the (often ridiculously big) tooltips that are displayed when hovering over a topic in a topic list? It's driving me nuts. Thx. J (1 Reply)
Discussion started by: jgrogan
1 Replies

3. Shell Programming and Scripting

searching & replacing/removing only certain HTML tags

I generally save a lot of web pages for reading offline which works out great for school. Now I have to spend a lot of time on the bus and I am looking for the best way to read some of these webpages using my Nokia 7610. I have uploaded the files to my phone, but they are deadly deadly slow to... (2 Replies)
Discussion started by: naphelge
2 Replies

4. UNIX for Advanced & Expert Users

Removing HTML tags

Hello Unix Gurus I am having a problem with one of the files that i am generating using a Unix Script. This Unix Scripts connects to the MY SQL Server and loads the data into a Text file. While generating the Text file for one of the tables the value in one of the column is as follows. <p>... (3 Replies)
Discussion started by: chetan.mudike
3 Replies

5. Shell Programming and Scripting

removing html format with sed

Hello i am trying to remove the html format from the file using sed. for example remove <p> </p> i tried to do this : sed -e 's/<*>//g' test > test.t but still i have some html format . please help if you have any suggestions lets say this is the html file 1... (11 Replies)
Discussion started by: koricha
11 Replies

6. Shell Programming and Scripting

Removing html tags

I store different variance of the below in an xml file. and apparently, xml has an issue loading up data like this because it contains html tags. i would like to preserve this data as it is, but unfortunately, xml says i cant. so i have to strip out all the html tags. the examples i found... (9 Replies)
Discussion started by: SkySmart
9 Replies

7. Shell Programming and Scripting

Removing all except couple of html tags from html file

I tried to find elegant (or at least simple) way to remove all but couple of html tags from html file, but all examples I found dealt with removing all the tags. The logic of the script would be: - if there is <li> or <ul> on the line, do nothing (=write same line to output) - if there is:... (0 Replies)
Discussion started by: juubuntu
0 Replies

8. Homework & Coursework Questions

Script: Removing HTML tags and duplicate lines

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: You will write a script that will remove all HTML tags from an HTML document and remove any consecutive... (3 Replies)
Discussion started by: tburns517
3 Replies

9. What is on Your Mind?

New Tooltips for Thread Views Using Bootstrap

Hi, Well, I changed the descriptions for threads to use Bootstrap's UI and here is the results (make sure you set your YT setting for 1080 HD): New Tooltip for UNIX.COM Using Bootstrap - YouTube Here is the simple CSS I'm using for the fonts and colors: .tooltip-inner { ... (0 Replies)
Discussion started by: Neo
0 Replies
Gtk2::StatusIcon(3)					User Contributed Perl Documentation				       Gtk2::StatusIcon(3)

NAME
Gtk2::StatusIcon HIERARCHY
Glib::Object +----Gtk2::StatusIcon METHODS
statusicon = Gtk2::StatusIcon->new statusicon = Gtk2::StatusIcon->new_from_file ($filename) o $filename (localized file name) statusicon = Gtk2::StatusIcon->new_from_icon_name ($icon_name) o $icon_name (string) statusicon = Gtk2::StatusIcon->new_from_pixbuf ($pixbuf) o $pixbuf (Gtk2::Gdk::Pixbuf) statusicon = Gtk2::StatusIcon->new_from_stock ($stock_id) o $stock_id (string) boolean = $status_icon->get_blinking $status_icon->set_blinking ($blinking) o $blinking (boolean) $status_icon->set_from_file ($filename) o $filename (localized file name) $status_icon->set_from_icon_name ($icon_name) o $icon_name (string) $status_icon->set_from_pixbuf ($pixbuf) o $pixbuf (Gtk2::Gdk::Pixbuf or undef) $status_icon->set_from_stock ($stock_id) o $stock_id (string) list = $status_icon->get_geometry boolean = $status_icon->get_has_tooltip Since: gtk+ 2.16 $status_icon->set_has_tooltip ($has_tooltip) o $has_tooltip (boolean) Since: gtk+ 2.16 string or undef = $status_icon->get_icon_name boolean = $status_icon->is_embedded pixbuf or undef = $status_icon->get_pixbuf (x, y, push_in) = Gtk2::StatusIcon::position_menu (menu, icon) (x, y, push_in) = Gtk2::StatusIcon::position_menu (menu, x, y, icon) o ... (list) o $icon (Gtk2::StatusIcon) o $y (integer) o $x (integer) This function takes four arguments so that it may be passed directly as the menu position callback to Gtk2::Menu::popup(), which passes in initial x and y values for historical reasons. Otherwise, you need only pass two arguments. This function can be used as the menu_pos_func argument to Gtk2::Menu::popup. screen = $status_icon->get_screen Since: gtk+ 2.12 $status_icon->set_screen ($screen) o $screen (Gtk2::Gdk::Screen) Since: gtk+ 2.12 integer = $status_icon->get_size string or undef = $status_icon->get_stock imagetype = $status_icon->get_storage_type string or undef = $status_icon->get_tooltip_markup Since: gtk+ 2.16 $status_icon->set_tooltip_markup ($markup) o $markup (string or undef) Since: gtk+ 2.16 $status_icon->set_tooltip ($tooltip_text) o $tooltip_text (string or undef) string or undef = $status_icon->get_tooltip_text Since: gtk+ 2.16 $status_icon->set_tooltip_text ($text) o $text (string or undef) Since: gtk+ 2.16 boolean = $status_icon->get_visible $status_icon->set_visible ($visible) o $visible (boolean) unsigned = $status_icon->get_x11_window_id Since: gtk+ 2.14 PROPERTIES
'blinking' (boolean : readable / writable / private) Whether or not the status icon is blinking 'embedded' (boolean : readable / private) Whether or not the status icon is embedded 'file' (string : writable / private) Filename to load and display 'gicon' (Glib::Object::_Unregistered::GIcon : readable / writable / private) The GIcon being displayed 'has-tooltip' (boolean : readable / writable / private) Whether this tray icon has a tooltip 'icon-name' (string : readable / writable / private) The name of the icon from the icon theme 'orientation' (Gtk2::Orientation : readable / private) The orientation of the tray 'pixbuf' (Gtk2::Gdk::Pixbuf : readable / writable / private) A GdkPixbuf to display 'screen' (Gtk2::Gdk::Screen : readable / writable / private) The screen where this status icon will be displayed 'size' (integer : readable / private) The size of the icon 'stock' (string : readable / writable / private) Stock ID for a stock image to display 'storage-type' (Gtk2::ImageType : readable / private) The representation being used for image data 'title' (string : readable / writable / private) The title of this tray icon 'tooltip-markup' (string : readable / writable / private) The contents of the tooltip for this tray icon 'tooltip-text' (string : readable / writable / private) The contents of the tooltip for this widget 'visible' (boolean : readable / writable / private) Whether or not the status icon is visible SIGNALS
activate (Gtk2::StatusIcon) boolean = button-press-event (Gtk2::StatusIcon, Gtk2::Gdk::Event) boolean = button-release-event (Gtk2::StatusIcon, Gtk2::Gdk::Event) boolean = scroll-event (Gtk2::StatusIcon, Gtk2::Gdk::Event) boolean = query-tooltip (Gtk2::StatusIcon, integer, integer, boolean, Gtk2::Tooltip) popup-menu (Gtk2::StatusIcon, Glib::UInt, Glib::UInt) boolean = size-changed (Gtk2::StatusIcon, integer) ENUMS AND FLAGS
enum Gtk2::ImageType o 'empty' / 'GTK_IMAGE_EMPTY' o 'pixmap' / 'GTK_IMAGE_PIXMAP' o 'image' / 'GTK_IMAGE_IMAGE' o 'pixbuf' / 'GTK_IMAGE_PIXBUF' o 'stock' / 'GTK_IMAGE_STOCK' o 'icon-set' / 'GTK_IMAGE_ICON_SET' o 'animation' / 'GTK_IMAGE_ANIMATION' o 'icon-name' / 'GTK_IMAGE_ICON_NAME' o 'gicon' / 'GTK_IMAGE_GICON' enum Gtk2::Orientation o 'horizontal' / 'GTK_ORIENTATION_HORIZONTAL' o 'vertical' / 'GTK_ORIENTATION_VERTICAL' SEE ALSO
Gtk2, Glib::Object COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::StatusIcon(3)
All times are GMT -4. The time now is 07:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy