TkGS Specification - Coordinates system

Introduction

[TO BE WRITTEN]

Structures


TkGS_Point
TkGS_Rectangle
Description
These are cross-platform structures intended to replace current X-specific structures such as XPoint and XRectangle.
Structure
struct TkGS_Point {
    int x, y;
}

struct TkGS_Rectangle {
    int x, y;  
    unsigned int width, height;
}

Functions

[NONE FOR NOW]

TODO