Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. treeViewColumnGetSortColumnId :: TreeViewColumn -> IO SortColumnId

    gtk Graphics.UI.Gtk.ModelView.TreeViewColumn

    Get the column by which to sort.

  2. treeViewColumnGetSortIndicator :: TreeViewColumn -> IO Bool

    gtk Graphics.UI.Gtk.ModelView.TreeViewColumn

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

  3. treeViewColumnGetSortOrder :: TreeViewColumn -> IO SortType

    gtk Graphics.UI.Gtk.ModelView.TreeViewColumn

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

  4. 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.

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

    gtk Graphics.UI.Gtk.ModelView.TreeViewColumn

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

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

    gtk Graphics.UI.Gtk.ModelView.TreeViewColumn

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

  7. treeViewColumnSortColumnId :: Attr TreeViewColumn SortColumnId

    gtk Graphics.UI.Gtk.ModelView.TreeViewColumn

    'sortColumnId' property. See treeViewColumnGetSortColumnId and treeViewColumnSetSortColumnId

  8. treeViewColumnSortIndicator :: Attr TreeViewColumn Bool

    gtk Graphics.UI.Gtk.ModelView.TreeViewColumn

    Whether to show a sort indicator. Default value: False

  9. treeViewColumnSortOrder :: Attr TreeViewColumn SortType

    gtk Graphics.UI.Gtk.ModelView.TreeViewColumn

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

  10. RecentSortCustom :: RecentSortType

    gtk Graphics.UI.Gtk.Recent.RecentChooser

    No documentation available.

Page 148 of many | Previous | Next