WIP
This commit is contained in:
+2
-5
@@ -17,13 +17,9 @@
|
||||
handle_call/3, handle_cast/2, handle_info/2, handle_event/2]).
|
||||
-include("$zx_include/zx_logger.hrl").
|
||||
-include("gd.hrl").
|
||||
-include("gdl.hrl").
|
||||
|
||||
|
||||
-record(w,
|
||||
{name = none :: atom(),
|
||||
id = 0 :: integer(),
|
||||
wx = none :: none | wx:wx_object()}).
|
||||
|
||||
-record(h,
|
||||
{win = none :: none | wx:wx_object(),
|
||||
sz = none :: none | wx:wx_object()}).
|
||||
@@ -337,6 +333,7 @@ handle_event(Event, State) ->
|
||||
|
||||
|
||||
handle_troubling(#s{frame = Frame}, Info) ->
|
||||
ok = wxFrame:raise(Frame),
|
||||
zxw:show_message(Frame, Info).
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user