Hoogle Search

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

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-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 ]
    

  2. 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 ]
    

  3. 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 ]
    

  4. 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 ]
    

  5. 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 ]
    

  6. 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 ]
    

  7. 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 ]
    

  8. 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 ]
    

  9. setMenuBarPackDirection :: (MonadIO m, IsMenuBar o) => o -> PackDirection -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set menuBar [ #packDirection := value ]
    

  10. setMenuButtonAlignWidget :: (MonadIO m, IsMenuButton o, IsContainer a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set menuButton [ #alignWidget := value ]
    

Page 124 of many | Previous | Next