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

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

  3. gfnDictsort :: forall (m :: Type -> Type) p h . Monad m => Function (Run p m h)

    ginger Text.Ginger.Run.Builtins

    No documentation available.

  4. gfnSort :: forall p (m :: Type -> Type) h . Monad m => Function (Run p m h)

    ginger Text.Ginger.Run.Builtins

    No documentation available.

  5. fileAttributeStandardSortOrder :: String

    gio System.GIO.File.FileAttribute

    No documentation available.

  6. fileInfoGetSortOrder :: FileInfoClass info => info -> Int

    gio System.GIO.File.FileInfo

    Gets the value of the sortOrder attribute from the FileInfo. See FileAttributeStandardSortOrder.

  7. fileInfoSetSortOrder :: FileInfoClass info => info -> Int -> IO ()

    gio System.GIO.File.FileInfo

    Sets the FileAttributeStandardSymlinkTarget attribute in the file info to the given symlink target. fileInfoSetSymlinkTarget :: FileInfoClass info => info -> String -- ^ symlinkTarget a static string containing a path to a symlink target. -> IO () fileInfoSetSymlinkTarget info symlinkTarget = withUTFString symlinkTarget $ symlinkTargetPtr -> {#call g_file_info_set_symlink_target#} (toFileInfo info) symlinkTargetPtr Sets the sort order attribute in the file info structure. See FileAttributeStandardSortOrder.

  8. glp_sort_matrix :: Ptr Problem -> IO ()

    glpk-headers Math.Programming.Glpk.Header

    No documentation available.

  9. data CursorType

    gtk Graphics.UI.Gtk.Gdk.Cursor

    Cursor types.

  10. stockSortAscending :: StockId

    gtk Graphics.UI.Gtk.General.StockItems

    No documentation available.

Page 144 of many | Previous | Next