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.
treeViewColumnGetSortOrder :: TreeViewColumn -> IO SortTypegtk Graphics.UI.Gtk.ModelView.TreeViewColumn Query if a given column is sorted in ascending or descending order.
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.
treeViewColumnSetSortIndicator :: TreeViewColumn -> Bool -> IO ()gtk Graphics.UI.Gtk.ModelView.TreeViewColumn Set if a given column has sorting arrows in its heading.
treeViewColumnSetSortOrder :: TreeViewColumn -> SortType -> IO ()gtk Graphics.UI.Gtk.ModelView.TreeViewColumn Set if a given column is sorted in ascending or descending order.
- In order for sorting to work, it is necessary to either use automatic sorting via treeViewColumnSetSortColumnId or to use a user defined sorting on the elements in a TreeModel.
treeViewColumnSortColumnId :: Attr TreeViewColumn SortColumnIdgtk Graphics.UI.Gtk.ModelView.TreeViewColumn 'sortColumnId' property. See treeViewColumnGetSortColumnId and treeViewColumnSetSortColumnId
treeViewColumnSortIndicator :: Attr TreeViewColumn Boolgtk Graphics.UI.Gtk.ModelView.TreeViewColumn Whether to show a sort indicator. Default value: False
treeViewColumnSortOrder :: Attr TreeViewColumn SortTypegtk Graphics.UI.Gtk.ModelView.TreeViewColumn Sort direction the sort indicator should indicate. Default value: SortAscending
RecentSortCustom :: RecentSortTypegtk Graphics.UI.Gtk.Recent.RecentChooser No documentation available.
RecentSortLru :: RecentSortTypegtk Graphics.UI.Gtk.Recent.RecentChooser No documentation available.
RecentSortMru :: RecentSortTypegtk Graphics.UI.Gtk.Recent.RecentChooser No documentation available.