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. setLockButtonTooltipNotAuthorized :: (MonadIO m, IsLockButton o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.LockButton

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

    set lockButton [ #tooltipNotAuthorized := value ]
    

  2. setLockButtonTooltipUnlock :: (MonadIO m, IsLockButton o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.LockButton

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

    set lockButton [ #tooltipUnlock := value ]
    

  3. setMenuAccelGroup :: (MonadIO m, IsMenu o, IsAccelGroup a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.Menu

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

    set menu [ #accelGroup := value ]
    

  4. setMenuAccelPath :: (MonadIO m, IsMenu o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.Menu

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

    set menu [ #accelPath := value ]
    

  5. setMenuActive :: (MonadIO m, IsMenu o) => o -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.Menu

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

    set menu [ #active := value ]
    

  6. setMenuAnchorHints :: (MonadIO m, IsMenu o) => o -> [AnchorHints] -> m ()

    gi-gtk3 GI.Gtk.Objects.Menu

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

    set menu [ #anchorHints := value ]
    

  7. setMenuAttachWidget :: (MonadIO m, IsMenu o, IsWidget a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.Menu

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

    set menu [ #attachWidget := value ]
    

  8. setMenuMenuTypeHint :: (MonadIO m, IsMenu o) => o -> WindowTypeHint -> m ()

    gi-gtk3 GI.Gtk.Objects.Menu

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

    set menu [ #menuTypeHint := value ]
    

  9. setMenuMonitor :: (MonadIO m, IsMenu o) => o -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.Menu

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

    set menu [ #monitor := value ]
    

  10. setMenuRectAnchorDx :: (MonadIO m, IsMenu o) => o -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.Menu

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

    set menu [ #rectAnchorDx := value ]
    

Page 524 of many | Previous | Next