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

    gi-gtk4 GI.Gtk.Objects.ApplicationWindow

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

    set applicationWindow [ #showMenubar := value ]
    

  2. setAspectFrameChild :: (MonadIO m, IsAspectFrame o, IsWidget a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.AspectFrame

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

    set aspectFrame [ #child := value ]
    

  3. setAspectFrameObeyChild :: (MonadIO m, IsAspectFrame o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.AspectFrame

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

    set aspectFrame [ #obeyChild := value ]
    

  4. setAspectFrameRatio :: (MonadIO m, IsAspectFrame o) => o -> Float -> m ()

    gi-gtk4 GI.Gtk.Objects.AspectFrame

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

    set aspectFrame [ #ratio := value ]
    

  5. setAspectFrameXalign :: (MonadIO m, IsAspectFrame o) => o -> Float -> m ()

    gi-gtk4 GI.Gtk.Objects.AspectFrame

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

    set aspectFrame [ #xalign := value ]
    

  6. setAspectFrameYalign :: (MonadIO m, IsAspectFrame o) => o -> Float -> m ()

    gi-gtk4 GI.Gtk.Objects.AspectFrame

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

    set aspectFrame [ #yalign := value ]
    

  7. setAssistantPageComplete :: (MonadIO m, IsAssistantPage o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.AssistantPage

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

    set assistantPage [ #complete := value ]
    

  8. setAssistantPagePageType :: (MonadIO m, IsAssistantPage o) => o -> AssistantPageType -> m ()

    gi-gtk4 GI.Gtk.Objects.AssistantPage

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

    set assistantPage [ #pageType := value ]
    

  9. setAssistantPageTitle :: (MonadIO m, IsAssistantPage o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.AssistantPage

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

    set assistantPage [ #title := value ]
    

  10. setBookmarkListAttributes :: (MonadIO m, IsBookmarkList o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.BookmarkList

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

    set bookmarkList [ #attributes := value ]
    

Page 610 of many | Previous | Next