Next:
Gtk2::Selection
Previous:
Gtk2::Scrollbar
 [Gtk2-Perl - Table of Contents][Gtk2-Perl - Index]

Gtk2::ScrolledWindow



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)

$scrolled_window->add_with_viewport ($child)

adjustment = $scrolled_window->get_hadjustment

$scrolled_window->set_hadjustment ($hadjustment)

widget or undef = $scrolled_window->get_hscrollbar

Since: gtk+ 2.8

cornertype = $scrolled_window->get_placement

$scrolled_window->set_placement ($window_placement)

list = $scrolled_window->get_policy

$scrolled_window->set_policy ($hscrollbar_policy, $vscrollbar_policy)

shadowtype = $scrolled_window->get_shadow_type

$scrolled_window->set_shadow_type ($type)

$scrolled_window->unset_placement

Since: gtk+ 2.10

adjustment = $scrolled_window->get_vadjustment

$scrolled_window->set_vadjustment ($hadjustment)

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

enum Gtk2::DirectionType

enum Gtk2::PolicyType

enum Gtk2::ScrollType

enum Gtk2::ShadowType

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.


[Top] Generated by Marek::Pod::HTML 0.49 on Wed Dec 16 23:03:34 2009