HomeForumSourceResearchGuide
Sign in to contribute to source. how it works
Type definition file ui.Label by barry
expand copy to clipboardexpand
/*
{ "description" : "A renderable piece of text on a grapical interface." }
*/

uses GraphicsObject
uses Rect
uses Color
uses Font

interface Label extends GraphicsObject{
	Label(char text[])
	void setFont(store Font f)
	void setText(char text[])
	void setColor(store Color c)
	}
Revision history
To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n ui.Label -m "reason for update" -u yourUsername
Version 2 by barry
Version 1 (this version) by barry
Notes for this version: Standard Library Initialisation