This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
gtk2
Watch
1
Star
0
Fork
0
You've already forked gtk2
forked from
AuroraMiddleware/gtk
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
3023a61e1d
gtk2
/
gdk
/
gdkmarshalers.list
5 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
surface: Add marshallers for new events This way, sysprof can profile through the signal emission, and for signals this low in the stack, this is very useful.
2019-05-28 17:18:35 +00:00
BOOLEAN:BOXED
BOOLEAN:OBJECT
x11: Refactor xevent filtering some more We now have a GdkX11Display::xevent signal that gets emitted for every XEvent and allows you to interrupt processing via TRUE/FALSE return values. These return values to correspond to GDK_FILTER_REMOVE and GDK_FILTER_CONTINUE respectively. The GDK_FILTER_TRANSLATE case from gdk_window_add_filter() is now meant to be handled via gdk_display_put_event().
2017-12-13 00:53:17 +00:00
BOOLEAN:POINTER
gdkwindow: add gdk_window_move_to_rect () https://bugzilla.gnome.org/show_bug.cgi?id=756579
2016-06-15 15:00:38 +00:00
VOID:POINTER,POINTER,BOOLEAN,BOOLEAN
Reference in New Issue
Copy Permalink