tab widget

This commit is contained in:
Nishi 2026-05-07 18:30:24 +09:00
commit 1c2cd6e875
Signed by: nishi
GPG key ID: 27EF69B208EB9343
21 changed files with 451 additions and 51 deletions

View file

@ -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));