Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gtk Graphics.UI.Gtk.Abstract.Widget A Bitmap is a special Pixmap in that the number of bits per pixel is one, that is, a pixel is either set or unset. Whenever a function expects a Bitmap, a Pixmap of depth one must be supplied.
afterUnmap :: WidgetClass w => w -> IO () -> IO (ConnectId w)gtk Graphics.UI.Gtk.Abstract.Widget The widget was removed from screen.
onUnmap :: WidgetClass w => w -> IO () -> IO (ConnectId w)gtk Graphics.UI.Gtk.Abstract.Widget The widget was removed from screen.
unmapEvent :: WidgetClass self => Signal self (EventM EAny Bool)gtk Graphics.UI.Gtk.Abstract.Widget The window is taken off the screen.
unmapSignal :: WidgetClass self => Signal self (IO ())gtk Graphics.UI.Gtk.Abstract.Widget The widget disappears from the screen.
widgetColormap :: WidgetClass self => Attr self Colormapgtk Graphics.UI.Gtk.Abstract.Widget 'colormap' property. See widgetGetColormap and widgetSetColormap Removed in Gtk3.
widgetGetColormap :: WidgetClass self => self -> IO Colormapgtk Graphics.UI.Gtk.Abstract.Widget Gets the colormap that will be used to render widget.
widgetGetDefaultColormap :: IO Colormapgtk Graphics.UI.Gtk.Abstract.Widget Obtains the default colormap used to create widgets.
widgetGetMapped :: WidgetClass self => self -> IO Boolgtk Graphics.UI.Gtk.Abstract.Widget Whether the widget is mapped.
-
gtk Graphics.UI.Gtk.Abstract.Widget Removes a colormap pushed with widgetPushColormap.