ScrollableIfaceProxy

Proxy object for Gtk.Scrollable interface when a GObject has no applicable D binding

class ScrollableIfaceProxy : IfaceProxy , Scrollable {}

Mixed In Members

From mixin ScrollableT!()

getBorder
bool getBorder(gtk.border.Border border)

Returns the size of a non-scrolling border around the outside of the scrollable.

getHadjustment
gtk.adjustment.Adjustment getHadjustment()

Retrieves the gtk.adjustment.Adjustment used for horizontal scrolling.

getHscrollPolicy
gtk.types.ScrollablePolicy getHscrollPolicy()

Gets the horizontal gtk.types.ScrollablePolicy.

getVadjustment
gtk.adjustment.Adjustment getVadjustment()

Retrieves the gtk.adjustment.Adjustment used for vertical scrolling.

getVscrollPolicy
gtk.types.ScrollablePolicy getVscrollPolicy()

Gets the vertical gtk.types.ScrollablePolicy.

setHadjustment
void setHadjustment(gtk.adjustment.Adjustment hadjustment)

Sets the horizontal adjustment of the gtk.scrollable.Scrollable.

setHscrollPolicy
void setHscrollPolicy(gtk.types.ScrollablePolicy policy)

Sets the gtk.types.ScrollablePolicy.

setVadjustment
void setVadjustment(gtk.adjustment.Adjustment vadjustment)

Sets the vertical adjustment of the gtk.scrollable.Scrollable.

setVscrollPolicy
void setVscrollPolicy(gtk.types.ScrollablePolicy policy)

Sets the gtk.types.ScrollablePolicy.

Inherited Members

From Scrollable

getBorder
bool getBorder(gtk.border.Border border)

Returns the size of a non-scrolling border around the outside of the scrollable.

getHadjustment
gtk.adjustment.Adjustment getHadjustment()

Retrieves the gtk.adjustment.Adjustment used for horizontal scrolling.

getHscrollPolicy
gtk.types.ScrollablePolicy getHscrollPolicy()

Gets the horizontal gtk.types.ScrollablePolicy.

getVadjustment
gtk.adjustment.Adjustment getVadjustment()

Retrieves the gtk.adjustment.Adjustment used for vertical scrolling.

getVscrollPolicy
gtk.types.ScrollablePolicy getVscrollPolicy()

Gets the vertical gtk.types.ScrollablePolicy.

setHadjustment
void setHadjustment(gtk.adjustment.Adjustment hadjustment)

Sets the horizontal adjustment of the gtk.scrollable.Scrollable.

setHscrollPolicy
void setHscrollPolicy(gtk.types.ScrollablePolicy policy)

Sets the gtk.types.ScrollablePolicy.

setVadjustment
void setVadjustment(gtk.adjustment.Adjustment vadjustment)

Sets the vertical adjustment of the gtk.scrollable.Scrollable.

setVscrollPolicy
void setVscrollPolicy(gtk.types.ScrollablePolicy policy)

Sets the gtk.types.ScrollablePolicy.