Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

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

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

    gi-gtk3 GI.Gtk.Objects.ComboBox

    Deprecated: (Since version 3.10)

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

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

  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

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

    gi-gtk3 GI.Gtk.Objects.Menu

    Deprecated: (Since version 3.10)

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

    gi-gtk3 GI.Gtk.Objects.NativeDialog

    Sets the title of the NativeDialog. Since: 3.20

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

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

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

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

Page 3 of many | Previous | Next