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

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #skipPagerHint := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #skipTaskbarHint := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #startupId := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #title := value ]
    

  5. setWindowTransientFor :: (MonadIO m, IsWindow o, IsWindow a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #transientFor := value ]
    

  6. setWindowTypeHint :: (MonadIO m, IsWindow o) => o -> WindowTypeHint -> m ()

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #typeHint := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #urgencyHint := value ]
    

  8. setWindowWindowPosition :: (MonadIO m, IsWindow o) => o -> WindowPosition -> m ()

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #windowPosition := value ]
    

  9. setAccelGroupEntryAccelPathQuark :: MonadIO m => AccelGroupEntry -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Structs.AccelGroupEntry

    Set the value of the “accel_path_quark” field. When overloading is enabled, this is equivalent to

    set accelGroupEntry [ #accelPathQuark := value ]
    

  10. setAccelGroupEntryClosure :: MonadIO m => AccelGroupEntry -> Ptr (GClosure ()) -> m ()

    gi-gtk3 GI.Gtk.Structs.AccelGroupEntry

    Set the value of the “closure” field. When overloading is enabled, this is equivalent to

    set accelGroupEntry [ #closure := value ]
    

Page 577 of many | Previous | Next