Inheritance diagram for ScrolledWindow:

This is not a top level window, this is a widget that must have to have a parent widget.
Public Member Functions | |
| this () | |
| Creates a new ScrolledWindow. | |
| this (Adjustment hAdjustment, Adjustment vAdjustment) | |
| Creates a new ScrolledWindow with horizontal and vertical adjustments. | |
| this (PolicyType hPolicy, PolicyType vPolicy) | |
| Creates a new Scrolled window and set the policy type. | |
| void | setHAdjustment (Adjustment hadjustment) |
| Sets the horizontal adjustment. | |
| void | setVAdjustment (Adjustment vadjustment) |
| Sets the vertical adjustment. | |
| Adjustment | getHAdjustment () |
| Gets the horizontal adjustment. | |
| Adjustment | getVAdjustmetn () |
| Gets the vertical adjustment. | |
| void | setPolicy (GtkPolicyType hscrollbar_policy, GtkPolicyType vscrollbar_policy) |
| Sets the scrollbars display policy. | |
| void | getPolicy (GtkPolicyType *hscrollbar_policy, GtkPolicyType *vscrollbar_policy) |
| Gets the scrollbars display policy. | |
| void | setPlacement (GtkCornerType window_placement) |
| Sets some kind of placement ??? | |
| GtkCornerType | getPlacement () |
| Gets the current placement. | |
| void | setShadow (GtkShadowType type) |
| Sets the shadow type. | |
| GtkShadowType | geShadow () |
| Gets the shadow type. | |
| void | addWithViewport (Widget child) |
| Adds a widget child createing a viewport with scrollbars. | |
Static Public Member Functions | |
| GType | getType () |
| Gets this class type. | |
|
|
Adds a widget child createing a viewport with scrollbars.
|
|
|
Gets the shadow type.
|
|
|
Gets the horizontal adjustment.
|
|
|
Gets the current placement.
|
|
||||||||||||
|
Gets the scrollbars display policy.
|
|
|
Gets this class type.
Reimplemented from Widget. |
|
|
Gets the vertical adjustment.
|
|
|
Sets the horizontal adjustment.
|
|
|
Sets some kind of placement ???
|
|
||||||||||||
|
Sets the scrollbars display policy.
|
|
|
Sets the shadow type.
|
|
|
Sets the vertical adjustment.
|
|
||||||||||||
|
Creates a new Scrolled window and set the policy type.
|
|
||||||||||||
|
Creates a new ScrolledWindow with horizontal and vertical adjustments.
|
|
|
Creates a new ScrolledWindow.
|
|
|
|
|