Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. class (GObject o, IsDescendantOf MapListModel o) => IsMapListModel o

    gi-gtk4 GI.Gtk.Objects.MapListModel

    Type class for types which can be safely cast to MapListModel, for instance with toMapListModel.

  2. constructMapListModelModel :: (IsMapListModel o, MonadIO m, IsListModel a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.MapListModel

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

  3. getMapListModelHasMap :: (MonadIO m, IsMapListModel o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.MapListModel

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

    get mapListModel #hasMap
    

  4. getMapListModelItemType :: (MonadIO m, IsMapListModel o) => o -> m GType

    gi-gtk4 GI.Gtk.Objects.MapListModel

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

    get mapListModel #itemType
    

  5. getMapListModelModel :: (MonadIO m, IsMapListModel o) => o -> m (Maybe ListModel)

    gi-gtk4 GI.Gtk.Objects.MapListModel

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

    get mapListModel #model
    

  6. getMapListModelNItems :: (MonadIO m, IsMapListModel o) => o -> m Word32

    gi-gtk4 GI.Gtk.Objects.MapListModel

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

    get mapListModel #nItems
    

  7. toMapListModel :: (MonadIO m, IsMapListModel o) => o -> m MapListModel

    gi-gtk4 GI.Gtk.Objects.MapListModel

    Cast to MapListModel, for types for which this is known to be safe. For general casts, use castTo.

  8. printContextGetPangoFontmap :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m FontMap

    gi-gtk4 GI.Gtk.Objects.PrintContext

    Returns a PangoFontMap that is suitable for use with the GtkPrintContext.

  9. treeViewMapExpandedRows :: (HasCallStack, MonadIO m, IsTreeView a) => a -> TreeViewMappingFunc -> m ()

    gi-gtk4 GI.Gtk.Objects.TreeView

    Deprecated: (Since version 4.10)Use ListView or ColumnView instead

  10. type WidgetMapCallback = IO ()

    gi-gtk4 GI.Gtk.Objects.Widget

    Emitted when widget is going to be mapped. A widget is mapped when the widget is visible (which is controlled with Widget:visible) and all its parents up to the toplevel widget are also visible. The map signal can be used to determine whether a widget will be drawn, for instance it can resume an animation that was stopped during the emission of Widget::unmap.

Page 1051 of many | Previous | Next