Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. SizeSmall :: Size

    pango Graphics.Rendering.Pango.Enums

    No documentation available.

  2. SizeSmaller :: Size

    pango Graphics.Rendering.Pango.Enums

    No documentation available.

  3. VariantAllPetiteCaps :: Variant

    pango Graphics.Rendering.Pango.Enums

    No documentation available.

  4. VariantAllSmallCaps :: Variant

    pango Graphics.Rendering.Pango.Enums

    No documentation available.

  5. VariantSmallCaps :: Variant

    pango Graphics.Rendering.Pango.Enums

    No documentation available.

  6. paFallback :: PangoAttribute -> Bool

    pango Graphics.Rendering.Pango.Enums

    No documentation available.

  7. layoutMoveCursorVisually :: PangoLayout -> Bool -> Int -> Bool -> IO CursorPos

    pango Graphics.Rendering.Pango.Layout

    Move a cursor visually.

    • Compute a new cursor position from a previous cursor position. A value of True for the direction will move it to the right, independent of the underlying direction. Hence the cursor position might jump if left-to-right text is mixed with right-to-left text.
    • The first flag should be True if this cursor is the strong cursor. The strong cursor is the cursor of the base direction of the current layout (see layoutSetAutoDir). The weak cursor is that of the opposite direction.
    • The previous cursor position is given by idx. If this text at this position is a cluster, the cursor will only move to the end or beginning of the cluster as opposed to past the next character. The return value is either CursorPosNextPara if the cursor moved beyond this paragraph, it is CursorPosPrevPara if the cursor moved in front of this paragraph and it is CursorPos idx trail to denote the new cursor position idx. Note that idx will always denote an insertion point, that is, idx will never point into the middle of a cluster. The trail value can contain a positive value if the current cursor position is at the end of the current line. In this case, idx points past the last character of this line while trail contains the number of characters that are responsible for the line break such as newlines. The actual cursor position is always idx+trail where the visual cursor should be shown.

  8. data TableAnExtremelyFantasticallySuperLongNameChild

    persistent-test LongIdentifierTest

    No documentation available.

  9. TableAnExtremelyFantasticallySuperLongNameChild :: TableAnExtremelyFantasticallySuperLongNameParentId -> TableAnExtremelyFantasticallySuperLongNameChild

    persistent-test LongIdentifierTest

    No documentation available.

  10. type TableAnExtremelyFantasticallySuperLongNameChildId = Key TableAnExtremelyFantasticallySuperLongNameChild

    persistent-test LongIdentifierTest

    No documentation available.

Page 627 of many | Previous | Next