Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 339 Bytes

Canvas.md

File metadata and controls

14 lines (11 loc) · 339 Bytes

Canvas Widget

The Canvas widget provides a drawing area for graphics, shapes, and custom rendering.

Example

use PhpGui\Widget\Canvas;
$canvas = new Canvas('parentId');

Details

  • Typically used for custom drawings.
  • Can be modified using additional Tcl commands.
  • Offers a flexible area for graphical content.