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. statusIconSetTitle :: (StatusIconClass self, GlibString string) => self -> Maybe string -> IO ()

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

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

    gtk Graphics.UI.Gtk.MenuComboToolbar.ComboBox

    Sets the menu's title in tearoff mode.

    • Available since Gtk+ version 2.10

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

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

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

    gtk Graphics.UI.Gtk.ModelView.TreeViewColumn

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

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

    gtk Graphics.UI.Gtk.Selectors.ColorButton

    Sets the title for the color selection dialog.

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

    gtk Graphics.UI.Gtk.Selectors.FileChooserButton

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

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

    gtk Graphics.UI.Gtk.Selectors.FontButton

    Sets the title for the font selection dialog.

  8. windowSetTitle :: (WindowClass self, GlibString string) => self -> string -> IO ()

    gtk Graphics.UI.Gtk.Windows.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, 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.

  9. PasswordResetTitle :: AuthMessage

    yesod-auth Yesod.Auth.Message

    No documentation available.

  10. colorButtonSetTitle :: (HasCallStack, MonadIO m, IsColorButton a) => a -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.ColorButton

    Deprecated: (Since version 4.10)Use ColorDialogButton instead

Page 4 of many | Previous | Next