Module dui.ScrolledWindow
Constructor Summary | |
---|---|
(GtkWidget* gtkWidget) |
|
public |
() Creates a new ScrolledWindow |
(Adjustment hAdjustment, Adjustment vAdjustment) Creates a new ScrolledWindow with horizontal and vertical adjustments |
|
(PolicyType hPolicy, PolicyType vPolicy) Creates a new Scrolled window and set the policy type |
Methods Summary | |
---|---|
static GType |
getType() Gets this class 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 |