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.
type
FrameClockLayoutCallback = IO ()gi-gdk3 GI.Gdk.Objects.FrameClock This signal is emitted as the second step of toolkit and application processing of the frame. Any work to update sizes and positions of application elements should be performed. GTK+ normally handles this internally.
type
FrameClockPaintCallback = IO ()gi-gdk3 GI.Gdk.Objects.FrameClock This signal is emitted as the third step of toolkit and application processing of the frame. The frame is repainted. GDK normally handles this internally and produces expose events, which are turned into GTK+ GtkWidget::draw signals.
type
FrameClockResumeEventsCallback = IO ()gi-gdk3 GI.Gdk.Objects.FrameClock This signal is emitted after processing of the frame is finished, and is handled internally by GTK+ to resume normal event processing. Applications should not handle this signal.
type
FrameClockUpdateCallback = IO ()gi-gdk3 GI.Gdk.Objects.FrameClock This signal is emitted as the first step of toolkit and application processing of the frame. Animations should be updated using frameClockGetFrameTime. Applications can connect directly to this signal, or use gtk_widget_add_tick_callback() as a more convenient interface.
type
KeymapDirectionChangedCallback = IO ()gi-gdk3 GI.Gdk.Objects.Keymap The directionChanged signal gets emitted when the direction of the keymap changes. Since: 2.0
type
KeymapKeysChangedCallback = IO ()gi-gdk3 GI.Gdk.Objects.Keymap The keysChanged signal is emitted when the mapping represented by keymap changes. Since: 2.2
type
KeymapStateChangedCallback = IO ()gi-gdk3 GI.Gdk.Objects.Keymap The stateChanged signal is emitted when the state of the keyboard changes, e.g when Caps Lock is turned on or off. See keymapGetCapsLockState. Since: 2.16
type
MonitorInvalidateCallback = IO ()gi-gdk3 GI.Gdk.Objects.Monitor No description available in the introspection data.
type
ScreenCompositedChangedCallback = IO ()gi-gdk3 GI.Gdk.Objects.Screen The compositedChanged signal is emitted when the composited status of the screen changes Since: 2.10
type
ScreenMonitorsChangedCallback = IO ()gi-gdk3 GI.Gdk.Objects.Screen The monitorsChanged signal is emitted when the number, size or position of the monitors attached to the screen change. Only for X11 and OS X for now. A future implementation for Win32 may be a possibility. Since: 2.14