Inheritance diagram for Viewport:
Probably you want to use the ScrolledWindow widget instead (no, ScrolledWindow it's not a Window)
Public Member Functions | |
this (Adjustment hAdjustment, Adjustment vAdjustment) | |
Creates a new viewport from a horizontal and vertical adjustments. | |
Adjustment | getHAdjustment () |
Gets the horizontal adjustment. | |
Adjustment | getVAdjustment () |
Gets the verticalment. | |
void | setHAdjustment (Adjustment adjustment) |
Sets the horizontal adjustment. | |
void | setVAdjustment (Adjustment adjustment) |
Sets the vertical adjustment. | |
void | setShadow (GtkShadowType type) |
Sets the shadow type. | |
GtkShadowType | getShadow () |
Gets the shadow type. | |
Static Public Member Functions | |
GType | getType () |
Gets this class type. |
|
Gets the horizontal adjustment.
|
|
Gets the shadow type.
|
|
Gets this class type.
Reimplemented from Widget. |
|
Gets the verticalment.
|
|
Sets the horizontal adjustment.
|
|
Sets the shadow type.
|
|
Sets the vertical adjustment.
|
|
Creates a new viewport from a horizontal and vertical adjustments.
|