Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk2::scrolledwindow(3) [suse man page]

Gtk2::ScrolledWindow(3) 				User Contributed Perl Documentation				   Gtk2::ScrolledWindow(3)

NAME
Gtk2::ScrolledWindow HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::ScrolledWindow INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
widget = Gtk2::ScrolledWindow->new ($hadjustment=undef, $vadjustment=undef) o $hadjustment (Gtk2::Adjustment or undef) o $vadjustment (Gtk2::Adjustment or undef) $scrolled_window->add_with_viewport ($child) o $child (Gtk2::Widget) adjustment = $scrolled_window->get_hadjustment $scrolled_window->set_hadjustment ($hadjustment) o $hadjustment (Gtk2::Adjustment) widget or undef = $scrolled_window->get_hscrollbar Since: gtk+ 2.8 cornertype = $scrolled_window->get_placement $scrolled_window->set_placement ($window_placement) o $window_placement (Gtk2::CornerType) list = $scrolled_window->get_policy $scrolled_window->set_policy ($hscrollbar_policy, $vscrollbar_policy) o $hscrollbar_policy (Gtk2::PolicyType) o $vscrollbar_policy (Gtk2::PolicyType) shadowtype = $scrolled_window->get_shadow_type $scrolled_window->set_shadow_type ($type) o $type (Gtk2::ShadowType) $scrolled_window->unset_placement Since: gtk+ 2.10 adjustment = $scrolled_window->get_vadjustment $scrolled_window->set_vadjustment ($hadjustment) o $hadjustment (Gtk2::Adjustment) widget or undef = $scrolled_window->get_vscrollbar Since: gtk+ 2.8 PROPERTIES
'hadjustment' (Gtk2::Adjustment : readable / writable / construct / private) The GtkAdjustment for the horizontal position 'hscrollbar-policy' (Gtk2::PolicyType : readable / writable / private) When the horizontal scrollbar is displayed 'shadow-type' (Gtk2::ShadowType : readable / writable / private) Style of bevel around the contents 'vadjustment' (Gtk2::Adjustment : readable / writable / construct / private) The GtkAdjustment for the vertical position 'vscrollbar-policy' (Gtk2::PolicyType : readable / writable / private) When the vertical scrollbar is displayed 'window-placement' (Gtk2::CornerType : readable / writable / private) Where the contents are located with respect to the scrollbars. This property only takes effect if "window-placement-set" is TRUE. 'window-placement-set' (boolean : readable / writable / private) Whether "window-placement" should be used to determine the location of the contents with respect to the scrollbars. SIGNALS
move-focus-out (Gtk2::ScrolledWindow, Gtk2::DirectionType) boolean = scroll-child (Gtk2::ScrolledWindow, Gtk2::ScrollType, boolean) ENUMS AND FLAGS
enum Gtk2::CornerType o 'top-left' / 'GTK_CORNER_TOP_LEFT' o 'bottom-left' / 'GTK_CORNER_BOTTOM_LEFT' o 'top-right' / 'GTK_CORNER_TOP_RIGHT' o 'bottom-right' / 'GTK_CORNER_BOTTOM_RIGHT' enum Gtk2::DirectionType o 'tab-forward' / 'GTK_DIR_TAB_FORWARD' o 'tab-backward' / 'GTK_DIR_TAB_BACKWARD' o 'up' / 'GTK_DIR_UP' o 'down' / 'GTK_DIR_DOWN' o 'left' / 'GTK_DIR_LEFT' o 'right' / 'GTK_DIR_RIGHT' enum Gtk2::PolicyType o 'always' / 'GTK_POLICY_ALWAYS' o 'automatic' / 'GTK_POLICY_AUTOMATIC' o 'never' / 'GTK_POLICY_NEVER' enum Gtk2::ScrollType o 'none' / 'GTK_SCROLL_NONE' o 'jump' / 'GTK_SCROLL_JUMP' o 'step-backward' / 'GTK_SCROLL_STEP_BACKWARD' o 'step-forward' / 'GTK_SCROLL_STEP_FORWARD' o 'page-backward' / 'GTK_SCROLL_PAGE_BACKWARD' o 'page-forward' / 'GTK_SCROLL_PAGE_FORWARD' o 'step-up' / 'GTK_SCROLL_STEP_UP' o 'step-down' / 'GTK_SCROLL_STEP_DOWN' o 'page-up' / 'GTK_SCROLL_PAGE_UP' o 'page-down' / 'GTK_SCROLL_PAGE_DOWN' o 'step-left' / 'GTK_SCROLL_STEP_LEFT' o 'step-right' / 'GTK_SCROLL_STEP_RIGHT' o 'page-left' / 'GTK_SCROLL_PAGE_LEFT' o 'page-right' / 'GTK_SCROLL_PAGE_RIGHT' o 'start' / 'GTK_SCROLL_START' o 'end' / 'GTK_SCROLL_END' enum Gtk2::ShadowType o 'none' / 'GTK_SHADOW_NONE' o 'in' / 'GTK_SHADOW_IN' o 'out' / 'GTK_SHADOW_OUT' o 'etched-in' / 'GTK_SHADOW_ETCHED_IN' o 'etched-out' / 'GTK_SHADOW_ETCHED_OUT' SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin 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::ScrolledWindow(3)
Man Page