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

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

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

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

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

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

    gtk Graphics.UI.Gtk.Selectors.ColorButton

    Sets the title for the color selection dialog.

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

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

    gtk Graphics.UI.Gtk.Selectors.FontButton

    Sets the title for the font selection dialog.

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

  10. PasswordResetTitle :: AuthMessage

    yesod-auth Yesod.Auth.Message

    No documentation available.

Page 4 of many | Previous | Next