Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
CustomRequestModeFunc = Widget -> IO SizeRequestModegi-gtk4 GI.Gtk.Callbacks Queries a widget for its preferred size request mode.
type
MapListModelMapFunc = Object -> IO Objectgi-gtk4 GI.Gtk.Callbacks User function that is called to map an item of the original model to an item expected by the map model. The returned items must conform to the item type of the model they are used with.
type
MapListModelMapFunc_WithClosures = Object -> Ptr () -> IO Objectgi-gtk4 GI.Gtk.Callbacks User function that is called to map an item of the original model to an item expected by the map model. The returned items must conform to the item type of the model they are used with.
type
TreeListModelCreateModelFunc = Object -> IO Maybe ListModelgi-gtk4 GI.Gtk.Callbacks Prototype of the function called to create new child models when treeListRowSetExpanded is called. This function can return Nothing to indicate that item is guaranteed to be a leaf node and will never have children. If it does not have children but may get children later, it should return an empty model that is filled once children arrive.
type
TreeListModelCreateModelFunc_WithClosures = Object -> Ptr () -> IO Maybe ListModelgi-gtk4 GI.Gtk.Callbacks Prototype of the function called to create new child models when treeListRowSetExpanded is called. This function can return Nothing to indicate that item is guaranteed to be a leaf node and will never have children. If it does not have children but may get children later, it should return an empty model that is filled once children arrive.
type
WidgetClassGetRequestModeFieldCallback = Widget -> IO SizeRequestModegi-gtk4 GI.Gtk.Callbacks No description available in the introspection data.
drop_closures_MapListModelMapFunc :: MapListModelMapFunc -> MapListModelMapFunc_WithClosuresgi-gtk4 GI.Gtk.Callbacks A simple wrapper that ignores the closure arguments.
-
gi-gtk4 GI.Gtk.Callbacks A simple wrapper that ignores the closure arguments.
-
gi-gtk4 GI.Gtk.Callbacks Given a pointer to a foreign C function, wrap it into a function callable from Haskell.
-
gi-gtk4 GI.Gtk.Callbacks Given a pointer to a foreign C function, wrap it into a function callable from Haskell.