Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. getTextViewJustification :: (MonadIO m, IsTextView o) => o -> m Justification

    gi-gtk3 GI.Gtk.Objects.TextView

    Get the value of the “justification” property. When overloading is enabled, this is equivalent to

    get textView #justification
    

  2. setTextViewJustification :: (MonadIO m, IsTextView o) => o -> Justification -> m ()

    gi-gtk3 GI.Gtk.Objects.TextView

    Set the value of the “justification” property. When overloading is enabled, this is equivalent to

    set textView [ #justification := value ]
    

  3. textViewGetHadjustment :: (HasCallStack, MonadIO m, IsTextView a) => a -> m Adjustment

    gi-gtk3 GI.Gtk.Objects.TextView

    Deprecated: (Since version 3.0)Use scrollableGetHadjustment

  4. textViewGetJustification :: (HasCallStack, MonadIO m, IsTextView a) => a -> m Justification

    gi-gtk3 GI.Gtk.Objects.TextView

    Gets the default justification of paragraphs in textView. Tags in the buffer may override the default.

  5. textViewGetVadjustment :: (HasCallStack, MonadIO m, IsTextView a) => a -> m Adjustment

    gi-gtk3 GI.Gtk.Objects.TextView

    Deprecated: (Since version 3.0)Use scrollableGetVadjustment

  6. textViewSetJustification :: (HasCallStack, MonadIO m, IsTextView a) => a -> Justification -> m ()

    gi-gtk3 GI.Gtk.Objects.TextView

    Sets the default justification of text in textView. Tags in the view’s buffer may override the default.

  7. toolPaletteGetHadjustment :: (HasCallStack, MonadIO m, IsToolPalette a) => a -> m Adjustment

    gi-gtk3 GI.Gtk.Objects.ToolPalette

    Deprecated: (Since version 3.0)Use scrollableGetHadjustment

  8. toolPaletteGetVadjustment :: (HasCallStack, MonadIO m, IsToolPalette a) => a -> m Adjustment

    gi-gtk3 GI.Gtk.Objects.ToolPalette

    Deprecated: (Since version 3.0)Use scrollableGetVadjustment

  9. treeViewGetHadjustment :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m Adjustment

    gi-gtk3 GI.Gtk.Objects.TreeView

    Deprecated: (Since version 3.0)Use scrollableGetHadjustment

  10. treeViewGetVadjustment :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m Adjustment

    gi-gtk3 GI.Gtk.Objects.TreeView

    Deprecated: (Since version 3.0)Use scrollableGetVadjustment

Page 88 of many | Previous | Next