summaryrefslogtreecommitdiff
path: root/gtk/gtknative.h
Commit message (Collapse)AuthorAgeFilesLines
* Change coordinate translation apis to take doublesMatthias Clasen2020-05-171-4/+4
| | | | | | Change gtk_widget_translate_coordinates and gtk_native_get_surface_transform to operate on doubles. Update all callers.
* native: Make gtk_native_get_surface_transform publicMatthias Clasen2020-05-171-0/+5
| | | | | This api is needed to translate between surface and widget coordinates.
* Introduce GtkNativeMatthias Clasen2019-05-281-0/+72
Split off the parts of GtkRoot that are specific to widgets having a surface into the GtkNative interface.