Empirical
Classes | Namespaces
Text.h File Reference

Specs for the Text widget. More...

#include "../tools/DynamicString.h"
#include "Widget.h"

Go to the source code of this file.

Classes

class  emp::web::Text
 A Text widget handles putting text on a web page that can be controlled and modified. More...
 
class  emp::web::Text::TextInfo
 

Namespaces

 emp
 If we are in emscripten, make sure to include the header.
 
 emp::web
 

Detailed Description

Specs for the Text widget.

Note
This file is part of Empirical, https://github.com/devosoft/Empirical
Date
2015-2017

A representation of text on a web page. Text Widgets can be included inside of Divs or Tables to cordon off a section of text (and will be automatically created when text is streamed into these other widgets). The primary benefit of explicitly creating your own text widget is to control the text style.