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.
fileChooserButtonSetTitle :: (HasCallStack, MonadIO m, IsFileChooserButton a) => a -> Text -> m ()gi-gtk3 GI.Gtk.Objects.FileChooserButton Modifies the title of the browse dialog used by button. Since: 2.6
fontButtonSetTitle :: (HasCallStack, MonadIO m, IsFontButton a) => a -> Text -> m ()gi-gtk3 GI.Gtk.Objects.FontButton Sets the title for the font chooser dialog. Since: 2.4
headerBarSetTitle :: (HasCallStack, MonadIO m, IsHeaderBar a) => a -> Maybe Text -> m ()gi-gtk3 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
menuSetTitle :: (HasCallStack, MonadIO m, IsMenu a) => a -> Maybe Text -> m ()gi-gtk3 GI.Gtk.Objects.Menu Deprecated: (Since version 3.10)
nativeDialogSetTitle :: (HasCallStack, MonadIO m, IsNativeDialog a) => a -> Text -> m ()gi-gtk3 GI.Gtk.Objects.NativeDialog Sets the title of the NativeDialog. Since: 3.20
statusIconSetTitle :: (HasCallStack, MonadIO m, IsStatusIcon a) => a -> Text -> m ()gi-gtk3 GI.Gtk.Objects.StatusIcon Deprecated: (Since version 3.14)Use Notification and Application toprovide status notifications; you should use notificationSetTitleand notificationSetBody to present text inside your notification
treeViewColumnSetTitle :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> Text -> m ()gi-gtk3 GI.Gtk.Objects.TreeViewColumn Sets the title of the treeColumn. If a custom widget has been set, then this value is ignored.
windowSetTitle :: (HasCallStack, MonadIO m, IsWindow a) => a -> Text -> m ()gi-gtk3 GI.Gtk.Objects.Window Sets the title of the Window. The title of a window will be displayed in its title bar; on the X Window System, the title bar is rendered by the [window manager][gtk-X11-arch], so exactly how the title appears to users may vary according to a user’s exact configuration. The title should help a user distinguish this window from other windows they may have open. A good title might include the application name and current document filename, for example.
windowSetTitlebar :: (HasCallStack, MonadIO m, IsWindow a, IsWidget b) => a -> Maybe b -> m ()gi-gtk3 GI.Gtk.Objects.Window Sets a custom titlebar for window. A typical widget used here is HeaderBar, as it provides various features expected of a titlebar while allowing the addition of child widgets to it. If you set a custom titlebar, GTK+ will do its best to convince the window manager not to put its own titlebar on the window. Depending on the system, this function may not work for a window that is already visible, so you set the titlebar before calling widgetShow. Since: 3.10
statusIconSetTitle :: (StatusIconClass self, GlibString string) => self -> Maybe string -> IO ()gtk Graphics.UI.Gtk Sets the title of this tray icon. This should be a short, human-readable, localized string describing the tray icon. It may be used by tools like screen readers to render the tray icon.