Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bbtime(1) [debian man page]

BBTIME(1)						      General Commands Manual							 BBTIME(1)

NAME
bbtime - Display the time in a small blackbox style window SYNOPSIS
bbtime [-display <displayname>] [-config <filename>] [-spooldir] [-version] [-help] [[-position] | [-pos]] <position> DESCRIPTION
This manual page documents briefly the bbtime command. bbtime displays the time in a small blackbox style window. OPTIONS
A summary of options are included below. -d[isplay] <displayname> X server to connect to -c[onfig] <filename> Alternate config file -bb[config] <filename> Alternate Blackbox config file -def[ault] Fall back on default configuration -m[ailbox] <filename> Filename of mailbox -v[ersion] Display version number -h[elp] Display this help -p[osition] <position> Set position of window, <position> = [+]|[-]x[+]|[-]y -w[withdrawn] Place bbtool in the Slit -s[hape] Don't display groundplate CONFIGURATION
Blackbox Users: By default bbtime reads the Blackbox style-file as defined in .blackboxrc and copies as much of the style as possible. The result is an application which looks a lot like the toolbar. Further configuration options can be found in bbtime.style. Most likely you want to change these options, copy this file to somewhere in your homedir (eg blackbox/bbtime.config) and edit it. Edit the file .blackboxrc and add or edit the line: bbtime.configFile: <your config file>. WARNING: You have to define the entire PATH. All style options set by reading the Blackbox-style file can be overridden by placing them in bbtime.config (and changing them). See bbtime.style for all possible options. Make sure the file .bbtoolsrc does not exist, else the configuration style for other Window Managers will be used. Users of other Window managers: By default bbtime reads the bbtoolsrc and bbtime.nobb config files. If you want to define your personal config-file copy bbtoolsrc to your homedir as ./.bbtoolsrc. Copy bbtime.nobb somewhere in your homedir. Edit .bbtoolsrc and add or edit the line: bbtime.configFile: <your config file>. WARNING: You have to define the entire PATH. Reconfiguration Press the right mouse-button on the envelope to cause bbtime to re-read its settings. FILES
bbtime automatically copies the style of the blackbox toolbar. It copies: toolbar -> bbtime.frame toolbar.label -> bbtime.label toolbar.color -> bbtime.frame.color toolbar.colorTo -> bbtime.frame.colorTo toolbar.label.color -> bbtime.label.color toolbar.label.colorTo -> bbtime.label.colorTo toolbar.textColor -> bbtime.textColor bevelWidth -> bbtime.bevelWidth WARNING: if .bbtoolsrc is defined it won't copy the blackbox style. For the meaning of the different resources see the comments in the config-files. SEE ALSO
bbdate(1), bbppp(1) AUTHOR
This manual page was written by Chris Tillman <tillman@azstarnet.com> for the Debian GNU/Linux system (but may be used by others). December 29 2001 BBTIME(1)

Check Out this Related Man Page

Gtk2::Toolbar(3pm)					User Contributed Perl Documentation					Gtk2::Toolbar(3pm)

NAME
Gtk2::Toolbar - wrapper for GtkToolbar 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 : default 3 : readable / writable / private) Size of icons in this toolbar 'icon-size-set' (boolean : default false : readable / writable / private) Whether the icon-size property has been set 'show-arrow' (boolean : default true : readable / writable / private) If an arrow should be shown if the toolbar doesn't fit 'toolbar-style' (Gtk2::ToolbarStyle : default "both" : readable / writable / private) How to draw the toolbar 'tooltips' (boolean : default true : readable / writable / private) If the tooltips of the toolbar should be active or not CHILD PROPERTIES
'expand' (boolean : default false : readable / writable / private) Whether the item should receive extra space when the toolbar grows 'homogeneous' (boolean : default false : readable / writable / private) Whether the item should be the same size as other homogeneous items STYLE PROPERTIES
'button-relief' (Gtk2::ReliefStyle : default "none" : readable / private) Type of bevel around toolbar buttons 'internal-padding' (integer : default 0 : readable / private) Amount of border space between the toolbar shadow and the buttons 'max-child-expand' (integer : default INT_MAX : readable / private) Maximum amount of space an expandable item will be given 'shadow-type' (Gtk2::ShadowType : default "out" : readable / private) Style of bevel around the toolbar 'space-size' (integer : default 12 : readable / private) Size of spacers 'space-style' (Gtk2::ToolbarSpaceStyle : default "line" : readable / private) Whether spacers are vertical lines or just blank 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-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.14.2 2012-05-27 Gtk2::Toolbar(3pm)
Man Page