Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvisteach committed Dec 10, 2017
1 parent c092490 commit 8dddd37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/mkdocs/docs/pythonSubWindows.md
Expand Up @@ -81,7 +81,7 @@ app.go(startWindow="Login")
Used to hide the specified *SubWindow*.
This will not destroy the *SubWindow*, so it can be shown again later.
By default it bypasses any `stopFunction`.
Set `useStopFucntion` to be True or call `.confirmHideSubWindow()` to use the `stopFunction`.
Set `useStopFunction` to be True or call `.confirmHideSubWindow()` to use the `stopFunction`.

* `.destroySubWindow(title)`
This will hide and permanently destroy the specified *SubWindow*.
Expand Down
2 changes: 1 addition & 1 deletion docs/mkdocs/docs/whatsNew.md
Expand Up @@ -3,7 +3,7 @@

## Version 0.9
* Introduciton of alternative [widget access functions](/simpleAppJar) ([#235](https://github.com/jarvisteach/appJar/issues/235)) - now possible to **ADD**, **SET** & **GET** widgets by just using their name.
* Big improvements to [grids](/pythonDevWidgets/#grid) - can add/remove/replace rows/columns, can sort data, can access a right-click menu.
* Big improvements to [grids](/pythonDevWidgets/#grid) - can add/remove/replace rows/columns, can sort data, can access a right-click menu, can connect to an sqlite database.
* Introduction of appJar [settings](/pythonSettings/) - can now save/load GUI state to/from file.
* More [ttk](/pythonTtk) improvements - grouped widgets now work, introduced external themes.

Expand Down

0 comments on commit 8dddd37

Please sign in to comment.