Hoogle Search

Within LTS Haskell 24.2 (ghc-9.10.2)

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

  1. setTitleI :: (MonadWidget m, RenderMessage (HandlerSite m) msg) => msg -> m ()

    yesod-core Yesod.Core.Widget

    Set the localised page title. n.b. See comments for setTitle

  2. setTitleI :: (MonadWidget m, RenderMessage (HandlerSite m) msg) => msg -> m ()

    hledger-web Hledger.Web.Import

    Set the localised page title. n.b. See comments for setTitle

  3. setTitleI :: (MonadWidget m, RenderMessage (HandlerSite m) msg) => msg -> m ()

    classy-prelude-yesod ClassyPrelude.Yesod

    Set the localised page title. n.b. See comments for setTitle

  4. hSetTitle :: Handle -> String -> IO ()

    ansi-terminal System.Console.ANSI

    No documentation available.

  5. bookmarkFileSetTitle :: (HasCallStack, MonadIO m) => BookmarkFile -> Maybe Text -> Text -> m ()

    gi-glib GI.GLib.Structs.BookmarkFile

    Sets title as the title of the bookmark for uri inside the bookmark file bookmark. If uri is Nothing, the title of bookmark is set. If a bookmark for uri cannot be found then it is created. Since: 2.12

  6. notificationSetTitle :: (HasCallStack, MonadIO m, IsNotification a) => a -> Text -> m ()

    gi-gio GI.Gio.Objects.Notification

    Sets the title of notification to title. Since: 2.40

  7. windowSetTitle :: (HasCallStack, MonadIO m, IsWindow a) => a -> Text -> m ()

    gi-gdk3 GI.Gdk.Objects.Window

    Sets the title of a toplevel window, to be displayed in the titlebar. If you haven’t explicitly set the icon name for the window (using windowSetIconName), the icon name will be set to title as well. title must be in UTF-8 encoding (as with all user-readable strings in GDK/GTK+). title may not be Nothing.

  8. toplevelSetTitle :: (HasCallStack, MonadIO m, IsToplevel a) => a -> Text -> m ()

    gi-gdk4 GI.Gdk.Interfaces.Toplevel

    Sets the title of a toplevel surface. The title maybe be displayed in the titlebar, in lists of windows, etc.

  9. colorButtonSetTitle :: (HasCallStack, MonadIO m, IsColorButton a) => a -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.ColorButton

    Sets the title for the color selection dialog. Since: 2.4

  10. comboBoxSetTitle :: (HasCallStack, MonadIO m, IsComboBox a) => a -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.ComboBox

    Deprecated: (Since version 3.10)

Page 2 of many | Previous | Next