Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. setButtonImagePosition :: (MonadIO m, IsButton o) => o -> PositionType -> m ()

    gi-gtk3 GI.Gtk.Objects.Button

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

    set button [ #imagePosition := value ]
    

  2. setButtonLabel :: (MonadIO m, IsButton o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.Button

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

    set button [ #label := value ]
    

  3. setButtonRelief :: (MonadIO m, IsButton o) => o -> ReliefStyle -> m ()

    gi-gtk3 GI.Gtk.Objects.Button

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

    set button [ #relief := value ]
    

  4. setButtonUseStock :: (MonadIO m, IsButton o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Button

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

    set button [ #useStock := value ]
    

  5. setButtonUseUnderline :: (MonadIO m, IsButton o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Button

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

    set button [ #useUnderline := value ]
    

  6. setButtonXalign :: (MonadIO m, IsButton o) => o -> Float -> m ()

    gi-gtk3 GI.Gtk.Objects.Button

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

    set button [ #xalign := value ]
    

  7. setButtonYalign :: (MonadIO m, IsButton o) => o -> Float -> m ()

    gi-gtk3 GI.Gtk.Objects.Button

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

    set button [ #yalign := value ]
    

  8. setButtonBoxLayoutStyle :: (MonadIO m, IsButtonBox o) => o -> ButtonBoxStyle -> m ()

    gi-gtk3 GI.Gtk.Objects.ButtonBox

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

    set buttonBox [ #layoutStyle := value ]
    

  9. setCalendarDay :: (MonadIO m, IsCalendar o) => o -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.Calendar

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

    set calendar [ #day := value ]
    

  10. setCalendarDetailHeightRows :: (MonadIO m, IsCalendar o) => o -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.Calendar

    Set the value of the “detail-height-rows” property. When overloading is enabled, this is equivalent to

    set calendar [ #detailHeightRows := value ]
    

Page 489 of many | Previous | Next