Hoogle Search

Within Stackage Nightly 2026-06-22 (ghc-9.12.4)

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

  1. setAlignmentTopPadding :: (MonadIO m, IsAlignment o) => o -> Word32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set alignment [ #topPadding := value ]
    

  2. setAlignmentXalign :: (MonadIO m, IsAlignment o) => o -> Float -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set alignment [ #xalign := value ]
    

  3. setAlignmentXscale :: (MonadIO m, IsAlignment o) => o -> Float -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set alignment [ #xscale := value ]
    

  4. setAlignmentYalign :: (MonadIO m, IsAlignment o) => o -> Float -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set alignment [ #yalign := value ]
    

  5. setAlignmentYscale :: (MonadIO m, IsAlignment o) => o -> Float -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set alignment [ #yscale := value ]
    

  6. setAppChooserButtonHeading :: (MonadIO m, IsAppChooserButton o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set appChooserButton [ #heading := value ]
    

  7. setAppChooserButtonShowDefaultItem :: (MonadIO m, IsAppChooserButton o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “show-default-item” property. When overloading is enabled, this is equivalent to

    set appChooserButton [ #showDefaultItem := value ]
    

  8. setAppChooserButtonShowDialogItem :: (MonadIO m, IsAppChooserButton o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “show-dialog-item” property. When overloading is enabled, this is equivalent to

    set appChooserButton [ #showDialogItem := value ]
    

  9. setAppChooserDialogHeading :: (MonadIO m, IsAppChooserDialog o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set appChooserDialog [ #heading := value ]
    

  10. setAppChooserWidgetDefaultText :: (MonadIO m, IsAppChooserWidget o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set appChooserWidget [ #defaultText := value ]
    

Page 79 of many | Previous | Next