Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
FlowBoxSortFunc = FlowBoxChild -> FlowBoxChild -> IO Int32gi-gtk3 GI.Gtk.Callbacks A function to compare two children to determine which should come first. Since: 3.12
type
FlowBoxSortFunc_WithClosures = FlowBoxChild -> FlowBoxChild -> Ptr () -> IO Int32gi-gtk3 GI.Gtk.Callbacks A function to compare two children to determine which should come first. Since: 3.12
type
ListBoxSortFunc = ListBoxRow -> ListBoxRow -> IO Int32gi-gtk3 GI.Gtk.Callbacks Compare two rows to determine which should be first. Since: 3.10
type
ListBoxSortFunc_WithClosures = ListBoxRow -> ListBoxRow -> Ptr () -> IO Int32gi-gtk3 GI.Gtk.Callbacks Compare two rows to determine which should be first. Since: 3.10
type
RecentSortFunc = RecentInfo -> RecentInfo -> IO Int32gi-gtk3 GI.Gtk.Callbacks No description available in the introspection data.
type
RecentSortFunc_WithClosures = RecentInfo -> RecentInfo -> Ptr () -> IO Int32gi-gtk3 GI.Gtk.Callbacks No description available in the introspection data.
drop_closures_FlowBoxSortFunc :: FlowBoxSortFunc -> FlowBoxSortFunc_WithClosuresgi-gtk3 GI.Gtk.Callbacks A simple wrapper that ignores the closure arguments.
drop_closures_ListBoxSortFunc :: ListBoxSortFunc -> ListBoxSortFunc_WithClosuresgi-gtk3 GI.Gtk.Callbacks A simple wrapper that ignores the closure arguments.
drop_closures_RecentSortFunc :: RecentSortFunc -> RecentSortFunc_WithClosuresgi-gtk3 GI.Gtk.Callbacks A simple wrapper that ignores the closure arguments.
-
gi-gtk3 GI.Gtk.Callbacks Given a pointer to a foreign C function, wrap it into a function callable from Haskell.