Current section
Files
Jump to
Current section
Files
src/wx_const.erl
-module(wx_const).
-compile(export_all).
-include_lib("wx/include/wx.hrl").
wx_vertical() -> ?wxVERTICAL.
wx_expand() -> ?wxEXPAND.