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