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. textViewGetHadjustment :: TextViewClass self => self -> IO Adjustment

    gtk3 Graphics.UI.Gtk.Multiline.TextView

    Gets the horizontal-scrolling Adjustment.

    • Available since Gtk+ version 2.22

  2. textViewGetJustification :: TextViewClass self => self -> IO Justification

    gtk3 Graphics.UI.Gtk.Multiline.TextView

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

  3. textViewGetVadjustment :: TextViewClass self => self -> IO Adjustment

    gtk3 Graphics.UI.Gtk.Multiline.TextView

    Gets the vertical-scrolling Adjustment.

    • Available since Gtk+ version 2.22

  4. textViewJustification :: TextViewClass self => Attr self Justification

    gtk3 Graphics.UI.Gtk.Multiline.TextView

    Left, right, or center justification. Default value: JustifyLeft

  5. textViewSetJustification :: TextViewClass self => self -> Justification -> IO ()

    gtk3 Graphics.UI.Gtk.Multiline.TextView

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

  6. scrolledWindowGetHAdjustment :: ScrolledWindowClass self => self -> IO Adjustment

    gtk3 Graphics.UI.Gtk.Scrolling.ScrolledWindow

    Returns the horizontal scrollbar's adjustment, used to connect the horizontal scrollbar to the child widget's horizontal scroll functionality.

  7. scrolledWindowGetVAdjustment :: ScrolledWindowClass self => self -> IO Adjustment

    gtk3 Graphics.UI.Gtk.Scrolling.ScrolledWindow

    Returns the vertical scrollbar's adjustment, used to connect the vertical scrollbar to the child widget's vertical scroll functionality.

  8. scrolledWindowHAdjustment :: ScrolledWindowClass self => Attr self Adjustment

    gtk3 Graphics.UI.Gtk.Scrolling.ScrolledWindow

    The Adjustment for the horizontal position.

  9. scrolledWindowSetHAdjustment :: ScrolledWindowClass self => self -> Adjustment -> IO ()

    gtk3 Graphics.UI.Gtk.Scrolling.ScrolledWindow

    Sets the Adjustment for the horizontal scrollbar.

  10. scrolledWindowSetVAdjustment :: ScrolledWindowClass self => self -> Adjustment -> IO ()

    gtk3 Graphics.UI.Gtk.Scrolling.ScrolledWindow

    Sets the Adjustment for the vertical scrollbar.

Page 132 of many | Previous | Next