Hoogle Search

Within LTS Haskell 22.20 (ghc-9.6.4)

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

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

    ansi-terminal System.Console.ANSI

    No documentation available.

  2. 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

  3. 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

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

    gi-gdk 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.

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

    gi-gtk GI.Gtk.Objects.ColorButton

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

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

    gi-gtk GI.Gtk.Objects.ComboBox

    Deprecated: (Since version 3.10)

  7. fileChooserButtonSetTitle :: (HasCallStack, MonadIO m, IsFileChooserButton a) => a -> Text -> m ()

    gi-gtk GI.Gtk.Objects.FileChooserButton

    Modifies the title of the browse dialog used by button. Since: 2.6

  8. fontButtonSetTitle :: (HasCallStack, MonadIO m, IsFontButton a) => a -> Text -> m ()

    gi-gtk GI.Gtk.Objects.FontButton

    Sets the title for the font chooser dialog. Since: 2.4

  9. headerBarSetTitle :: (HasCallStack, MonadIO m, IsHeaderBar a) => a -> Maybe Text -> m ()

    gi-gtk GI.Gtk.Objects.HeaderBar

    Sets the title of the HeaderBar. The title should help a user identify the current view. A good title should not include the application name. Since: 3.10

  10. menuSetTitle :: (HasCallStack, MonadIO m, IsMenu a) => a -> Maybe Text -> m ()

    gi-gtk GI.Gtk.Objects.Menu

    Deprecated: (Since version 3.10)

Page 2 of many | Previous | Next