| Safe Haskell | None |
|---|
HGamer3D.Bindings.CEGUI.ClassScrolledContainer
- new :: String -> String -> IO HG3DClass
- delete :: HG3DClass -> IO ()
- isContentPaneAutoSized :: HG3DClass -> IO Bool
- setContentPaneAutoSized :: HG3DClass -> Bool -> IO ()
- new'_ :: Ptr CChar -> Ptr CChar -> HG3DClassPtr -> IO ()
- delete'_ :: HG3DClassPtr -> IO ()
- isContentPaneAutoSized'_ :: HG3DClassPtr -> Ptr CInt -> IO ()
- setContentPaneAutoSized'_ :: HG3DClassPtr -> CInt -> IO ()
Documentation
Arguments
| :: HG3DClass | classpointer - pointer of Class instance which is going to be deleted. |
| -> IO () |
Return whether the content pane is auto sized.
Destructor for ScrolledContainer
Arguments
| :: HG3DClass | classpointer - pointer of Class instance from which this methods is called. |
| -> Bool | setting - |
| -> IO () | return value - Nothing. |
Set whether the content pane should be auto-sized.
delete'_ :: HG3DClassPtr -> IO ()Source
isContentPaneAutoSized'_ :: HG3DClassPtr -> Ptr CInt -> IO ()Source
setContentPaneAutoSized'_ :: HG3DClassPtr -> CInt -> IO ()Source