| Safe Haskell | None |
|---|
HGamer3D.Bindings.CEGUI.ClassListboxTextItem
- delete :: HG3DClass -> IO ()
- getFont :: HG3DClass -> IO HG3DClass
- setFont :: HG3DClass -> HG3DClass -> IO ()
- setFont2 :: HG3DClass -> String -> IO ()
- setTextParsingEnabled :: HG3DClass -> Bool -> IO ()
- isTextParsingEnabled :: HG3DClass -> IO Bool
- setText :: HG3DClass -> String -> IO ()
- delete'_ :: HG3DClassPtr -> IO ()
- getFont'_ :: HG3DClassPtr -> HG3DClassPtr -> IO ()
- setFont'_ :: HG3DClassPtr -> HG3DClassPtr -> IO ()
- setFont2'_ :: HG3DClassPtr -> Ptr CChar -> IO ()
- setTextParsingEnabled'_ :: HG3DClassPtr -> CInt -> IO ()
- isTextParsingEnabled'_ :: HG3DClassPtr -> Ptr CInt -> IO ()
- setText'_ :: HG3DClassPtr -> Ptr CChar -> IO ()
Documentation
Arguments
| :: HG3DClass | classpointer - pointer of Class instance which is going to be deleted. |
| -> IO () |
base class destructor
Arguments
| :: HG3DClass | classpointer - pointer of Class instance from which this methods is called. |
| -> IO HG3DClass |
Set the font to be used by this ListboxTextItem
Return a pointer to the font being used by this ListboxTextItem - Details: This method will try a number of places to find a font to be used. If no font can be found, NULL is returned.
Arguments
| :: HG3DClass | classpointer - pointer of Class instance from which this methods is called. |
| -> HG3DClass | font - Font to be used for rendering this item |
| -> IO () | return value - Nothing |
Set the font to be used by this ListboxTextItem
Arguments
| :: HG3DClass | classpointer - pointer of Class instance from which this methods is called. |
| -> String | font_name - String object containing the name of the Font to be used for rendering this item |
| -> IO () | return value - Nothing |
Set whether the the ListboxTextItem
Arguments
| :: HG3DClass | classpointer - pointer of Class instance from which this methods is called. |
| -> Bool | enable - |
| -> IO () |
return whether text parsing is enabled for this ListboxTextItem
Arguments
| :: HG3DClass | classpointer - pointer of Class instance from which this methods is called. |
| -> String | text |
| -> IO () |
set the text string for this list box item. - Details: Note that even if the item does not render text, the text string can still be useful, since it is used for sorting list box items.
delete'_ :: HG3DClassPtr -> IO ()Source
getFont'_ :: HG3DClassPtr -> HG3DClassPtr -> IO ()Source
setFont'_ :: HG3DClassPtr -> HG3DClassPtr -> IO ()Source
setFont2'_ :: HG3DClassPtr -> Ptr CChar -> IO ()Source
setTextParsingEnabled'_ :: HG3DClassPtr -> CInt -> IO ()Source
isTextParsingEnabled'_ :: HG3DClassPtr -> Ptr CInt -> IO ()Source