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

    gi-gtk4 GI.Gtk.Objects.Window

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

    set window [ #handleMenubarAccel := value ]
    

  2. setWindowHideOnClose :: (MonadIO m, IsWindow o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Window

    Set the value of the “hide-on-close” property. When overloading is enabled, this is equivalent to

    set window [ #hideOnClose := value ]
    

  3. setWindowIconName :: (MonadIO m, IsWindow o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.Window

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

    set window [ #iconName := value ]
    

  4. setWindowMaximized :: (MonadIO m, IsWindow o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Window

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

    set window [ #maximized := value ]
    

  5. setWindowMnemonicsVisible :: (MonadIO m, IsWindow o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Window

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

    set window [ #mnemonicsVisible := value ]
    

  6. setWindowModal :: (MonadIO m, IsWindow o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Window

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

    set window [ #modal := value ]
    

  7. setWindowResizable :: (MonadIO m, IsWindow o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Window

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

    set window [ #resizable := value ]
    

  8. setWindowStartupId :: (MonadIO m, IsWindow o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.Window

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

    set window [ #startupId := value ]
    

  9. setWindowTitle :: (MonadIO m, IsWindow o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.Window

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

    set window [ #title := value ]
    

  10. setWindowTitlebar :: (MonadIO m, IsWindow o, IsWidget a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.Window

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

    set window [ #titlebar := value ]
    

Page 707 of many | Previous | Next