guizh_checkbox.zh#

Variables#

const int

CB_TILE

const int

CB_CSET

const int

CB_TEXT

const int

CB_FONT

const int

CB_TEXT_COLOR

const int

CB_STATE

const int

CBSTATE_UNDER_MOUSE

const int

CBSTATE_CLICKED

const int

CBSTATE_CHECKED

Functions#

int

Checkbox_Create(int parent, int tile, int cset, int text, int font, int textColor)

void

Checkbox_Draw(int id, int x, int y)

void

Checkbox_OnMouseEnter(int id)

void

Checkbox_OnMouseExit(int id)

void

Checkbox_OnMousePress(int id)

void

Checkbox_OnMouseRelease(int id)

Variable descriptions#

const int CB_TILE = 0 🔗 Source


const int CB_CSET = 1 🔗 Source


const int CB_TEXT = 2 🔗 Source


const int CB_FONT = 3 🔗 Source


const int CB_TEXT_COLOR = 4 🔗 Source


const int CB_STATE = 5 🔗 Source


const int CBSTATE_UNDER_MOUSE = 1 🔗 Source


const int CBSTATE_CLICKED = 2 🔗 Source


const int CBSTATE_CHECKED = 4 🔗 Source


Function descriptions#

int Checkbox_Create(int parent, int tile, int cset, int text, int font, int textColor) 🔗 Source


void Checkbox_Draw(int id, int x, int y) 🔗 Source


void Checkbox_OnMouseEnter(int id) 🔗 Source


void Checkbox_OnMouseExit(int id) 🔗 Source


void Checkbox_OnMousePress(int id) 🔗 Source


void Checkbox_OnMouseRelease(int id) 🔗 Source