mirror of
https://github.com/blondie7575/WeeGUI.git
synced 2025-01-25 06:31:26 +00:00
Markdown test
This commit is contained in:
parent
138ebcddcb
commit
56f2461b64
@ -317,8 +317,10 @@ These routines are used for creating, modifying, and working with views.
|
||||
Creates a new WeeGUI view. Up to 16 are allowed in one program. If a view is created with the same ID as a previous view, the previous view is destroyed. Views are not shown when created. Call *WGPaintView* to display it.
|
||||
|
||||
|
||||
<table><tr><td>Hello</td><td>
|
||||
World</td></tr></table>
|
||||
<table>
|
||||
<tr><td>Hello</td><td>
|
||||
World</td></tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user