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. setBoxLayoutSpacing :: (MonadIO m, IsBoxLayout o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.BoxLayout

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

    set boxLayout [ #spacing := value ]
    

  2. setBuilderCurrentObject :: (MonadIO m, IsBuilder o, IsObject a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.Builder

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

    set builder [ #currentObject := value ]
    

  3. setBuilderScope :: (MonadIO m, IsBuilder o, IsBuilderScope a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.Builder

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

    set builder [ #scope := value ]
    

  4. setBuilderTranslationDomain :: (MonadIO m, IsBuilder o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.Builder

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

    set builder [ #translationDomain := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.Button

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

    set button [ #canShrink := value ]
    

  6. setButtonChild :: (MonadIO m, IsButton o, IsWidget a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.Button

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

    set button [ #child := value ]
    

  7. setButtonHasFrame :: (MonadIO m, IsButton o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Button

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

    set button [ #hasFrame := value ]
    

  8. setButtonIconName :: (MonadIO m, IsButton o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.Button

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

    set button [ #iconName := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.Button

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

    set button [ #label := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.Button

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

    set button [ #useUnderline := value ]
    

Page 612 of many | Previous | Next