.\" Automatically generated by Pod::Man 4.10 (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 .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Gtk2::ScrolledWindow 3pm" .TH Gtk2::ScrolledWindow 3pm "2019-09-16" "perl v5.28.1" "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" Gtk2::ScrolledWindow \- wrapper for GtkScrolledWindow .SH "HIERARCHY" .IX Header "HIERARCHY" .Vb 7 \& Glib::Object \& +\-\-\-\-Glib::InitiallyUnowned \& +\-\-\-\-Gtk2::Object \& +\-\-\-\-Gtk2::Widget \& +\-\-\-\-Gtk2::Container \& +\-\-\-\-Gtk2::Bin \& +\-\-\-\-Gtk2::ScrolledWindow .Ve .SH "INTERFACES" .IX Header "INTERFACES" .Vb 2 \& Glib::Object::_Unregistered::AtkImplementorIface \& Gtk2::Buildable .Ve .SH "METHODS" .IX Header "METHODS" .ie n .SS "widget = Gtk2::ScrolledWindow\->\fBnew\fP ($hadjustment=undef, $vadjustment=undef)" .el .SS "widget = Gtk2::ScrolledWindow\->\fBnew\fP ($hadjustment=undef, \f(CW$vadjustment\fP=undef)" .IX Subsection "widget = Gtk2::ScrolledWindow->new ($hadjustment=undef, $vadjustment=undef)" .IP "\(bu" 4 \&\f(CW$hadjustment\fR (Gtk2::Adjustment or undef) .IP "\(bu" 4 \&\f(CW$vadjustment\fR (Gtk2::Adjustment or undef) .ie n .SS "$scrolled_window\->\fBadd_with_viewport\fP ($child)" .el .SS "\f(CW$scrolled_window\fP\->\fBadd_with_viewport\fP ($child)" .IX Subsection "$scrolled_window->add_with_viewport ($child)" .IP "\(bu" 4 \&\f(CW$child\fR (Gtk2::Widget) .ie n .SS "adjustment = $scrolled_window\->\fBget_hadjustment\fP" .el .SS "adjustment = \f(CW$scrolled_window\fP\->\fBget_hadjustment\fP" .IX Subsection "adjustment = $scrolled_window->get_hadjustment" .ie n .SS "$scrolled_window\->\fBset_hadjustment\fP ($hadjustment)" .el .SS "\f(CW$scrolled_window\fP\->\fBset_hadjustment\fP ($hadjustment)" .IX Subsection "$scrolled_window->set_hadjustment ($hadjustment)" .IP "\(bu" 4 \&\f(CW$hadjustment\fR (Gtk2::Adjustment) .ie n .SS "widget or undef = $scrolled_window\->\fBget_hscrollbar\fP" .el .SS "widget or undef = \f(CW$scrolled_window\fP\->\fBget_hscrollbar\fP" .IX Subsection "widget or undef = $scrolled_window->get_hscrollbar" Since: gtk+ 2.8 .ie n .SS "cornertype = $scrolled_window\->\fBget_placement\fP" .el .SS "cornertype = \f(CW$scrolled_window\fP\->\fBget_placement\fP" .IX Subsection "cornertype = $scrolled_window->get_placement" .ie n .SS "$scrolled_window\->\fBset_placement\fP ($window_placement)" .el .SS "\f(CW$scrolled_window\fP\->\fBset_placement\fP ($window_placement)" .IX Subsection "$scrolled_window->set_placement ($window_placement)" .IP "\(bu" 4 \&\f(CW$window_placement\fR (Gtk2::CornerType) .ie n .SS "list = $scrolled_window\->\fBget_policy\fP" .el .SS "list = \f(CW$scrolled_window\fP\->\fBget_policy\fP" .IX Subsection "list = $scrolled_window->get_policy" .ie n .SS "$scrolled_window\->\fBset_policy\fP ($hscrollbar_policy, $vscrollbar_policy)" .el .SS "\f(CW$scrolled_window\fP\->\fBset_policy\fP ($hscrollbar_policy, \f(CW$vscrollbar_policy\fP)" .IX Subsection "$scrolled_window->set_policy ($hscrollbar_policy, $vscrollbar_policy)" .IP "\(bu" 4 \&\f(CW$hscrollbar_policy\fR (Gtk2::PolicyType) .IP "\(bu" 4 \&\f(CW$vscrollbar_policy\fR (Gtk2::PolicyType) .ie n .SS "shadowtype = $scrolled_window\->\fBget_shadow_type\fP" .el .SS "shadowtype = \f(CW$scrolled_window\fP\->\fBget_shadow_type\fP" .IX Subsection "shadowtype = $scrolled_window->get_shadow_type" .ie n .SS "$scrolled_window\->\fBset_shadow_type\fP ($type)" .el .SS "\f(CW$scrolled_window\fP\->\fBset_shadow_type\fP ($type)" .IX Subsection "$scrolled_window->set_shadow_type ($type)" .IP "\(bu" 4 \&\f(CW$type\fR (Gtk2::ShadowType) .ie n .SS "$scrolled_window\->\fBunset_placement\fP" .el .SS "\f(CW$scrolled_window\fP\->\fBunset_placement\fP" .IX Subsection "$scrolled_window->unset_placement" Since: gtk+ 2.10 .ie n .SS "adjustment = $scrolled_window\->\fBget_vadjustment\fP" .el .SS "adjustment = \f(CW$scrolled_window\fP\->\fBget_vadjustment\fP" .IX Subsection "adjustment = $scrolled_window->get_vadjustment" .ie n .SS "$scrolled_window\->\fBset_vadjustment\fP ($hadjustment)" .el .SS "\f(CW$scrolled_window\fP\->\fBset_vadjustment\fP ($hadjustment)" .IX Subsection "$scrolled_window->set_vadjustment ($hadjustment)" .IP "\(bu" 4 \&\f(CW$hadjustment\fR (Gtk2::Adjustment) .ie n .SS "widget or undef = $scrolled_window\->\fBget_vscrollbar\fP" .el .SS "widget or undef = \f(CW$scrolled_window\fP\->\fBget_vscrollbar\fP" .IX Subsection "widget or undef = $scrolled_window->get_vscrollbar" Since: gtk+ 2.8 .SH "PROPERTIES" .IX Header "PROPERTIES" .IP "'hadjustment' (Gtk2::Adjustment : default undef : readable / writable / construct / private)" 4 .IX Item "'hadjustment' (Gtk2::Adjustment : default undef : readable / writable / construct / private)" The GtkAdjustment for the horizontal position .ie n .IP "'hscrollbar\-policy' (Gtk2::PolicyType : default ""always"" : readable / writable / private)" 4 .el .IP "'hscrollbar\-policy' (Gtk2::PolicyType : default ``always'' : readable / writable / private)" 4 .IX Item "'hscrollbar-policy' (Gtk2::PolicyType : default always : readable / writable / private)" When the horizontal scrollbar is displayed .ie n .IP "'shadow\-type' (Gtk2::ShadowType : default ""none"" : readable / writable / private)" 4 .el .IP "'shadow\-type' (Gtk2::ShadowType : default ``none'' : readable / writable / private)" 4 .IX Item "'shadow-type' (Gtk2::ShadowType : default none : readable / writable / private)" Style of bevel around the contents .IP "'vadjustment' (Gtk2::Adjustment : default undef : readable / writable / construct / private)" 4 .IX Item "'vadjustment' (Gtk2::Adjustment : default undef : readable / writable / construct / private)" The GtkAdjustment for the vertical position .ie n .IP "'vscrollbar\-policy' (Gtk2::PolicyType : default ""always"" : readable / writable / private)" 4 .el .IP "'vscrollbar\-policy' (Gtk2::PolicyType : default ``always'' : readable / writable / private)" 4 .IX Item "'vscrollbar-policy' (Gtk2::PolicyType : default always : readable / writable / private)" When the vertical scrollbar is displayed .ie n .IP "'window\-placement' (Gtk2::CornerType : default ""top-left"" : readable / writable / private)" 4 .el .IP "'window\-placement' (Gtk2::CornerType : default ``top-left'' : readable / writable / private)" 4 .IX Item "'window-placement' (Gtk2::CornerType : default top-left : readable / writable / private)" Where the contents are located with respect to the scrollbars. This property only takes effect if \*(L"window-placement-set\*(R" is \s-1TRUE.\s0 .IP "'window\-placement\-set' (boolean : default false : readable / writable / private)" 4 .IX Item "'window-placement-set' (boolean : default false : readable / writable / private)" Whether \*(L"window-placement\*(R" should be used to determine the location of the contents with respect to the scrollbars. .SH "STYLE PROPERTIES" .IX Header "STYLE PROPERTIES" .IP "'scrollbar\-spacing' (integer : default 3 : readable / private)" 4 .IX Item "'scrollbar-spacing' (integer : default 3 : readable / private)" Number of pixels between the scrollbars and the scrolled window .IP "'scrollbars\-within\-bevel' (boolean : default false : readable / private)" 4 .IX Item "'scrollbars-within-bevel' (boolean : default false : readable / private)" Place scrollbars within the scrolled window's bevel .SH "SIGNALS" .IX Header "SIGNALS" .IP "\fBmove-focus-out\fR (Gtk2::ScrolledWindow, Gtk2::DirectionType)" 4 .IX Item "move-focus-out (Gtk2::ScrolledWindow, Gtk2::DirectionType)" .PD 0 .IP "boolean = \fBscroll-child\fR (Gtk2::ScrolledWindow, Gtk2::ScrollType, boolean)" 4 .IX Item "boolean = scroll-child (Gtk2::ScrolledWindow, Gtk2::ScrollType, boolean)" .PD .SH "ENUMS AND FLAGS" .IX Header "ENUMS AND FLAGS" .SS "enum Gtk2::CornerType" .IX Subsection "enum Gtk2::CornerType" .IP "\(bu" 4 \&'top\-left' / '\s-1GTK_CORNER_TOP_LEFT\s0' .IP "\(bu" 4 \&'bottom\-left' / '\s-1GTK_CORNER_BOTTOM_LEFT\s0' .IP "\(bu" 4 \&'top\-right' / '\s-1GTK_CORNER_TOP_RIGHT\s0' .IP "\(bu" 4 \&'bottom\-right' / '\s-1GTK_CORNER_BOTTOM_RIGHT\s0' .SS "enum Gtk2::DirectionType" .IX Subsection "enum Gtk2::DirectionType" .IP "\(bu" 4 \&'tab\-forward' / '\s-1GTK_DIR_TAB_FORWARD\s0' .IP "\(bu" 4 \&'tab\-backward' / '\s-1GTK_DIR_TAB_BACKWARD\s0' .IP "\(bu" 4 \&'up' / '\s-1GTK_DIR_UP\s0' .IP "\(bu" 4 \&'down' / '\s-1GTK_DIR_DOWN\s0' .IP "\(bu" 4 \&'left' / '\s-1GTK_DIR_LEFT\s0' .IP "\(bu" 4 \&'right' / '\s-1GTK_DIR_RIGHT\s0' .SS "enum Gtk2::PolicyType" .IX Subsection "enum Gtk2::PolicyType" .IP "\(bu" 4 \&'always' / '\s-1GTK_POLICY_ALWAYS\s0' .IP "\(bu" 4 \&'automatic' / '\s-1GTK_POLICY_AUTOMATIC\s0' .IP "\(bu" 4 \&'never' / '\s-1GTK_POLICY_NEVER\s0' .SS "enum Gtk2::ScrollType" .IX Subsection "enum Gtk2::ScrollType" .IP "\(bu" 4 \&'none' / '\s-1GTK_SCROLL_NONE\s0' .IP "\(bu" 4 \&'jump' / '\s-1GTK_SCROLL_JUMP\s0' .IP "\(bu" 4 \&'step\-backward' / '\s-1GTK_SCROLL_STEP_BACKWARD\s0' .IP "\(bu" 4 \&'step\-forward' / '\s-1GTK_SCROLL_STEP_FORWARD\s0' .IP "\(bu" 4 \&'page\-backward' / '\s-1GTK_SCROLL_PAGE_BACKWARD\s0' .IP "\(bu" 4 \&'page\-forward' / '\s-1GTK_SCROLL_PAGE_FORWARD\s0' .IP "\(bu" 4 \&'step\-up' / '\s-1GTK_SCROLL_STEP_UP\s0' .IP "\(bu" 4 \&'step\-down' / '\s-1GTK_SCROLL_STEP_DOWN\s0' .IP "\(bu" 4 \&'page\-up' / '\s-1GTK_SCROLL_PAGE_UP\s0' .IP "\(bu" 4 \&'page\-down' / '\s-1GTK_SCROLL_PAGE_DOWN\s0' .IP "\(bu" 4 \&'step\-left' / '\s-1GTK_SCROLL_STEP_LEFT\s0' .IP "\(bu" 4 \&'step\-right' / '\s-1GTK_SCROLL_STEP_RIGHT\s0' .IP "\(bu" 4 \&'page\-left' / '\s-1GTK_SCROLL_PAGE_LEFT\s0' .IP "\(bu" 4 \&'page\-right' / '\s-1GTK_SCROLL_PAGE_RIGHT\s0' .IP "\(bu" 4 \&'start' / '\s-1GTK_SCROLL_START\s0' .IP "\(bu" 4 \&'end' / '\s-1GTK_SCROLL_END\s0' .SS "enum Gtk2::ShadowType" .IX Subsection "enum Gtk2::ShadowType" .IP "\(bu" 4 \&'none' / '\s-1GTK_SHADOW_NONE\s0' .IP "\(bu" 4 \&'in' / '\s-1GTK_SHADOW_IN\s0' .IP "\(bu" 4 \&'out' / '\s-1GTK_SHADOW_OUT\s0' .IP "\(bu" 4 \&'etched\-in' / '\s-1GTK_SHADOW_ETCHED_IN\s0' .IP "\(bu" 4 \&'etched\-out' / '\s-1GTK_SHADOW_ETCHED_OUT\s0' .SH "SEE ALSO" .IX Header "SEE ALSO" Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin .SH "COPYRIGHT" .IX Header "COPYRIGHT" Copyright (C) 2003\-2011 by the gtk2\-perl team. .PP This software is licensed under the \s-1LGPL.\s0 See Gtk2 for a full notice.