Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setSourceColor :: Color -> Render ()

    gtk Graphics.UI.Gtk.Cairo

    Sets the specified Color as the source color of the Render context.

  2. setSourcePixbuf :: Pixbuf -> Double -> Double -> Render ()

    gtk Graphics.UI.Gtk.Cairo

    Sets the given pixbuf as the source pattern for the Cairo context. The pattern has an extend mode of ExtendNone and is aligned so that the origin of pixbuf is (x, y).

  3. settingsGetDefault :: IO (Maybe Settings)

    gtk Graphics.UI.Gtk.General.Settings

    Gets the Settings object for the default GDK screen, creating it if necessary. See settingsGetForScreen.

  4. settingsGetForScreen :: ScreenClass screen => screen -> IO Settings

    gtk Graphics.UI.Gtk.General.Settings

    Gets the Settings object for screen, creating it if necessary.

  5. settingsSetLongProperty :: (SettingsClass settings, GlibString string) => settings -> string -> Int -> string -> IO ()

    gtk Graphics.UI.Gtk.General.Settings

    No documentation available.

  6. settingsSetStringProperty :: (SettingsClass settings, GlibString string) => settings -> string -> string -> string -> IO ()

    gtk Graphics.UI.Gtk.General.Settings

    No documentation available.

  7. setIconViewScrollAdjustments :: IconViewClass self => Signal self (Adjustment -> Adjustment -> IO ())

    gtk Graphics.UI.Gtk.ModelView.IconView

    New scroll adjustment have been set for this widget.

  8. setAnchor :: TextViewClass self => Signal self (IO ())

    gtk Graphics.UI.Gtk.Multiline.TextView

    The scroll-bars changed.

  9. setTextViewScrollAdjustments :: TextViewClass self => Signal self (Adjustment -> Adjustment -> IO ())

    gtk Graphics.UI.Gtk.Multiline.TextView

    The setTextViewScrollAdjustments signal is a keybinding signal which gets emitted to toggle the visibility of the cursor. The default binding for this signal is F7.

  10. setFocus :: WindowClass self => Signal self (Maybe Widget -> IO ())

    gtk Graphics.UI.Gtk.Windows.Window

    Observe a change in input focus.

Page 715 of many | Previous | Next