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

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #acceptFocus := value ]
    

  2. setWindowApplication :: (MonadIO m, IsWindow o, IsApplication a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #application := value ]
    

  3. setWindowAttachedTo :: (MonadIO m, IsWindow o, IsWidget a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #attachedTo := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #decorated := value ]
    

  5. setWindowDefaultHeight :: (MonadIO m, IsWindow o) => o -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #defaultHeight := value ]
    

  6. setWindowDefaultWidth :: (MonadIO m, IsWindow o) => o -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #defaultWidth := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #deletable := value ]
    

  8. setWindowDestroyWithParent :: (MonadIO m, IsWindow o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Window

    Set the value of the “destroy-with-parent” property. When overloading is enabled, this is equivalent to

    set window [ #destroyWithParent := value ]
    

  9. setWindowFocusOnMap :: (MonadIO m, IsWindow o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #focusOnMap := value ]
    

  10. setWindowFocusVisible :: (MonadIO m, IsWindow o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #focusVisible := value ]
    

Page 575 of many | Previous | Next