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. setFontButtonUseSize :: (MonadIO m, IsFontButton o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.FontButton

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

    set fontButton [ #useSize := value ]
    

  2. setFontSelectionFontName :: (MonadIO m, IsFontSelection o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.FontSelection

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

    set fontSelection [ #fontName := value ]
    

  3. setFontSelectionPreviewText :: (MonadIO m, IsFontSelection o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.FontSelection

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

    set fontSelection [ #previewText := value ]
    

  4. setFrameLabel :: (MonadIO m, IsFrame o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.Frame

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

    set frame [ #label := value ]
    

  5. setFrameLabelWidget :: (MonadIO m, IsFrame o, IsWidget a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.Frame

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

    set frame [ #labelWidget := value ]
    

  6. setFrameLabelXalign :: (MonadIO m, IsFrame o) => o -> Float -> m ()

    gi-gtk3 GI.Gtk.Objects.Frame

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

    set frame [ #labelXalign := value ]
    

  7. setFrameLabelYalign :: (MonadIO m, IsFrame o) => o -> Float -> m ()

    gi-gtk3 GI.Gtk.Objects.Frame

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

    set frame [ #labelYalign := value ]
    

  8. setFrameShadowType :: (MonadIO m, IsFrame o) => o -> ShadowType -> m ()

    gi-gtk3 GI.Gtk.Objects.Frame

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

    set frame [ #shadowType := value ]
    

  9. setGLAreaAutoRender :: (MonadIO m, IsGLArea o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.GLArea

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

    set gLArea [ #autoRender := value ]
    

  10. setGLAreaHasAlpha :: (MonadIO m, IsGLArea o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.GLArea

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

    set gLArea [ #hasAlpha := value ]
    

Page 513 of many | Previous | Next