| ||||
| ||||
Description | ||||
This module provides the possibility to lookup a widget by name.
| ||||
Documentation | ||||
type WidgetName = String | ||||
widgetLookup :: WidgetClass w => WidgetName -> String -> (ForeignPtr w -> w) -> IO w | ||||
newNamedWidget :: WidgetClass w => WidgetName -> IO w -> IO w | ||||
isValidName :: WidgetName -> IO Bool | ||||
Produced by Haddock version 0.7 |