Sponsored Content
The Lounge What is on Your Mind? Experimental Toolbar & How to Disable or Help Improve Post 302653771 by Neo on Sunday 10th of June 2012 10:17:03 AM
Old 06-10-2012
First of all, you will notice a Link Menu on the left. We can put any site links you might like in that menu. Please offer your suggestions.

Also, we have a My Bookmarks feature in the toolbar. In the past, a few forum members mentioned they wanted to bookmark some of their favorite discussions, so this might help.

Then, there is some standard social buttons for FB, Twitter and Others (Share).

Also, there is a Twitter "news ticker" showing the last 10 posts in our @unixlinux twitter feed.

On the right side, for now, is a link to our YouTube Tutorials, which currently only has the popular "How to Use Code Tags" video by Scott. We need more of these... our bad.

Then, there is a link to our Twitter feed and some other stuff.

In my next post, I'll give more into on the toolbar itself and a link to other apps for the toolbar. Feel free to suggest additions or changes or deletions in this thread.
 

8 More Discussions You Might Find Interesting

1. HP-UX

HPUX printers & plotters disable on a daily basis

HI all, I've been having issues with printers and plotters disabling with no reason at all...It could happen to the same workstation once a day or once a week..There is nothing consistant..I stop and restart the spooler, only then can I re-enable the disabled printer.... If anyone is... (0 Replies)
Discussion started by: Shutdown
0 Replies

2. Shell Programming and Scripting

Enable & disable cronjob

Hi All, I am new to cronjob and need some guidance on this. 1) How do i enable a cronjob ? Can it be done by "crontab mycronfile" or "crontab -e mycronfile" 2) How can i disable the cronjob? Can deleting of the "mycronfile" disable the cron or do i need to perform "crontab -r mycronfile"... (7 Replies)
Discussion started by: Raynon
7 Replies

3. Shell Programming and Scripting

How to disable Enable/Disable Tab Key

Hi All, I have bash script, so what is sintax script in bash for Enable and Disable Tab Key. Thanks for your help.:( Thanks, Rico (1 Reply)
Discussion started by: carnegiex
1 Replies

4. Red Hat

SSL/TLS renegotiation DoS -how to disable? Is it advisable to disable?

Hi all Expertise, I have following issue to solve, SSL / TLS Renegotiation DoS (low) 222.225.12.13 Ease of Exploitation Moderate Port 443/tcp Family Miscellaneous Following is the problem description:------------------ Description The remote service encrypts traffic using TLS / SSL and... (2 Replies)
Discussion started by: manalisharmabe
2 Replies

5. What is on Your Mind?

Experimental New UNIX / Linux Project Board (See Toolbar)

We are experimenting with a new project board to help forum members make extra cash; because we have some very talented members, why not make some extra cash working from your computer. See toolbar at bottom of page. Any ideas or comments? ... (0 Replies)
Discussion started by: Neo
0 Replies

6. AIX

how to Enable VxDMP & Disable MPIO?

Hello people. I am new to AIX & dealing with VxDMP. The server has AIX 7.1, storage is Hitachi. I have 4 paths from my server to the array. However, the vxdmp shows only single path. I went through some discussions & realized that it is because of MPIO. Then, I did following - *... (0 Replies)
Discussion started by: nkiran
0 Replies

7. Solaris

Need to disable CBC mode cipher encryption along with MD5 & 96 bit MAC algorithm

Hi All Is any one know how to diable CBC mode cipher encryption along with MD5 & 96 bit MAC algorithm in solaris 10. Regards (4 Replies)
Discussion started by: amity
4 Replies

8. Solaris

Not able to disable finger & telnet command in Solaris 8

Hi I need to disable finger & telnet command in solaris 8 I have put the # infront of finger and telnet line in /etc/inetd.conf file. Further I have run the below command kill -1 <process id of inetd > But when I am running finger command it is till giving information for remote machine... (8 Replies)
Discussion started by: amity
8 Replies
Gtk2::Action(3) 					User Contributed Perl Documentation					   Gtk2::Action(3)

NAME
Gtk2::Action HIERARCHY
Glib::Object +----Gtk2::Action INTERFACES
Gtk2::Buildable METHODS
$action->set_accel_group ($accel_group) o $accel_group (Gtk2::AccelGroup or undef) string = $action->get_accel_path Since: gtk+ 2.6 $action->set_accel_path ($accel_path) o $accel_path (string) $action->activate $action->block_activate_from ($proxy) o $proxy (Gtk2::Widget) $action->connect_accelerator $action->connect_proxy ($proxy) o $proxy (Gtk2::Widget) widget = $action->create_icon ($icon_size) o $icon_size (Gtk2::IconSize) widget = $action->create_menu Since: gtk+ 2.12 widget = $action->create_menu_item widget = $action->create_tool_item $action->disconnect_accelerator $action->disconnect_proxy ($proxy) o $proxy (Gtk2::Widget) boolean = $action->is_sensitive boolean = $action->is_visible string = $action->get_name list = $action->get_proxies boolean = $action->get_sensitive $action->set_sensitive ($sensitive) o $sensitive (boolean) Since: gtk+ 2.6 $action->unblock_activate_from ($proxy) o $proxy (Gtk2::Widget) boolean = $action->get_visible $action->set_visible ($visible) o $visible (boolean) Since: gtk+ 2.6 PROPERTIES
'action-group' (Gtk2::ActionGroup : readable / writable / private) The GtkActionGroup this GtkAction is associated with, or NULL (for internal use). 'always-show-image' (boolean : readable / writable / construct / private) Whether the image will always be shown 'gicon' (Glib::Object::_Unregistered::GIcon : readable / writable / private) The GIcon being displayed 'hide-if-empty' (boolean : readable / writable / private) When TRUE, empty menu proxies for this action are hidden. 'icon-name' (string : readable / writable / private) The name of the icon from the icon theme 'is-important' (boolean : readable / writable / private) Whether the action is considered important. When TRUE, toolitem proxies for this action show text in GTK_TOOLBAR_BOTH_HORIZ mode. 'label' (string : readable / writable / private) The label used for menu items and buttons that activate this action. 'name' (string : readable / writable / construct-only / private) A unique name for the action. 'sensitive' (boolean : readable / writable / private) Whether the action is enabled. 'short-label' (string : readable / writable / private) A shorter label that may be used on toolbar buttons. 'stock-id' (string : readable / writable / private) The stock icon displayed in widgets representing this action. 'tooltip' (string : readable / writable / private) A tooltip for this action. 'visible' (boolean : readable / writable / private) Whether the action is visible. 'visible-horizontal' (boolean : readable / writable / private) Whether the toolbar item is visible when the toolbar is in a horizontal orientation. 'visible-overflown' (boolean : readable / writable / private) When TRUE, toolitem proxies for this action are represented in the toolbar overflow menu. 'visible-vertical' (boolean : readable / writable / private) Whether the toolbar item is visible when the toolbar is in a vertical orientation. SIGNALS
activate (Gtk2::Action) 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-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::Action(3)
All times are GMT -4. The time now is 05:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy