This commit is contained in:
2026-04-29 12:55:26 +09:00
parent 0a671e7c9c
commit d1ee4c6a24
4 changed files with 24 additions and 17 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
% Widgets
-record(w,
{name = none :: atom() | {FunName :: binary(), call | dryr},
{name = none :: string() | atom() | {FunName :: binary(), call | dryr},
id = 0 :: integer(),
wx = none :: none | wx:wx_object()}).