Sponsored Content
Special Forums UNIX and Linux Applications Showing all open programs on your bottom toolbar Post 302446866 by cokedude on Friday 20th of August 2010 02:23:46 AM
Old 08-20-2010
Showing all open programs on your bottom toolbar

Image

Take a look at my picture to understand what I'm talking about. I have a bunch of programs open right now and I can't see the name of the programs on my toolbar. Is there hopefully a way to see all open programs on your toolbar when this happens?

In windows OS's when you have multiple windows from the same program open they group themselves together, and on MAC OS's they have a toolbar that you can easily scroll through. So I hope there is a similar way to do this in Linux
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

HP-UX toolbar help

Hi all, I am trying to set some icons in the toolbar thingy (HP-UX 10.2). I used the Toolboxes->Personal to help me setup, but it put the program icon in the personal toolbox folder. So I dragged it out to the Desktop. Now I've a link on a Desktop. Any ideas on how to create directly on to... (2 Replies)
Discussion started by: nitin
2 Replies

2. UNIX for Advanced & Expert Users

fuser not showing file open by vi

hi, I opened a simple text file by vi. I then started another shell, and did fuser myFile. I expected it to show the pid of the vi session that had that file open, but it just returned a blank. why would this be? thanks (4 Replies)
Discussion started by: JamesByars
4 Replies

3. UNIX for Dummies Questions & Answers

Are programs like sys_open( ) ,sys_read( ) et al examples of system level programs ?

Are the programs written on schedulers ,thread library , process management, memory management, et al called systems programs ? How are they different from the programs that implement functions like open() , printf() , scanf() , read() .. they have a prefix sys_open, sys_close, sys_read etc , right... (1 Reply)
Discussion started by: vishwamitra
1 Replies

4. Shell Programming and Scripting

Using programs to open files from within the script?

I am suppose to make a program that cuts the extension off of a file. It uses that .ext to decide which program needs to be used to open the file. This only finds the name of the program from a list of programs I made. My problem is when it has the name of the program it needs to use, how can I... (2 Replies)
Discussion started by: dordrix
2 Replies

5. What is on Your Mind?

Should We Keep or Drop the Bottom Toolbar?

Well, it's been a few months now since we started running the toolbar on the bottom with some navigation menu, search, link to code tag video, some social networking tools, etc. So, the question of the day is: Should we keep it, maybe develop more toolbar apps, or dump it? Please vote ... (13 Replies)
Discussion started by: Neo
13 Replies

6. Solaris

./curl -V showing fatal: libldap.so.5: open failed: No such file or directory

Hi Guys, I am facing this Error bash-2.03$ ./curl -V ld.so.1: curl: fatal: libldap.so.5: open failed: No such file or directory Killed bash-2.03$ while executing ./curl -V in /opt/sfw/bin directory. I am using Sun Solaris 10. which package upgrage can give me this missing... (9 Replies)
Discussion started by: manalisharmabe
9 Replies

7. UNIX for Dummies Questions & Answers

Difference between inbuilt suid programs and user defined root suid programs under bash shell?

Hey guys, Suppose i run passwd via bash shell. It is a suid program, which temporarily runs as root(owner) and modifies the user entries. However, when i write a C file and give 4755 permission and root ownership to the 'a.out' file , it doesn't run as root in bash shell. I verified this by... (2 Replies)
Discussion started by: syncmaster
2 Replies
Gtk2::ToolItem(3)					User Contributed Perl Documentation					 Gtk2::ToolItem(3)

NAME
Gtk2::ToolItem HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::ToolItem INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Glib::Object::_Unregistered::GtkActivatable METHODS
toolitem = Gtk2::ToolItem->new boolean = $tool_item->get_expand $tool_item->set_expand ($expand) o $expand (boolean) boolean = $tool_item->get_homogeneous $tool_item->set_homogeneous ($homogeneous) o $homogeneous (boolean) iconsize = $tool_item->get_icon_size boolean = $tool_item->get_is_important $tool_item->set_is_important ($is_important) o $is_important (boolean) orientation = $tool_item->get_orientation widget = $tool_item->get_proxy_menu_item ($menu_item_id) o $menu_item_id (string) $tool_item->set_proxy_menu_item ($menu_item_id, $menu_item) o $menu_item_id (string) o $menu_item (Gtk2::Widget) $tool_item->rebuild_menu Since: gtk+ 2.6 reliefstyle = $tool_item->get_relief_style widget = $tool_item->retrieve_proxy_menu_item $tool_item->toolbar_reconfigured Since: gtk+ 2.14 toolbarstyle = $tool_item->get_toolbar_style $tool_item->set_tooltip_markup ($markup) o $markup (string or undef) Since: gtk+ 2.12 $tool_item->set_tooltip ($tooltips, $tip_text, $tip_private) o $tooltips (Gtk2::Tooltips) o $tip_text (string) o $tip_private (string) $tool_item->set_tooltip_text ($text) o $text (string or undef) Since: gtk+ 2.12 boolean = $toolitem->get_use_drag_window $toolitem->set_use_drag_window ($use_drag_window) o $use_drag_window (boolean) boolean = $toolitem->get_visible_horizontal $toolitem->set_visible_horizontal ($visible_horizontal) o $visible_horizontal (boolean) boolean = $toolitem->get_visible_vertical $toolitem->set_visible_vertical ($visible_vertical) o $visible_vertical (boolean) PROPERTIES
'is-important' (boolean : readable / writable / private) Whether the toolbar item is considered important. When TRUE, toolbar buttons show text in GTK_TOOLBAR_BOTH_HORIZ mode 'visible-horizontal' (boolean : readable / writable / private) Whether the toolbar item is visible when the toolbar is in a horizontal orientation. 'visible-vertical' (boolean : readable / writable / private) Whether the toolbar item is visible when the toolbar is in a vertical orientation. SIGNALS
boolean = create-menu-proxy (Gtk2::ToolItem) toolbar-reconfigured (Gtk2::ToolItem) boolean = set-tooltip (Gtk2::ToolItem, Gtk2::Tooltips, string, string) 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' enum Gtk2::Orientation o 'horizontal' / 'GTK_ORIENTATION_HORIZONTAL' o 'vertical' / 'GTK_ORIENTATION_VERTICAL' enum Gtk2::ReliefStyle o 'normal' / 'GTK_RELIEF_NORMAL' o 'half' / 'GTK_RELIEF_HALF' o 'none' / 'GTK_RELIEF_NONE' enum Gtk2::ToolbarStyle o 'icons' / 'GTK_TOOLBAR_ICONS' o 'text' / 'GTK_TOOLBAR_TEXT' o 'both' / 'GTK_TOOLBAR_BOTH' o 'both-horiz' / 'GTK_TOOLBAR_BOTH_HORIZ' SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin 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::ToolItem(3)
All times are GMT -4. The time now is 05:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy