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. setCalendarShowHeading :: (MonadIO m, IsCalendar o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Calendar

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

    set calendar [ #showHeading := value ]
    

  2. clearColumnViewHeaderFactory :: (MonadIO m, IsColumnView o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.ColumnView

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

    clear #headerFactory
    

  3. columnViewGetHeaderFactory :: (HasCallStack, MonadIO m, IsColumnView a) => a -> m (Maybe ListItemFactory)

    gi-gtk4 GI.Gtk.Objects.ColumnView

    Gets the factory that's currently used to populate section headers. Since: 4.12

  4. columnViewSetHeaderFactory :: (HasCallStack, MonadIO m, IsColumnView a, IsListItemFactory b) => a -> Maybe b -> m ()

    gi-gtk4 GI.Gtk.Objects.ColumnView

    Sets the GtkListItemFactory to use for populating the ListHeader objects used in section headers. If this factory is set to Nothing, the list will not show section headers. Since: 4.12

  5. constructColumnViewHeaderFactory :: (IsColumnView o, MonadIO m, IsListItemFactory a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.ColumnView

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

  6. getColumnViewHeaderFactory :: (MonadIO m, IsColumnView o) => o -> m (Maybe ListItemFactory)

    gi-gtk4 GI.Gtk.Objects.ColumnView

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

    get columnView #headerFactory
    

  7. setColumnViewHeaderFactory :: (MonadIO m, IsColumnView o, IsListItemFactory a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.ColumnView

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

    set columnView [ #headerFactory := value ]
    

  8. clearColumnViewColumnHeaderMenu :: (MonadIO m, IsColumnViewColumn o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.ColumnViewColumn

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

    clear #headerMenu
    

  9. columnViewColumnGetHeaderMenu :: (HasCallStack, MonadIO m, IsColumnViewColumn a) => a -> m (Maybe MenuModel)

    gi-gtk4 GI.Gtk.Objects.ColumnViewColumn

    Gets the menu model that is used to create the context menu for the column header.

  10. columnViewColumnSetHeaderMenu :: (HasCallStack, MonadIO m, IsColumnViewColumn a, IsMenuModel b) => a -> Maybe b -> m ()

    gi-gtk4 GI.Gtk.Objects.ColumnViewColumn

    Sets the menu model that is used to create the context menu for the column header.

Page 261 of many | Previous | Next