Files
GajuDesk/include/gdl.hrl
T
2026-04-29 12:55:26 +09:00

6 lines
185 B
Erlang

% Widgets
-record(w,
{name = none :: string() | atom() | {FunName :: binary(), call | dryr},
id = 0 :: integer(),
wx = none :: none | wx:wx_object()}).