GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Gtk2::Toolbar(3) User Contributed Perl Documentation Gtk2::Toolbar(3)

Gtk2::Toolbar - wrapper for GtkToolbar

  Glib::Object
  +----Glib::InitiallyUnowned
       +----Gtk2::Object
            +----Gtk2::Widget
                 +----Gtk2::Container
                      +----Gtk2::Toolbar

  Glib::Object::_Unregistered::AtkImplementorIface
  Gtk2::Buildable
  Gtk2::ToolShell
  Gtk2::Orientable

  • $type (Gtk2::ToolbarChildType)
  • $widget (Gtk2::Widget or undef)
  • $text (string)
  • $tooltip_text (string or undef)
  • $tooltip_private_text (string or undef)
  • $icon (Gtk2::Widget or undef)
  • $callback (subroutine)
  • $user_data (scalar)

  • $text (string)
  • $tooltip_text (string or undef)
  • $tooltip_private_text (string or undef)
  • $icon (Gtk2::Widget or undef)
  • $callback (subroutine)
  • $user_data (scalar)

  • $widget (Gtk2::Widget)
  • $tooltip_text (string or undef)
  • $tooltip_private_text (string or undef)

  • $tool_item (Gtk2::ToolItem or undef)
  • $index (integer)

Since: gtk+ 2.4

  • $x (integer)
  • $y (integer)

Since: gtk+ 2.4

$icon_size (Gtk2::IconSize)

  • $item (Gtk2::ToolItem)
  • $pos (integer)

Since: gtk+ 2.4

  • $type (Gtk2::ToolbarChildType)
  • $widget (Gtk2::Widget or undef)
  • $text (string)
  • $tooltip_text (string or undef)
  • $tooltip_private_text (string or undef)
  • $icon (Gtk2::Widget or undef)
  • $callback (subroutine)
  • $user_data (scalar)
  • $position (integer)

  • $text (string)
  • $tooltip_text (string or undef)
  • $tooltip_private_text (string or undef)
  • $icon (Gtk2::Widget or undef)
  • $callback (subroutine)
  • $user_data (scalar)
  • $position (integer)

$position (integer)

  • $stock_id (string)
  • $tooltip_text (string or undef)
  • $tooltip_private_text (string or undef)
  • $callback (subroutine)
  • $user_data (scalar)
  • $position (integer)

  • $widget (Gtk2::Widget)
  • $tooltip_text (string or undef)
  • $tooltip_private_text (string or undef)
  • $position (integer)

$item (Gtk2::ToolItem)

Since: gtk+ 2.4

Since: gtk+ 2.4

$n (integer)

Since: gtk+ 2.4

$orientation (Gtk2::Orientation)

  • $type (Gtk2::ToolbarChildType)
  • $widget (Gtk2::Widget or undef)
  • $text (string)
  • $tooltip_text (string or undef)
  • $tooltip_private_text (string or undef)
  • $icon (Gtk2::Widget or undef)
  • $callback (subroutine)
  • $user_data (scalar)

  • $text (string)
  • $tooltip_text (string or undef)
  • $tooltip_private_text (string or undef)
  • $icon (Gtk2::Widget or undef)
  • $callback (subroutine)
  • $user_data (scalar)

  • $widget (Gtk2::Widget)
  • $tooltip_text (string or undef)
  • $tooltip_private_text (string or undef)

Since: gtk+ 2.4

$position (integer)

Since: gtk+ 2.4

$show_arrow (boolean)

Since: gtk+ 2.4

$style (Gtk2::ToolbarStyle)

$enable (boolean)

'icon-size' (integer : default 3 : readable / writable / private / static-nick / static-blurb)
Size of icons in this toolbar
'icon-size-set' (boolean : default false : readable / writable / private / static-nick / static-blurb)
Whether the icon-size property has been set
'show-arrow' (boolean : default true : readable / writable / private / static-nick / static-blurb)
If an arrow should be shown if the toolbar doesn't fit
'toolbar-style' (Gtk2::ToolbarStyle : default "both" : readable / writable / private / static-nick / static-blurb)
How to draw the toolbar
'tooltips' (boolean : default true : readable / writable / private / static-nick / static-blurb)
If the tooltips of the toolbar should be active or not

'expand' (boolean : default false : readable / writable / private / static-nick / static-blurb)
Whether the item should receive extra space when the toolbar grows
'homogeneous' (boolean : default false : readable / writable / private / static-nick / static-blurb)
Whether the item should be the same size as other homogeneous items

'button-relief' (Gtk2::ReliefStyle : default "none" : readable / private / static-nick / static-blurb)
Type of bevel around toolbar buttons
'internal-padding' (integer : default 0 : readable / private / static-nick / static-blurb)
Amount of border space between the toolbar shadow and the buttons
'max-child-expand' (integer : default INT_MAX : readable / private / static-nick / static-blurb)
Maximum amount of space an expandable item will be given
'shadow-type' (Gtk2::ShadowType : default "out" : readable / private / static-nick / static-blurb)
Style of bevel around the toolbar
'space-size' (integer : default 12 : readable / private / static-nick / static-blurb)
Size of spacers
'space-style' (Gtk2::ToolbarSpaceStyle : default "line" : readable / private / static-nick / static-blurb)
Whether spacers are vertical lines or just blank

boolean = focus-home-or-end (Gtk2::Toolbar, boolean)
orientation-changed (Gtk2::Toolbar, Gtk2::Orientation)
boolean = popup-context-menu (Gtk2::Toolbar, integer, integer, integer)
style-changed (Gtk2::Toolbar, Gtk2::ToolbarStyle)

  • 'invalid' / 'GTK_ICON_SIZE_INVALID'
  • 'menu' / 'GTK_ICON_SIZE_MENU'
  • 'small-toolbar' / 'GTK_ICON_SIZE_SMALL_TOOLBAR'
  • 'large-toolbar' / 'GTK_ICON_SIZE_LARGE_TOOLBAR'
  • 'button' / 'GTK_ICON_SIZE_BUTTON'
  • 'dnd' / 'GTK_ICON_SIZE_DND'
  • 'dialog' / 'GTK_ICON_SIZE_DIALOG'

  • 'horizontal' / 'GTK_ORIENTATION_HORIZONTAL'
  • 'vertical' / 'GTK_ORIENTATION_VERTICAL'

  • 'normal' / 'GTK_RELIEF_NORMAL'
  • 'half' / 'GTK_RELIEF_HALF'
  • 'none' / 'GTK_RELIEF_NONE'

  • 'space' / 'GTK_TOOLBAR_CHILD_SPACE'
  • 'button' / 'GTK_TOOLBAR_CHILD_BUTTON'
  • 'togglebutton' / 'GTK_TOOLBAR_CHILD_TOGGLEBUTTON'
  • 'radiobutton' / 'GTK_TOOLBAR_CHILD_RADIOBUTTON'
  • 'widget' / 'GTK_TOOLBAR_CHILD_WIDGET'

  • 'icons' / 'GTK_TOOLBAR_ICONS'
  • 'text' / 'GTK_TOOLBAR_TEXT'
  • 'both' / 'GTK_TOOLBAR_BOTH'
  • 'both-horiz' / 'GTK_TOOLBAR_BOTH_HORIZ'

Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container

Copyright (C) 2003-2011 by the gtk2-perl team.

This software is licensed under the LGPL. See Gtk2 for a full notice.

2022-06-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.