... | ... | @@ -26,6 +26,8 @@ and related sample programs to help you quickly grasp the relevant features. |
|
|
|
|
|
We call these documents "MiniGUI Supplementary Documents".
|
|
|
|
|
|
## Supplementaries
|
|
|
|
|
|
## Existing Documents
|
|
|
|
|
|
Due to the stability of the MiniGUI APIs, developers can continue to refer to the contents of the existing documents to understand and learn the basic concepts and interfaces of MiniGUI. These documents are organized on the old MiniGUI Wiki system:
|
... | ... | @@ -36,18 +38,30 @@ Due to the stability of the MiniGUI APIs, developers can continue to refer to th |
|
|
|
|
|
On the other hand, the API reference manuals are always consistent with the source code and are released with the source code packages. Here are the links to the API reference manual of MiniGUI Core and components:
|
|
|
|
|
|
### API Reference for MiniGUI 4.0.0
|
|
|
### API Reference for MiniGUI Core
|
|
|
|
|
|
* [MiniGUI 4.0 API Reference (MiniGUI-Processes mode)](http://www.minigui.com/doc-api-ref-minigui-procs-4.0.0/html/index.html) - The API reference for MiniGUI V4.0 multi-process runmode.
|
|
|
* MiniGUI 4.0 API Reference (MiniGUI-Threads mode) - The API reference for MiniGUI V4.0 multi-thread runmode.
|
|
|
* MiniGUI 4.0 API Reference (MiniGUI-Standalone mode) - The API reference for MiniGUI V4.0 standalone runmode.
|
|
|
* mGUtils 1.2 API Reference - The API reference for mGUtils V1.2.
|
|
|
* mGPlus 1.4 API Reference - The API reference for mGUtils V1.4.
|
|
|
* mGEff 1.2 API Reference - The API reference for mGEff V1.2.
|
|
|
* mGNCS 1.2 API Reference - The API reference for mGNCS V1.2.
|
|
|
* mGNCS 4Touch 1.2 API Reference - The API reference for mGNCS4Touch V1.2.
|
|
|
* [MiniGUI 4.0 API Reference (MiniGUI-Threads mode)](http://www.minigui.com/doc-api-ref-minigui-ths-4.0.0/html/index.html) - The API reference for MiniGUI V4.0 multi-thread runmode.
|
|
|
* [MiniGUI 4.0 API Reference (MiniGUI-Standalone mode)](http://www.minigui.com/doc-api-ref-minigui-sa-4.0.0/html/index.html) - The API reference for MiniGUI V4.0 standalone runmode.
|
|
|
* [MiniGUI 3.2 API Reference (MiniGUI-Processes mode)](http://www.minigui.com/api_ref/minigui-3.2.0/procs/index.html) - The API reference for MiniGUI V3.2 multi-process runmode.
|
|
|
* [MiniGUI 3.2 API Reference (MiniGUI-Threads mode)](http://www.minigui.com/api_ref/minigui-3.2.0/ths/index.html) - The API reference for MiniGUI V3.2 multi-thread runmode.
|
|
|
* [MiniGUI 3.2 API Reference (MiniGUI-Standalone mode)](http://www.minigui.com/api_ref/minigui-3.2.0/sa/index.html) - The API reference for MiniGUI V3.2 standalone runmode.
|
|
|
|
|
|
|
|
|
### API Reference for MiniGUI 3.2.2
|
|
|
### API Reference for MiniGUI Components
|
|
|
|
|
|
* [mGUtils 1.2 API Reference](http://www.minigui.com/doc-api-ref-mgutils-1.2.2/html/index.html) - The API reference for mGUtils V1.2.
|
|
|
* [mGPlus 1.4 API Reference](http://www.minigui.com/doc-api-ref-mgplus-1.4.0/html/index.html) - The API reference for mGUtils V1.4.
|
|
|
* [mGEff 1.2 API Reference](http://www.minigui.com/doc-api-ref-mgeff-1.2.1/html/index.html) - The API reference for mGEff V1.2.
|
|
|
* [mGNCS 1.2 API Reference](http://www.minigui.com/doc-api-ref-mgncs-1.2.4/html/index.html) - The API reference for mGNCS V1.2.
|
|
|
* [mGNCS4Touch 1.2 API Reference](http://www.minigui.com/doc-api-ref-mgncs4touch-1.2.2/html/index.html) - The API reference for mGNCS4Touch V1.2.
|
|
|
|
|
|
### Release Notes
|
|
|
|
|
|
* [MiniGUI Core](https://github.com/VincentWei/minigui/blob/master/RELEASE-NOTES.md)
|
|
|
* [mGUtils](https://github.com/VincentWei/mgutils/blob/master/RELEASE-NOTES.md)
|
|
|
* [mGPlus](https://github.com/VincentWei/mgplus/blob/master/RELEASE-NOTES.md)
|
|
|
* [mGEff](https://github.com/VincentWei/mgeff/blob/master/RELEASE-NOTES.md)
|
|
|
* [mGNCS](https://github.com/VincentWei/mgncs/blob/master/RELEASE-NOTES.md)
|
|
|
* [mGNCS4Touch](https://github.com/VincentWei/mgncs4touch/blob/master/RELEASE-NOTES.md)
|
|
|
|