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.
header :: String -> Info e -> Info eenvparse Env.Internal.Help Set the help text header (it usually includes the application's name and version)
-
fakedata Faker.Markdown No documentation available.
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
headerBarGetDecorationLayout :: (HasCallStack, MonadIO m, IsHeaderBar a) => a -> m Textgi-gtk3 GI.Gtk.Objects.HeaderBar Gets the decoration layout set with headerBarSetDecorationLayout. Since: 3.12
headerBarGetHasSubtitle :: (HasCallStack, MonadIO m, IsHeaderBar a) => a -> m Boolgi-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
headerBarGetShowCloseButton :: (HasCallStack, MonadIO m, IsHeaderBar a) => a -> m Boolgi-gtk3 GI.Gtk.Objects.HeaderBar Returns whether this header bar shows the standard window decorations. Since: 3.10
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
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
headerBarNew :: (HasCallStack, MonadIO m) => m HeaderBargi-gtk3 GI.Gtk.Objects.HeaderBar Creates a new HeaderBar widget. Since: 3.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