Experimental New UNIX / Linux Project Board (See Toolbar)


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Experimental New UNIX / Linux Project Board (See Toolbar)
# 1  
Old 06-13-2012
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?

Image
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need advice for project UNIX to Linux migration

I am working on UNIX AIX to Linux migration. Does anybody know the good site for doing this? Thanks for contribution (4 Replies)
Discussion started by: digioleg54
4 Replies

2. News, Links, Events and Announcements

A new project was posted on The UNIX and Linux Forums project board.

A new project was posted on your project board. Project title: Bash Shell Tutoring Estimated Budget: $50/hr Start date: Immediately Required skills: Linux, Bash, Shell, UNIX I work as a datawarehouse designer and developer. Although I usually stick to the role of an analyst,... (0 Replies)
Discussion started by: Neo
0 Replies

3. Post Here to Contact Site Administrators and Moderators

Bits - The Unix and Linux Forums (Experimental) Virtual Currency

Hello. I've searched the site but can't find a link to what the "Bits" and "bank account" is on my user profile. Can someone link me or briefly explain? (76 Replies)
Discussion started by: candlejack
76 Replies

4. What is on Your Mind?

Experimental Toolbar & How to Disable or Help Improve

Hello! We have installed a new experimental toolbar. If you don't like it, you can hide it in your UserCP options; ; or you can simply "minimize it" with the button on the far right of the toolbar. https://www.unix.com/members/neo-albums-forum-pics-picture483-usercp-option-disable-toolbar.png... (3 Replies)
Discussion started by: Neo
3 Replies

5. UNIX for Dummies Questions & Answers

Help Choosing Unix/Linux for Project management

I'm in the process of really comitting to learning a Unix or Linux OS/distro really well for career opportunities and to use as my main desktop OS. I've been mulling through the choices and I'm having a hard time. Maybe someone can help me. I'm not a noob and I have some FreeBSD and Slackware /... (1 Reply)
Discussion started by: lobill
1 Replies

6. Advertise with Us

Standard Pricing: How to Post to The UNIX and Linux Forums Job Board

Special Promotion: The UNIX and Linux Job Board is a service provided by the The UNIX and Linux Forums to help employers connect with UNIX and Linux professionals. All proceeds from this service go towards supporting the forums. Please PM Neo or email with any questions about this service. ... (0 Replies)
Discussion started by: Neo
0 Replies

7. Advertise with Us

How to Post to The UNIX and Linux Forums Job Board

The UNIX and Linux Job Board is a service provided by the The UNIX and Linux Forums to help employers connect with UNIX and Linux professionals. All proceeds from this service go towards supporting the forums. Please PM Neo or email with any questions about this service. Promotion A: $99 ... (0 Replies)
Discussion started by: Neo
0 Replies

8. Post Here to Contact Site Administrators and Moderators

How to Post to The UNIX and Linux Forums Job Board

The UNIX and Linux Job Board is a service provided by the The UNIX and Linux Forums to help employers connect with UNIX and Linux professionals. All proceeds from this service go towards supporting the forums. Please PM Neo or email with any questions about this service. Promotion A: $99 ... (0 Replies)
Discussion started by: Neo
0 Replies

9. Advertise with Us

How to Post to The UNIX and Linux Forums Job Board

The UNIX and Linux Job Board is a service provided by the The UNIX and Linux Forums to help employers connect with UNIX and Linux professionals. All proceeds from this service go towards supporting the forums. Please PM Neo or email with any questions about this service. Promotion A: $99 ... (0 Replies)
Discussion started by: Neo
0 Replies
Login or Register to Ask a Question
Gtk2::Toolbar(3)					User Contributed Perl Documentation					  Gtk2::Toolbar(3)

NAME
Gtk2::Toolbar HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Toolbar INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Gtk2::ToolShell Gtk2::Orientable METHODS
widget = Gtk2::Toolbar->new widget = $toolbar->append_element ($type, $widget, $text, $tooltip_text, $tooltip_private_text, $icon, $callback=undef, $user_data=undef) o $type (Gtk2::ToolbarChildType) o $widget (Gtk2::Widget or undef) o $text (string) o $tooltip_text (string or undef) o $tooltip_private_text (string or undef) o $icon (Gtk2::Widget or undef) o $callback (subroutine) o $user_data (scalar) widget = $toolbar->append_item ($text, $tooltip_text, $tooltip_private_text, $icon, $callback=undef, $user_data=undef) o $text (string) o $tooltip_text (string or undef) o $tooltip_private_text (string or undef) o $icon (Gtk2::Widget or undef) o $callback (subroutine) o $user_data (scalar) $toolbar->append_space $toolbar->append_widget ($widget, $tooltip_text, $tooltip_private_text) o $widget (Gtk2::Widget) o $tooltip_text (string or undef) o $tooltip_private_text (string or undef) $toolbar->set_drop_highlight_item ($tool_item, $index) o $tool_item (Gtk2::ToolItem or undef) o $index (integer) Since: gtk+ 2.4 integer = $toolbar->get_drop_index ($x, $y) o $x (integer) o $y (integer) Since: gtk+ 2.4 iconsize = $toolbar->get_icon_size $toolbar->set_icon_size ($icon_size) o $icon_size (Gtk2::IconSize) $toolbar->insert ($item, $pos) o $item (Gtk2::ToolItem) o $pos (integer) Since: gtk+ 2.4 widget = $toolbar->insert_element ($type, $widget, $text, $tooltip_text, $tooltip_private_text, $icon, $callback, $user_data, $position) o $type (Gtk2::ToolbarChildType) o $widget (Gtk2::Widget or undef) o $text (string) o $tooltip_text (string or undef) o $tooltip_private_text (string or undef) o $icon (Gtk2::Widget or undef) o $callback (subroutine) o $user_data (scalar) o $position (integer) widget = $toolbar->insert_item ($text, $tooltip_text, $tooltip_private_text, $icon, $callback, $user_data, $position) o $text (string) o $tooltip_text (string or undef) o $tooltip_private_text (string or undef) o $icon (Gtk2::Widget or undef) o $callback (subroutine) o $user_data (scalar) o $position (integer) $toolbar->insert_space ($position) o $position (integer) widget = $toolbar->insert_stock ($stock_id, $tooltip_text, $tooltip_private_text, $callback, $user_data, $position) o $stock_id (string) o $tooltip_text (string or undef) o $tooltip_private_text (string or undef) o $callback (subroutine) o $user_data (scalar) o $position (integer) $toolbar->insert_widget ($widget, $tooltip_text, $tooltip_private_text, $position) o $widget (Gtk2::Widget) o $tooltip_text (string or undef) o $tooltip_private_text (string or undef) o $position (integer) integer = $toolbar->get_item_index ($item) o $item (Gtk2::ToolItem) Since: gtk+ 2.4 integer = $toolbar->get_n_items Since: gtk+ 2.4 toolitem or undef = $toolbar->get_nth_item ($n) o $n (integer) Since: gtk+ 2.4 orientation = $toolbar->get_orientation $toolbar->set_orientation ($orientation) o $orientation (Gtk2::Orientation) widget = $toolbar->prepend_element ($type, $widget, $text, $tooltip_text, $tooltip_private_text, $icon, $callback=undef, $user_data=undef) o $type (Gtk2::ToolbarChildType) o $widget (Gtk2::Widget or undef) o $text (string) o $tooltip_text (string or undef) o $tooltip_private_text (string or undef) o $icon (Gtk2::Widget or undef) o $callback (subroutine) o $user_data (scalar) widget = $toolbar->prepend_item ($text, $tooltip_text, $tooltip_private_text, $icon, $callback=undef, $user_data=undef) o $text (string) o $tooltip_text (string or undef) o $tooltip_private_text (string or undef) o $icon (Gtk2::Widget or undef) o $callback (subroutine) o $user_data (scalar) $toolbar->prepend_space $toolbar->prepend_widget ($widget, $tooltip_text, $tooltip_private_text) o $widget (Gtk2::Widget) o $tooltip_text (string or undef) o $tooltip_private_text (string or undef) reliefstyle = $toolbar->get_relief_style Since: gtk+ 2.4 $toolbar->remove_space ($position) o $position (integer) boolean = $toolbar->get_show_arrow Since: gtk+ 2.4 $toolbar->set_show_arrow ($show_arrow) o $show_arrow (boolean) Since: gtk+ 2.4 toolbarstyle = $toolbar->get_style $toolbar->set_style ($style) o $style (Gtk2::ToolbarStyle) boolean = $toolbar->get_tooltips $toolbar->set_tooltips ($enable) o $enable (boolean) $toolbar->unset_icon_size $toolbar->unset_style PROPERTIES
'icon-size' (integer : readable / writable / private) Size of icons in this toolbar 'icon-size-set' (boolean : readable / writable / private) Whether the icon-size property has been set 'show-arrow' (boolean : readable / writable / private) If an arrow should be shown if the toolbar doesn't fit 'toolbar-style' (Gtk2::ToolbarStyle : readable / writable / private) How to draw the toolbar 'tooltips' (boolean : readable / writable / private) If the tooltips of the toolbar should be active or not SIGNALS
orientation-changed (Gtk2::Toolbar, Gtk2::Orientation) style-changed (Gtk2::Toolbar, Gtk2::ToolbarStyle) boolean = popup-context-menu (Gtk2::Toolbar, integer, integer, integer) boolean = focus-home-or-end (Gtk2::Toolbar, boolean) 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::ToolbarChildType o 'space' / 'GTK_TOOLBAR_CHILD_SPACE' o 'button' / 'GTK_TOOLBAR_CHILD_BUTTON' o 'togglebutton' / 'GTK_TOOLBAR_CHILD_TOGGLEBUTTON' o 'radiobutton' / 'GTK_TOOLBAR_CHILD_RADIOBUTTON' o 'widget' / 'GTK_TOOLBAR_CHILD_WIDGET' 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 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::Toolbar(3)