| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GI.Gtk.Objects.EventControllerLegacy
Description
Documentation
newtype EventControllerLegacy #
Constructors
| EventControllerLegacy (ManagedPtr EventControllerLegacy) |
Instances
type EventControllerLegacyEventCallback = Event -> IO Bool #
data EventControllerLegacyEventSignalInfo #
Instances
| SignalInfo EventControllerLegacyEventSignalInfo | |||||
Defined in GI.Gtk.Objects.EventControllerLegacy Associated Types
Methods connectSignal :: GObject o => o -> (o -> HaskellCallbackType EventControllerLegacyEventSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId dbgSignalInfo :: Maybe ResolvedSymbolInfo | |||||
| type HaskellCallbackType EventControllerLegacyEventSignalInfo | |||||
Defined in GI.Gtk.Objects.EventControllerLegacy | |||||
class (GObject o, IsDescendantOf EventControllerLegacy o) => IsEventControllerLegacy o #
Instances
| (GObject o, IsDescendantOf EventControllerLegacy o) => IsEventControllerLegacy o | |
Defined in GI.Gtk.Objects.EventControllerLegacy | |
type family ResolveEventControllerLegacyMethod (t :: Symbol) o where ... #
Equations
afterEventControllerLegacyEvent :: (IsEventControllerLegacy a, MonadIO m) => a -> ((?self :: a) => EventControllerLegacyEventCallback) -> m SignalHandlerId #
eventControllerLegacyNew :: (HasCallStack, MonadIO m) => m EventControllerLegacy #
onEventControllerLegacyEvent :: (IsEventControllerLegacy a, MonadIO m) => a -> ((?self :: a) => EventControllerLegacyEventCallback) -> m SignalHandlerId #
toEventControllerLegacy :: (MonadIO m, IsEventControllerLegacy o) => o -> m EventControllerLegacy #