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. header :: String -> Info e -> Info e

    envparse Env.Internal.Help

    Set the help text header (it usually includes the application's name and version)

  2. headers :: Fake Text

    fakedata Faker.Markdown

    No documentation available.

  3. headerBarGetCustomTitle :: (HasCallStack, MonadIO m, IsHeaderBar a) => a -> m (Maybe Widget)

    gi-gtk3 GI.Gtk.Objects.HeaderBar

    Retrieves the custom title widget of the header. See headerBarSetCustomTitle. Since: 3.10

  4. headerBarGetDecorationLayout :: (HasCallStack, MonadIO m, IsHeaderBar a) => a -> m Text

    gi-gtk3 GI.Gtk.Objects.HeaderBar

    Gets the decoration layout set with headerBarSetDecorationLayout. Since: 3.12

  5. headerBarGetHasSubtitle :: (HasCallStack, MonadIO m, IsHeaderBar a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.HeaderBar

    Retrieves whether the header bar reserves space for a subtitle, regardless if one is currently set or not. Since: 3.12

  6. headerBarGetShowCloseButton :: (HasCallStack, MonadIO m, IsHeaderBar a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.HeaderBar

    Returns whether this header bar shows the standard window decorations. Since: 3.10

  7. headerBarGetSubtitle :: (HasCallStack, MonadIO m, IsHeaderBar a) => a -> m (Maybe Text)

    gi-gtk3 GI.Gtk.Objects.HeaderBar

    Retrieves the subtitle of the header. See headerBarSetSubtitle. Since: 3.10

  8. headerBarGetTitle :: (HasCallStack, MonadIO m, IsHeaderBar a) => a -> m (Maybe Text)

    gi-gtk3 GI.Gtk.Objects.HeaderBar

    Retrieves the title of the header. See headerBarSetTitle. Since: 3.10

  9. headerBarNew :: (HasCallStack, MonadIO m) => m HeaderBar

    gi-gtk3 GI.Gtk.Objects.HeaderBar

    Creates a new HeaderBar widget. Since: 3.10

  10. headerBarPackEnd :: (HasCallStack, MonadIO m, IsHeaderBar a, IsWidget b) => a -> b -> m ()

    gi-gtk3 GI.Gtk.Objects.HeaderBar

    Adds child to bar, packed with reference to the end of the bar. Since: 3.10

Page 44 of many | Previous | Next