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. pattern STOCK_JUSTIFY_FILL :: Text

    gi-gtk3 GI.Gtk.Constants

    Deprecated: (Since version 3.10)Use named icon "format-justify-fill".

  2. pattern STOCK_JUSTIFY_LEFT :: Text

    gi-gtk3 GI.Gtk.Constants

    Deprecated: (Since version 3.10)Use named icon "format-justify-left".

  3. pattern STOCK_JUSTIFY_RIGHT :: Text

    gi-gtk3 GI.Gtk.Constants

    Deprecated: (Since version 3.10)Use named icon "format-justify-right".

  4. AnotherJustification :: Int -> Justification

    gi-gtk3 GI.Gtk.Enums

    Catch-all for unknown values

  5. clearScrollableHadjustment :: (MonadIO m, IsScrollable o) => o -> m ()

    gi-gtk3 GI.Gtk.Interfaces.Scrollable

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

    clear #hadjustment
    

  6. clearScrollableVadjustment :: (MonadIO m, IsScrollable o) => o -> m ()

    gi-gtk3 GI.Gtk.Interfaces.Scrollable

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

    clear #vadjustment
    

  7. constructScrollableHadjustment :: (IsScrollable o, MonadIO m, IsAdjustment a) => a -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Interfaces.Scrollable

    Construct a GValueConstruct with valid value for the “hadjustment” property. This is rarely needed directly, but it is used by new.

  8. constructScrollableVadjustment :: (IsScrollable o, MonadIO m, IsAdjustment a) => a -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Interfaces.Scrollable

    Construct a GValueConstruct with valid value for the “vadjustment” property. This is rarely needed directly, but it is used by new.

  9. getScrollableHadjustment :: (MonadIO m, IsScrollable o) => o -> m Adjustment

    gi-gtk3 GI.Gtk.Interfaces.Scrollable

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

    get scrollable #hadjustment
    

  10. getScrollableVadjustment :: (MonadIO m, IsScrollable o) => o -> m Adjustment

    gi-gtk3 GI.Gtk.Interfaces.Scrollable

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

    get scrollable #vadjustment
    

Page 75 of many | Previous | Next