HGamer3D-CEGUI-Binding-0.1.9: Windows Game Engine for the Haskell Programmer - CEGUI Bindings

Safe HaskellNone

HGamer3D.Bindings.CEGUI.ClassScrolledItemListBase

Synopsis

Documentation

isVertScrollbarAlwaysShownSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance from which this methods is called.

-> IO Bool 

Returns whether the vertical scrollbar is being forced visible. Despite content size.

isHorzScrollbarAlwaysShownSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance from which this methods is called.

-> IO Bool 

Returns whether the horizontal scrollbar is being forced visible. Despite content size.

getVertScrollbarSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance from which this methods is called.

-> IO HG3DClass 

Get the vertical scrollbar component attached to this window.

getHorzScrollbarSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance from which this methods is called.

-> IO HG3DClass 

Get the horizontal scrollbar component attached to this window.

setShowVertScrollbarSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance from which this methods is called.

-> Bool

mode

-> IO () 

Sets whether the horizontal scrollbar should be forced visible. Despite content size.

Sets whether the vertical scrollbar should be forced visible. Despite content size.

setShowHorzScrollbarSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance from which this methods is called.

-> Bool

mode

-> IO () 

Scroll the vertical list position if needed to ensure that the ItemEntryitemScrolledItemListBase

ensureItemIsVisibleVertSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance from which this methods is called.

-> HG3DClass

item - const reference to an ItemEntry attached to this ScrolledItemListBase that should be made visible in the view area.

-> IO ()

return value - Nothing.

Scroll the horizontal list position if needed to ensure that the ItemEntryitemScrolledItemListBase

ensureItemIsVisibleHorzSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance from which this methods is called.

-> HG3DClass

item - const reference to an ItemEntry attached to this ScrolledItemListBase that should be made visible in the view area.

-> IO ()

return value - Nothing.

initialiseComponentsSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance from which this methods is called.

-> IO ()