diff --git a/doc/index.html b/doc/index.html index e07525e..d11c2fe 100644 --- a/doc/index.html +++ b/doc/index.html @@ -5,22 +5,99 @@
Button widget.
-MWDECL MwClass MwButtonClass;
-MWDECL MwClass MwButtonClass;
Core.
+#define MwDispatch(x, y)
+
+x
+y
+MWDECL MwWidget MwCreateWidget (
+ MwClass widget_class,
+ const char* name,
+ MwWidget parent,
+ int x,
+ int y,
+ unsigned int width,
+ unsigned int height
+);
+widget_class
+name
+parent
+NULL.
+x
+y
+width
+height
+