gtk2/gtk/gtknativeprivate.h
Matthias Clasen 12a16a298b Introduce GtkNative
Split off the parts of GtkRoot that are specific
to widgets having a surface into the GtkNative
interface.
2019-05-28 19:54:32 +00:00

15 lines
348 B
C

#ifndef __GTK_NATIVE_PRIVATE_H__
#define __GTK_NATIVE_PRIVATE_H__
#include "gtknative.h"
G_BEGIN_DECLS
void gtk_native_get_surface_transform (GtkNative *self,
int *x,
int *y);
G_END_DECLS
#endif /* __GTK_NATIVE_PRIVATE_H__ */