Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

changeCheckBoxSize()

Mammad900 edited this page Nov 4, 2020 · 1 revision

changeCheckBoxSize(page, index, value)

Summary

Changes the size of a check-box (makes it bigger or smaller)

Parameters

  1. page (int) : The number of the page which contains the check-box
  2. index (int) : Index of the check-box relative to it's containing page.
  3. value (uint16_t) : The new size, either SIZE9PT18PX, SIZE12PT28PX, SIZE18PT42PX or SIZE24PT56PX

Returns

Nothing

Clone this wiki locally