Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. treeViewColumnGetSortOrder :: TreeViewColumn -> IO SortType

    gtk Graphics.UI.Gtk.ModelView.TreeViewColumn

    Query if a given column is sorted in ascending or descending order.

  2. treeViewColumnSetSortColumnId :: TreeViewColumn -> SortColumnId -> IO ()

    gtk Graphics.UI.Gtk.ModelView.TreeViewColumn

    Set the column by which to sort.

    • Sets the logical columnId that this column sorts on when this column is selected for sorting. The selected column's header will be clickable after this call. Logical refers to the SortColumnId for which a comparison function was set.

  3. treeViewColumnSetSortIndicator :: TreeViewColumn -> Bool -> IO ()

    gtk Graphics.UI.Gtk.ModelView.TreeViewColumn

    Set if a given column has sorting arrows in its heading.

  4. treeViewColumnSetSortOrder :: TreeViewColumn -> SortType -> IO ()

    gtk Graphics.UI.Gtk.ModelView.TreeViewColumn

    Set if a given column is sorted in ascending or descending order.

  5. treeViewColumnSortColumnId :: Attr TreeViewColumn SortColumnId

    gtk Graphics.UI.Gtk.ModelView.TreeViewColumn

    'sortColumnId' property. See treeViewColumnGetSortColumnId and treeViewColumnSetSortColumnId

  6. treeViewColumnSortIndicator :: Attr TreeViewColumn Bool

    gtk Graphics.UI.Gtk.ModelView.TreeViewColumn

    Whether to show a sort indicator. Default value: False

  7. treeViewColumnSortOrder :: Attr TreeViewColumn SortType

    gtk Graphics.UI.Gtk.ModelView.TreeViewColumn

    Sort direction the sort indicator should indicate. Default value: SortAscending

  8. RecentSortCustom :: RecentSortType

    gtk Graphics.UI.Gtk.Recent.RecentChooser

    No documentation available.

  9. RecentSortLru :: RecentSortType

    gtk Graphics.UI.Gtk.Recent.RecentChooser

    No documentation available.

  10. RecentSortMru :: RecentSortType

    gtk Graphics.UI.Gtk.Recent.RecentChooser

    No documentation available.

Page 148 of many | Previous | Next