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

Safe HaskellNone

HGamer3D.Bindings.CEGUI.ClassCheckbox

Synopsis

Documentation

isSelectedSource

Arguments

:: HG3DClass

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

-> IO Bool

return value - true if the widget is selected and has the check-mark, false if the widget is not selected and does not have the check-mark.

return true if the check-box is selected (has the checkmark)

setSelectedSource

Arguments

:: HG3DClass

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

-> Bool

select - true to select the widget and give it the check-mark. false to de-select the widget and remove the check-mark.

-> IO ()

return value - Nothing.

Constructor for Checkbox

set whether the check-box is selected or not

newSource

Arguments

:: String

type

-> String

name

-> IO HG3DClass 

deleteSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance which is going to be deleted.

-> IO () 

Destructor for Checkbox