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

Safe HaskellNone

HGamer3D.Bindings.CEGUI.ClassTabButton

Synopsis

Documentation

newSource

Arguments

:: String

type

-> String

name

-> IO HG3DClass 

Constructor for base TabButton

deleteSource

Arguments

:: HG3DClass

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

-> IO () 

Set whether this tab button is selected or not.

Destructor for TabButton

setSelectedSource

Arguments

:: HG3DClass

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

-> Bool

selected

-> IO () 

Return whether this tab button is selected or not.

isSelectedSource

Arguments

:: HG3DClass

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

-> IO Bool 

setTargetWindowSource

Arguments

:: HG3DClass

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

-> HG3DClass

wnd

-> IO () 

Get the target window which is the content pane which this button is covering.

Set the target window which is the content pane which this button is covering.

getTargetWindowSource

Arguments

:: HG3DClass

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

-> IO HG3DClass