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. headerBarPackStart :: (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 start of the bar. Since: 3.10

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

    gi-gtk3 GI.Gtk.Objects.HeaderBar

    Sets a custom title for the HeaderBar. The title should help a user identify the current view. This supersedes any title set by headerBarSetTitle or headerBarSetSubtitle. To achieve the same style as the builtin title and subtitle, use the “title” and “subtitle” style classes. You should set the custom title to Nothing, for the header title label to be visible again. Since: 3.10

  3. headerBarSetDecorationLayout :: (HasCallStack, MonadIO m, IsHeaderBar a) => a -> Maybe Text -> m ()

    gi-gtk3 GI.Gtk.Objects.HeaderBar

    Sets the decoration layout for this header bar, overriding the Settings:gtkDecorationLayout setting. There can be valid reasons for overriding the setting, such as a header bar design that does not allow for buttons to take room on the right, or only offers room for a single close button. Split header bars are another example for overriding the setting. The format of the string is button names, separated by commas. A colon separates the buttons that should appear on the left from those on the right. Recognized button names are minimize, maximize, close, icon (the window icon) and menu (a menu button for the fallback app menu). For example, “menu:minimize,maximize,close” specifies a menu on the left, and minimize, maximize and close buttons on the right. Since: 3.12

  4. headerBarSetHasSubtitle :: (HasCallStack, MonadIO m, IsHeaderBar a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.HeaderBar

    Sets whether the header bar should reserve space for a subtitle, even if none is currently set. Since: 3.12

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

    gi-gtk3 GI.Gtk.Objects.HeaderBar

    Sets whether this header bar shows the standard window decorations, including close, maximize, and minimize. Since: 3.10

  6. headerBarSetSubtitle :: (HasCallStack, MonadIO m, IsHeaderBar a) => a -> Maybe Text -> m ()

    gi-gtk3 GI.Gtk.Objects.HeaderBar

    Sets the subtitle of the HeaderBar. The title should give a user an additional detail to help him identify the current view. Note that GtkHeaderBar by default reserves room for the subtitle, even if none is currently set. If this is not desired, set the HeaderBar:hasSubtitle property to False. Since: 3.10

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

  8. headerLevel :: Header id -> Int

    haddock-library Documentation.Haddock.Types

    between 1 and 6 inclusive

  9. headerTitle :: Header id -> id

    haddock-library Documentation.Haddock.Types

    No documentation available.

  10. header :: Block -> !BlockHeader

    haskoin-core Haskoin.Block.Common

    No documentation available.

Page 45 of many | Previous | Next