]> Dogcows Code - chaz/openbox/blob - otk_c/rect.h
4d08828cb35514f9c388b72f243ea015fc9c623e
[chaz/openbox] / otk_c / rect.h
1 typedef struct {
2 int x, y, width, height;
3 } OtkRect;
4
5 PyObject *OtkRect_New(int x, int y, int width, int height);
This page took 0.030818 seconds and 4 git commands to generate.