Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

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

    gi-gtk4 GI.Gtk.Objects.Window

    Sets the title of the GtkWindow. 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 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. Passing Nothing does the same as setting the title to an empty string.

  2. windowSetTitlebar :: (HasCallStack, MonadIO m, IsWindow a, IsWidget b) => a -> Maybe b -> m ()

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

  3. statusIconSetTitle :: (StatusIconClass self, GlibString string) => self -> Maybe string -> IO ()

    gtk3 Graphics.UI.Gtk.Display.StatusIcon

    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.

  4. comboBoxSetTitle :: (ComboBoxClass self, GlibString string) => self -> string -> IO ()

    gtk3 Graphics.UI.Gtk.MenuComboToolbar.ComboBox

    Sets the menu's title in tearoff mode.

    • Available since Gtk+ version 2.10

  5. menuSetTitle :: (MenuClass self, GlibString string) => self -> string -> IO ()

    gtk3 Graphics.UI.Gtk.MenuComboToolbar.Menu

    Sets the title string for the menu. The title is displayed when the menu is shown as a tearoff menu.

  6. treeViewColumnSetTitle :: GlibString string => TreeViewColumn -> string -> IO ()

    gtk3 Graphics.UI.Gtk.ModelView.TreeViewColumn

    Set the widget's title if a custom widget has not been set.

  7. colorButtonSetTitle :: (ColorButtonClass self, GlibString string) => self -> string -> IO ()

    gtk3 Graphics.UI.Gtk.Selectors.ColorButton

    Sets the title for the color selection dialog.

  8. fileChooserButtonSetTitle :: (FileChooserButtonClass self, GlibString string) => self -> string -> IO ()

    gtk3 Graphics.UI.Gtk.Selectors.FileChooserButton

    Modifies the title of the browse dialog used by the button.

  9. fontButtonSetTitle :: (FontButtonClass self, GlibString string) => self -> string -> IO ()

    gtk3 Graphics.UI.Gtk.Selectors.FontButton

    Sets the title for the font selection dialog.

  10. module Telegram.Bot.API.Methods.SetStickerSetTitle

    No documentation available.

Page 6 of many | Previous | Next