.\" Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .if !\nF .nr F 0 .if \nF>0 \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} .\} .\" ======================================================================== .\" .IX Title "Gnome2::App 3pm" .TH Gnome2::App 3pm "2017-07-23" "perl v5.26.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" Gnome2::App \- wrapper for GnomeApp .SH "HIERARCHY" .IX Header "HIERARCHY" .Vb 8 \& Glib::Object \& +\-\-\-\-Glib::InitiallyUnowned \& +\-\-\-\-Gtk2::Object \& +\-\-\-\-Gtk2::Widget \& +\-\-\-\-Gtk2::Container \& +\-\-\-\-Gtk2::Bin \& +\-\-\-\-Gtk2::Window \& +\-\-\-\-Gnome2::App .Ve .SH "INTERFACES" .IX Header "INTERFACES" .Vb 2 \& Glib::Object::_Unregistered::AtkImplementorIface \& Gtk2::Buildable .Ve .SH "METHODS" .IX Header "METHODS" .ie n .SS "widget = Gnome2::App\->\fBnew\fP ($appname, $title=undef)" .el .SS "widget = Gnome2::App\->\fBnew\fP ($appname, \f(CW$title\fP=undef)" .IX Subsection "widget = Gnome2::App->new ($appname, $title=undef)" .IP "\(bu" 4 \&\f(CW$appname\fR (string) .IP "\(bu" 4 \&\f(CW$title\fR (string) .ie n .SS "scalar = $app\->\fBaccel_group\fP" .el .SS "scalar = \f(CW$app\fP\->\fBaccel_group\fP" .IX Subsection "scalar = $app->accel_group" .ie n .SS "$app\->\fBadd_dock_item\fP ($item, $placement, $band_num, $band_position, $offset)" .el .SS "\f(CW$app\fP\->\fBadd_dock_item\fP ($item, \f(CW$placement\fP, \f(CW$band_num\fP, \f(CW$band_position\fP, \f(CW$offset\fP)" .IX Subsection "$app->add_dock_item ($item, $placement, $band_num, $band_position, $offset)" .IP "\(bu" 4 \&\f(CW$item\fR (Gnome2::Bonobo::DockItem) .IP "\(bu" 4 \&\f(CW$placement\fR (Gnome2::Bonobo::DockPlacement) .IP "\(bu" 4 \&\f(CW$band_num\fR (integer) .IP "\(bu" 4 \&\f(CW$band_position\fR (integer) .IP "\(bu" 4 \&\f(CW$offset\fR (integer) .ie n .SS "widget = $app\->\fBadd_docked\fP ($widget, $name, $behavior, $placement, $band_num, $band_position, $offset)" .el .SS "widget = \f(CW$app\fP\->\fBadd_docked\fP ($widget, \f(CW$name\fP, \f(CW$behavior\fP, \f(CW$placement\fP, \f(CW$band_num\fP, \f(CW$band_position\fP, \f(CW$offset\fP)" .IX Subsection "widget = $app->add_docked ($widget, $name, $behavior, $placement, $band_num, $band_position, $offset)" .IP "\(bu" 4 \&\f(CW$widget\fR (Gtk2::Widget) .IP "\(bu" 4 \&\f(CW$name\fR (string) .IP "\(bu" 4 \&\f(CW$behavior\fR (Gnome2::Bonobo::DockItemBehavior) .IP "\(bu" 4 \&\f(CW$placement\fR (Gnome2::Bonobo::DockPlacement) .IP "\(bu" 4 \&\f(CW$band_num\fR (integer) .IP "\(bu" 4 \&\f(CW$band_position\fR (integer) .IP "\(bu" 4 \&\f(CW$offset\fR (integer) .ie n .SS "$app\->\fBadd_toolbar\fP ($toolbar, $name, $behavior, $placement, $band_num, $band_position, $offset)" .el .SS "\f(CW$app\fP\->\fBadd_toolbar\fP ($toolbar, \f(CW$name\fP, \f(CW$behavior\fP, \f(CW$placement\fP, \f(CW$band_num\fP, \f(CW$band_position\fP, \f(CW$offset\fP)" .IX Subsection "$app->add_toolbar ($toolbar, $name, $behavior, $placement, $band_num, $band_position, $offset)" .IP "\(bu" 4 \&\f(CW$toolbar\fR (Gtk2::Toolbar) .IP "\(bu" 4 \&\f(CW$name\fR (string) .IP "\(bu" 4 \&\f(CW$behavior\fR (Gnome2::Bonobo::DockItemBehavior) .IP "\(bu" 4 \&\f(CW$placement\fR (Gnome2::Bonobo::DockPlacement) .IP "\(bu" 4 \&\f(CW$band_num\fR (integer) .IP "\(bu" 4 \&\f(CW$band_position\fR (integer) .IP "\(bu" 4 \&\f(CW$offset\fR (integer) .ie n .SS "scalar = $app\->\fBcontents\fP" .el .SS "scalar = \f(CW$app\fP\->\fBcontents\fP" .IX Subsection "scalar = $app->contents" .ie n .SS "$app\->\fBset_contents\fP ($contents)" .el .SS "\f(CW$app\fP\->\fBset_contents\fP ($contents)" .IX Subsection "$app->set_contents ($contents)" .IP "\(bu" 4 \&\f(CW$contents\fR (Gtk2::Widget) .ie n .SS "$app\->\fBcreate_menus\fP ($uiinfo)" .el .SS "\f(CW$app\fP\->\fBcreate_menus\fP ($uiinfo)" .IX Subsection "$app->create_menus ($uiinfo)" .IP "\(bu" 4 \&\f(CW$uiinfo\fR (Gnome2::UIInfo) .ie n .SS "$app\->\fBcreate_toolbar\fP ($uiinfo)" .el .SS "\f(CW$app\fP\->\fBcreate_toolbar\fP ($uiinfo)" .IX Subsection "$app->create_toolbar ($uiinfo)" .IP "\(bu" 4 \&\f(CW$uiinfo\fR (Gnome2::UIInfo) .ie n .SS "scalar = $app\->\fBdock\fP" .el .SS "scalar = \f(CW$app\fP\->\fBdock\fP" .IX Subsection "scalar = $app->dock" .ie n .SS "dock = $app\->\fBget_dock\fP" .el .SS "dock = \f(CW$app\fP\->\fBget_dock\fP" .IX Subsection "dock = $app->get_dock" .ie n .SS "dockitem = $app\->\fBget_dock_item_by_name\fP ($name)" .el .SS "dockitem = \f(CW$app\fP\->\fBget_dock_item_by_name\fP ($name)" .IX Subsection "dockitem = $app->get_dock_item_by_name ($name)" .IP "\(bu" 4 \&\f(CW$name\fR (string) .ie n .SS "$app\->\fBenable_layout_config\fP ($enable)" .el .SS "\f(CW$app\fP\->\fBenable_layout_config\fP ($enable)" .IX Subsection "$app->enable_layout_config ($enable)" .IP "\(bu" 4 \&\f(CW$enable\fR (boolean) .ie n .SS "scalar = $app\->\fBget_enable_layout_config\fP" .el .SS "scalar = \f(CW$app\fP\->\fBget_enable_layout_config\fP" .IX Subsection "scalar = $app->get_enable_layout_config" .ie n .SS "$app\->\fBinsert_menus\fP ($path, $menuinfo)" .el .SS "\f(CW$app\fP\->\fBinsert_menus\fP ($path, \f(CW$menuinfo\fP)" .IX Subsection "$app->insert_menus ($path, $menuinfo)" .IP "\(bu" 4 \&\f(CW$path\fR (string) .IP "\(bu" 4 \&\f(CW$menuinfo\fR (Gnome2::UIInfo) .ie n .SS "$app\->\fBinstall_menu_hints\fP ($uiinfo)" .el .SS "\f(CW$app\fP\->\fBinstall_menu_hints\fP ($uiinfo)" .IX Subsection "$app->install_menu_hints ($uiinfo)" .IP "\(bu" 4 \&\f(CW$uiinfo\fR (Gnome2::UIInfo) .ie n .SS "scalar = $app\->\fBlayout\fP" .el .SS "scalar = \f(CW$app\fP\->\fBlayout\fP" .IX Subsection "scalar = $app->layout" .ie n .SS "scalar = $app\->\fBmenubar\fP" .el .SS "scalar = \f(CW$app\fP\->\fBmenubar\fP" .IX Subsection "scalar = $app->menubar" .ie n .SS "$app\->\fBset_menus\fP ($menubar)" .el .SS "\f(CW$app\fP\->\fBset_menus\fP ($menubar)" .IX Subsection "$app->set_menus ($menubar)" .IP "\(bu" 4 \&\f(CW$menubar\fR (Gtk2::MenuBar) .ie n .SS "scalar = $app\->\fBprefix\fP" .el .SS "scalar = \f(CW$app\fP\->\fBprefix\fP" .IX Subsection "scalar = $app->prefix" .ie n .SS "$app\->\fBremove_menu_range\fP ($path, $start, $items)" .el .SS "\f(CW$app\fP\->\fBremove_menu_range\fP ($path, \f(CW$start\fP, \f(CW$items\fP)" .IX Subsection "$app->remove_menu_range ($path, $start, $items)" .IP "\(bu" 4 \&\f(CW$path\fR (string) .IP "\(bu" 4 \&\f(CW$start\fR (integer) .IP "\(bu" 4 \&\f(CW$items\fR (integer) .ie n .SS "$app\->\fBremove_menus\fP ($path, $items)" .el .SS "\f(CW$app\fP\->\fBremove_menus\fP ($path, \f(CW$items\fP)" .IX Subsection "$app->remove_menus ($path, $items)" .IP "\(bu" 4 \&\f(CW$path\fR (string) .IP "\(bu" 4 \&\f(CW$items\fR (integer) .ie n .SS "Gnome2::App\->\fBsetup_toolbar\fP ($toolbar, $dock_item)" .el .SS "Gnome2::App\->\fBsetup_toolbar\fP ($toolbar, \f(CW$dock_item\fP)" .IX Subsection "Gnome2::App->setup_toolbar ($toolbar, $dock_item)" .IP "\(bu" 4 \&\f(CW$toolbar\fR (Gtk2::Toolbar) .IP "\(bu" 4 \&\f(CW$dock_item\fR (Gnome2::Bonobo::DockItem) .ie n .SS "scalar = $app\->\fBstatusbar\fP" .el .SS "scalar = \f(CW$app\fP\->\fBstatusbar\fP" .IX Subsection "scalar = $app->statusbar" .ie n .SS "$app\->\fBset_statusbar_custom\fP ($container, $statusbar)" .el .SS "\f(CW$app\fP\->\fBset_statusbar_custom\fP ($container, \f(CW$statusbar\fP)" .IX Subsection "$app->set_statusbar_custom ($container, $statusbar)" .IP "\(bu" 4 \&\f(CW$container\fR (Gtk2::Widget) .IP "\(bu" 4 \&\f(CW$statusbar\fR (Gtk2::Widget) .ie n .SS "$app\->\fBset_statusbar\fP ($statusbar)" .el .SS "\f(CW$app\fP\->\fBset_statusbar\fP ($statusbar)" .IX Subsection "$app->set_statusbar ($statusbar)" .IP "\(bu" 4 \&\f(CW$statusbar\fR (Gtk2::Widget) .ie n .SS "$app\->\fBset_toolbar\fP ($toolbar)" .el .SS "\f(CW$app\fP\->\fBset_toolbar\fP ($toolbar)" .IX Subsection "$app->set_toolbar ($toolbar)" .IP "\(bu" 4 \&\f(CW$toolbar\fR (Gtk2::Toolbar) .ie n .SS "scalar = $app\->\fBvbox\fP" .el .SS "scalar = \f(CW$app\fP\->\fBvbox\fP" .IX Subsection "scalar = $app->vbox" .SH "PROPERTIES" .IX Header "PROPERTIES" .IP "'app\-id' (string : default undef : readable / writable / construct)" 4 .IX Item "'app-id' (string : default undef : readable / writable / construct)" The application \s-1ID\s0 string .SH "ENUMS AND FLAGS" .IX Header "ENUMS AND FLAGS" .SS "flags Gnome2::Bonobo::DockItemBehavior" .IX Subsection "flags Gnome2::Bonobo::DockItemBehavior" .IP "\(bu" 4 \&'normal' / '\s-1BONOBO_DOCK_ITEM_BEH_NORMAL\s0' .IP "\(bu" 4 \&'exclusive' / '\s-1BONOBO_DOCK_ITEM_BEH_EXCLUSIVE\s0' .IP "\(bu" 4 \&'never\-floating' / '\s-1BONOBO_DOCK_ITEM_BEH_NEVER_FLOATING\s0' .IP "\(bu" 4 \&'never\-vertical' / '\s-1BONOBO_DOCK_ITEM_BEH_NEVER_VERTICAL\s0' .IP "\(bu" 4 \&'never\-horizontal' / '\s-1BONOBO_DOCK_ITEM_BEH_NEVER_HORIZONTAL\s0' .IP "\(bu" 4 \&'locked' / '\s-1BONOBO_DOCK_ITEM_BEH_LOCKED\s0' .SS "enum Gnome2::Bonobo::DockPlacement" .IX Subsection "enum Gnome2::Bonobo::DockPlacement" .IP "\(bu" 4 \&'top' / '\s-1BONOBO_DOCK_TOP\s0' .IP "\(bu" 4 \&'right' / '\s-1BONOBO_DOCK_RIGHT\s0' .IP "\(bu" 4 \&'bottom' / '\s-1BONOBO_DOCK_BOTTOM\s0' .IP "\(bu" 4 \&'left' / '\s-1BONOBO_DOCK_LEFT\s0' .IP "\(bu" 4 \&'floating' / '\s-1BONOBO_DOCK_FLOATING\s0' .SH "SEE ALSO" .IX Header "SEE ALSO" Gnome2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::Window .SH "COPYRIGHT" .IX Header "COPYRIGHT" Copyright (C) 2003\-2004 by the gtk2\-perl team. .PP This software is licensed under the \s-1LGPL.\s0 See Gnome2 for a full notice.