Hoogle Search

Within LTS Haskell 24.51 (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-gtk4 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-gtk4 GI.Gtk.Objects.TextView

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

    set textView [ #justification := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.TextView

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

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

    gi-gtk4 GI.Gtk.Objects.TextView

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

  5. containerFocusHAdjustment :: ContainerClass self => ReadWriteAttr self (Maybe Adjustment) Adjustment

    gtk Graphics.UI.Gtk.Abstract.Container

    'focusHadjustment' property. See containerGetFocusHAdjustment and containerSetFocusHAdjustment

  6. containerFocusVAdjustment :: ContainerClass self => ReadWriteAttr self (Maybe Adjustment) Adjustment

    gtk Graphics.UI.Gtk.Abstract.Container

    'focusVadjustment' property. See containerGetFocusVAdjustment and containerSetFocusVAdjustment

  7. containerGetFocusHAdjustment :: ContainerClass self => self -> IO (Maybe Adjustment)

    gtk Graphics.UI.Gtk.Abstract.Container

    Retrieves the horizontal focus adjustment for the container. See containerSetFocusHAdjustment.

  8. containerGetFocusVAdjustment :: ContainerClass self => self -> IO (Maybe Adjustment)

    gtk Graphics.UI.Gtk.Abstract.Container

    Retrieves the vertical focus adjustment for the container. See containerSetFocusVAdjustment.

  9. containerSetFocusHAdjustment :: ContainerClass self => self -> Adjustment -> IO ()

    gtk Graphics.UI.Gtk.Abstract.Container

    Hooks up an adjustment to focus handling in a container, so when a child of the container is focused, the adjustment is scrolled to show that widget. This function sets the horizontal alignment. See scrolledWindowGetHAdjustment for a typical way of obtaining the adjustment and containerSetFocusVAdjustment for setting the vertical adjustment. The adjustments have to be in pixel units and in the same coordinate system as the allocation for immediate children of the container.

  10. containerSetFocusVAdjustment :: ContainerClass self => self -> Adjustment -> IO ()

    gtk Graphics.UI.Gtk.Abstract.Container

    Hooks up an adjustment to focus handling in a container, so when a child of the container is focused, the adjustment is scrolled to show that widget. This function sets the vertical alignment. See scrolledWindowGetVAdjustment for a typical way of obtaining the adjustment and containerSetFocusHAdjustment for setting the horizontal adjustment. The adjustments have to be in pixel units and in the same coordinate system as the allocation for immediate children of the container.

Page 103 of many | Previous | Next