Gtk2Hs
Contents
Index
Graphics.UI.Gtk.Mogul.WidgetTable
Description
This module provides the possibility to lookup a widget by name.
This module uses a global variable (unsafePerformIO is lurking).
Synopsis
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.6