forked from pyrite-dev/milsko
tab widget
This commit is contained in:
parent
6eefe44f6f
commit
1c2cd6e875
21 changed files with 451 additions and 51 deletions
|
|
@ -57,6 +57,8 @@ MwBool (*MwLLDoModern)(MwLL handle) = NULL;
|
|||
|
||||
void (*MwLLRaise)(MwLL handle) = NULL;
|
||||
|
||||
void (*MwLLClip)(MwLL handle, MwRect* rect) = NULL;
|
||||
|
||||
void MwLLCreateCommon(MwLL handle) {
|
||||
handle->common.handler = malloc(sizeof(*handle->common.handler));
|
||||
memset(handle->common.handler, 0, sizeof(*handle->common.handler));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue