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

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #gravity := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #hasResizeGrip := value ]
    

  3. setWindowHideTitlebarWhenMaximized :: (MonadIO m, IsWindow o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #hideTitlebarWhenMaximized := value ]
    

  4. setWindowIcon :: (MonadIO m, IsWindow o, IsPixbuf a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #icon := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #iconName := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #mnemonicsVisible := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #modal := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #resizable := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #role := value ]
    

  10. setWindowScreen :: (MonadIO m, IsWindow o, IsScreen a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #screen := value ]
    

Page 576 of many | Previous | Next