Skip to content

Commit

Permalink
Added rest
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Feb 12, 2016
1 parent 06101f2 commit 1406c12
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 1 deletion.
Empty file added animation.md
Empty file.
Empty file added backends-kha.md
Empty file.
Empty file added backends-luxe.md
Empty file.
Empty file added backends-nme.md
Empty file.
Empty file added backends-openfl.md
Empty file.
Empty file added binding.md
Empty file.
Empty file added events.md
Empty file.
Empty file added hello-world.md
Empty file.
Empty file added installing.md
Empty file.
Empty file added lifecycle.md
Empty file.
2 changes: 1 addition & 1 deletion modules.md
Expand Up @@ -90,7 +90,7 @@ HaxeUI supports a fully feature scripting environment provided via `hscript`. Th

The first slight annoyance is that in `hscript` you have to use fully qualified names since there is no such things as `import` statements. This means to create button dynamically in a HaxeUI `scriptlet` you would have to so something similar along then lines of:

```
```haxe
var button = new haxe.ui.components.Button();
```

Expand Down
Empty file added native.md
Empty file.
Empty file added scripting.md
Empty file.
Empty file added styling.md
Empty file.
18 changes: 18 additions & 0 deletions test.md
@@ -0,0 +1,18 @@
#TEST

The main issue

```haxe
class Test {
public function yu():Int {
return "30";
}
}
```


First Header | Second Header
------------- | -------------
Content Cell | Content Cell
Content Cell | Content Cell

Empty file added themes.md
Empty file.

0 comments on commit 1406c12

Please sign in to comment.