Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. listBoxRowSetHeader :: (HasCallStack, MonadIO m, IsListBoxRow a, IsWidget b) => a -> Maybe b -> m ()

    gi-gtk3 GI.Gtk.Objects.ListBoxRow

    Sets the current header of the row. This is only allowed to be called from a ListBoxUpdateHeaderFunc. It will replace any existing header in the row, and be shown in front of the row in the listbox. Since: 3.10

  2. constructSettingsGtkDialogsUseHeader :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Settings

    Construct a GValueConstruct with valid value for the “gtk-dialogs-use-header” property. This is rarely needed directly, but it is used by new.

  3. getSettingsGtkDialogsUseHeader :: (MonadIO m, IsSettings o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.Settings

    Get the value of the “gtk-dialogs-use-header” property. When overloading is enabled, this is equivalent to

    get settings #gtkDialogsUseHeader
    

  4. setSettingsGtkDialogsUseHeader :: (MonadIO m, IsSettings o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Settings

    Set the value of the “gtk-dialogs-use-header” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkDialogsUseHeader := value ]
    

  5. constructToolItemGroupHeaderRelief :: (IsToolItemGroup o, MonadIO m) => ReliefStyle -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.ToolItemGroup

    Construct a GValueConstruct with valid value for the “header-relief” property. This is rarely needed directly, but it is used by new.

  6. getToolItemGroupHeaderRelief :: (MonadIO m, IsToolItemGroup o) => o -> m ReliefStyle

    gi-gtk3 GI.Gtk.Objects.ToolItemGroup

    Get the value of the “header-relief” property. When overloading is enabled, this is equivalent to

    get toolItemGroup #headerRelief
    

  7. setToolItemGroupHeaderRelief :: (MonadIO m, IsToolItemGroup o) => o -> ReliefStyle -> m ()

    gi-gtk3 GI.Gtk.Objects.ToolItemGroup

    Set the value of the “header-relief” property. When overloading is enabled, this is equivalent to

    set toolItemGroup [ #headerRelief := value ]
    

  8. toolItemGroupGetHeaderRelief :: (HasCallStack, MonadIO m, IsToolItemGroup a) => a -> m ReliefStyle

    gi-gtk3 GI.Gtk.Objects.ToolItemGroup

    Gets the relief mode of the header button of group. Since: 2.20

  9. toolItemGroupSetHeaderRelief :: (HasCallStack, MonadIO m, IsToolItemGroup a) => a -> ReliefStyle -> m ()

    gi-gtk3 GI.Gtk.Objects.ToolItemGroup

    Set the button relief of the group header. See buttonSetRelief for details. Since: 2.20

  10. constructTreeViewHeadersClickable :: (IsTreeView o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.TreeView

    Construct a GValueConstruct with valid value for the “headers-clickable” property. This is rarely needed directly, but it is used by new.

Page 256 of many | Previous | Next