Hoogle Search

Within Stackage Nightly 2026-06-28 (ghc-9.12.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setLockButtonTextUnlock :: (MonadIO m, IsLockButton o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set lockButton [ #textUnlock := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set lockButton [ #tooltipLock := value ]
    

  3. setLockButtonTooltipNotAuthorized :: (MonadIO m, IsLockButton o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set lockButton [ #tooltipNotAuthorized := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set lockButton [ #tooltipUnlock := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set menu [ #accelGroup := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set menu [ #accelPath := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set menu [ #active := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set menu [ #anchorHints := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set menu [ #attachWidget := value ]
    

  10. setMenuBarChildPackDirection :: (MonadIO m, IsMenuBar o) => o -> PackDirection -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set menuBar [ #childPackDirection := value ]
    

Page 126 of many | Previous | Next