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.
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
-
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.
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
fontButtonSetTitle :: (HasCallStack, MonadIO m, IsFontButton a) => a -> Text -> m ()gi-gtk4 GI.Gtk.Objects.FontButton Deprecated: (Since version 4.10)Use FontDialogButton instead
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
-
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.
nativeDialogSetTitle :: (HasCallStack, MonadIO m, IsNativeDialog a) => a -> Text -> m ()gi-gtk4 GI.Gtk.Objects.NativeDialog Sets the title of the GtkNativeDialog.
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
stackPageSetTitle :: (HasCallStack, MonadIO m, IsStackPage a) => a -> Text -> m ()gi-gtk4 GI.Gtk.Objects.StackPage Sets the page title.
treeViewColumnSetTitle :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> Text -> m ()gi-gtk4 GI.Gtk.Objects.TreeViewColumn Deprecated: (Since version 4.10)Use GtkColumnView instead