Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. colorDialogSetTitle :: (HasCallStack, MonadIO m, IsColorDialog a) => a -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.ColorDialog

    Sets the title that will be shown on the color chooser dialog. Since: 4.10

  2. columnViewColumnSetTitle :: (HasCallStack, MonadIO m, IsColumnViewColumn a) => a -> Maybe Text -> m ()

    gi-gtk4 GI.Gtk.Objects.ColumnViewColumn

    Sets the title of this column. The title is displayed in the header of a GtkColumnView for this column and is therefore user-facing text that should be translated.

  3. fileDialogSetTitle :: (HasCallStack, MonadIO m, IsFileDialog a) => a -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.FileDialog

    Sets the title that will be shown on the file chooser dialog. Since: 4.10

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

    gi-gtk4 GI.Gtk.Objects.FontButton

    Deprecated: (Since version 4.10)Use FontDialogButton instead

  5. fontDialogSetTitle :: (HasCallStack, MonadIO m, IsFontDialog a) => a -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.FontDialog

    Sets the title that will be shown on the font chooser dialog. Since: 4.10

  6. headerBarSetTitleWidget :: (HasCallStack, MonadIO m, IsHeaderBar a, IsWidget b) => a -> Maybe b -> m ()

    gi-gtk4 GI.Gtk.Objects.HeaderBar

    Sets the title for the GtkHeaderBar. When set to Nothing, the headerbar will display the title of the window it is contained in. The title should help a user identify the current view. To achieve the same style as the builtin title, use the “title” style class. You should set the title widget to Nothing, for the window title label to be visible again.

  7. nativeDialogSetTitle :: (HasCallStack, MonadIO m, IsNativeDialog a) => a -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.NativeDialog

    Sets the title of the GtkNativeDialog.

  8. printDialogSetTitle :: (HasCallStack, MonadIO m, IsPrintDialog a) => a -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintDialog

    Sets the title that will be shown on the print dialog. Since: 4.14

  9. stackPageSetTitle :: (HasCallStack, MonadIO m, IsStackPage a) => a -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.StackPage

    Sets the page title.

  10. treeViewColumnSetTitle :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.TreeViewColumn

    Deprecated: (Since version 4.10)Use GtkColumnView instead

Page 5 of many | Previous | Next