GajuDesk/include/gdl.hrl
2026-04-06 10:59:45 +09:00

6 lines
174 B
Erlang

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