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.

  1. treeViewColumnGetSortIndicator :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.TreeViewColumn

    Gets the value set by treeViewColumnSetSortIndicator.

  2. treeViewColumnGetSortOrder :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m SortType

    gi-gtk3 GI.Gtk.Objects.TreeViewColumn

    Gets the value set by treeViewColumnSetSortOrder.

  3. treeViewColumnSetSortColumnId :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.TreeViewColumn

    Sets the logical sortColumnId that this column sorts on when this column is selected for sorting. Doing so makes the column header clickable.

  4. treeViewColumnSetSortIndicator :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.TreeViewColumn

    Call this function with a setting of True to display an arrow in the header button indicating the column is sorted. Call treeViewColumnSetSortOrder to change the direction of the arrow.

  5. treeViewColumnSetSortOrder :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> SortType -> m ()

    gi-gtk3 GI.Gtk.Objects.TreeViewColumn

    Changes the appearance of the sort indicator. This does not actually sort the model. Use treeViewColumnSetSortColumnId if you want automatic sorting support. This function is primarily for custom sorting behavior, and should be used in conjunction with treeSortableSetSortColumnId to do that. For custom models, the mechanism will vary. The sort indicator changes direction to indicate normal sort or reverse sort. Note that you must have the sort indicator enabled to see anything when calling this function; see treeViewColumnSetSortIndicator.

  6. type C_FlowBoxSortFunc = Ptr FlowBoxChild -> Ptr FlowBoxChild -> Ptr () -> IO Int32

    gi-gtk4 GI.Gtk.Callbacks

    Type for the callback on the (unwrapped) C side.

  7. type C_ListBoxSortFunc = Ptr ListBoxRow -> Ptr ListBoxRow -> Ptr () -> IO Int32

    gi-gtk4 GI.Gtk.Callbacks

    Type for the callback on the (unwrapped) C side.

  8. type FlowBoxSortFunc = FlowBoxChild -> FlowBoxChild -> IO Int32

    gi-gtk4 GI.Gtk.Callbacks

    A function to compare two children to determine which should come first.

  9. type FlowBoxSortFunc_WithClosures = FlowBoxChild -> FlowBoxChild -> Ptr () -> IO Int32

    gi-gtk4 GI.Gtk.Callbacks

    A function to compare two children to determine which should come first.

  10. type ListBoxSortFunc = ListBoxRow -> ListBoxRow -> IO Int32

    gi-gtk4 GI.Gtk.Callbacks

    Compare two rows to determine which should be first.

Page 152 of many | Previous | Next