Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. afterMenuMoveScroll :: (IsMenu a, MonadIO m) => a -> ((?self :: a) => MenuMoveScrollCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Objects.Menu

    Connect a signal handler for the moveScroll signal, to be run after the default handler. When overloading is enabled, this is equivalent to

    after menu #moveScroll callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

  2. constructMenuMenuTypeHint :: (IsMenu o, MonadIO m) => WindowTypeHint -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Menu

    Construct a GValueConstruct with valid value for the “menu-type-hint” property. This is rarely needed directly, but it is used by new.

  3. constructMenuMonitor :: (IsMenu o, MonadIO m) => Int32 -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Menu

    Construct a GValueConstruct with valid value for the “monitor” property. This is rarely needed directly, but it is used by new.

  4. getMenuMenuTypeHint :: (MonadIO m, IsMenu o) => o -> m WindowTypeHint

    gi-gtk3 GI.Gtk.Objects.Menu

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

    get menu #menuTypeHint
    

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

    gi-gtk3 GI.Gtk.Objects.Menu

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

    get menu #monitor
    

  6. onMenuMoveScroll :: (IsMenu a, MonadIO m) => a -> ((?self :: a) => MenuMoveScrollCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Objects.Menu

    Connect a signal handler for the moveScroll signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on menu #moveScroll callback
    

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

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

  9. clearMenuButtonMenuModel :: (MonadIO m, IsMenuButton o) => o -> m ()

    gi-gtk3 GI.Gtk.Objects.MenuButton

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

    clear #menuModel
    

  10. constructMenuButtonMenuModel :: (IsMenuButton o, MonadIO m, IsMenuModel a) => a -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.MenuButton

    Construct a GValueConstruct with valid value for the “menu-model” property. This is rarely needed directly, but it is used by new.

Page 173 of many | Previous | Next