5 lines
116 B
C
5 lines
116 B
C
typedef struct {
|
|
int x, y, width, height;
|
|
} OtkRect;
|
|
|
|
PyObject *OtkRect_New(int x, int y, int width, int height);
|