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.

  1. type Bitmap = Pixmap

    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.

  2. afterUnmap :: WidgetClass w => w -> IO () -> IO (ConnectId w)

    gtk Graphics.UI.Gtk.Abstract.Widget

    The widget was removed from screen.

  3. onUnmap :: WidgetClass w => w -> IO () -> IO (ConnectId w)

    gtk Graphics.UI.Gtk.Abstract.Widget

    The widget was removed from screen.

  4. unmapEvent :: WidgetClass self => Signal self (EventM EAny Bool)

    gtk Graphics.UI.Gtk.Abstract.Widget

    The window is taken off the screen.

  5. unmapSignal :: WidgetClass self => Signal self (IO ())

    gtk Graphics.UI.Gtk.Abstract.Widget

    The widget disappears from the screen.

  6. widgetColormap :: WidgetClass self => Attr self Colormap

    gtk Graphics.UI.Gtk.Abstract.Widget

    'colormap' property. See widgetGetColormap and widgetSetColormap Removed in Gtk3.

  7. widgetGetColormap :: WidgetClass self => self -> IO Colormap

    gtk Graphics.UI.Gtk.Abstract.Widget

    Gets the colormap that will be used to render widget.

  8. widgetGetDefaultColormap :: IO Colormap

    gtk Graphics.UI.Gtk.Abstract.Widget

    Obtains the default colormap used to create widgets.

  9. widgetGetMapped :: WidgetClass self => self -> IO Bool

    gtk Graphics.UI.Gtk.Abstract.Widget

    Whether the widget is mapped.

  10. widgetPopColormap :: IO ()

    gtk Graphics.UI.Gtk.Abstract.Widget

    Removes a colormap pushed with widgetPushColormap.

Page 1054 of many | Previous | Next