| Safe Haskell | None |
|---|
HGamer3D.Bindings.CEGUI.ClassScrolledItemListBase
- isVertScrollbarAlwaysShown :: HG3DClass -> IO Bool
- isHorzScrollbarAlwaysShown :: HG3DClass -> IO Bool
- getVertScrollbar :: HG3DClass -> IO HG3DClass
- getHorzScrollbar :: HG3DClass -> IO HG3DClass
- setShowVertScrollbar :: HG3DClass -> Bool -> IO ()
- setShowHorzScrollbar :: HG3DClass -> Bool -> IO ()
- ensureItemIsVisibleVert :: HG3DClass -> HG3DClass -> IO ()
- ensureItemIsVisibleHorz :: HG3DClass -> HG3DClass -> IO ()
- initialiseComponents :: HG3DClass -> IO ()
- isVertScrollbarAlwaysShown'_ :: HG3DClassPtr -> Ptr CInt -> IO ()
- isHorzScrollbarAlwaysShown'_ :: HG3DClassPtr -> Ptr CInt -> IO ()
- getVertScrollbar'_ :: HG3DClassPtr -> HG3DClassPtr -> IO ()
- getHorzScrollbar'_ :: HG3DClassPtr -> HG3DClassPtr -> IO ()
- setShowVertScrollbar'_ :: HG3DClassPtr -> CInt -> IO ()
- setShowHorzScrollbar'_ :: HG3DClassPtr -> CInt -> IO ()
- ensureItemIsVisibleVert'_ :: HG3DClassPtr -> HG3DClassPtr -> IO ()
- ensureItemIsVisibleHorz'_ :: HG3DClassPtr -> HG3DClassPtr -> IO ()
- initialiseComponents'_ :: HG3DClassPtr -> IO ()
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.
Arguments
| :: HG3DClass | classpointer - pointer of Class instance from which this methods is called. |
| -> IO HG3DClass |
Get the vertical scrollbar component attached to this window.
Arguments
| :: HG3DClass | classpointer - pointer of Class instance from which this methods is called. |
| -> IO HG3DClass |
Get the horizontal scrollbar component attached to this window.
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.
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
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
isVertScrollbarAlwaysShown'_ :: HG3DClassPtr -> Ptr CInt -> IO ()Source
isHorzScrollbarAlwaysShown'_ :: HG3DClassPtr -> Ptr CInt -> IO ()Source
getVertScrollbar'_ :: HG3DClassPtr -> HG3DClassPtr -> IO ()Source
getHorzScrollbar'_ :: HG3DClassPtr -> HG3DClassPtr -> IO ()Source
setShowVertScrollbar'_ :: HG3DClassPtr -> CInt -> IO ()Source
setShowHorzScrollbar'_ :: HG3DClassPtr -> CInt -> IO ()Source
ensureItemIsVisibleVert'_ :: HG3DClassPtr -> HG3DClassPtr -> IO ()Source
ensureItemIsVisibleHorz'_ :: HG3DClassPtr -> HG3DClassPtr -> IO ()Source
initialiseComponents'_ :: HG3DClassPtr -> IO ()Source