Current section

Files

Jump to
feedistiller src wx_const.erl
Raw

src/wx_const.erl

-module(wx_const).
-compile(export_all).
-include_lib("wx/include/wx.hrl").
wx_vertical() -> ?wxVERTICAL.
wx_expand() -> ?wxEXPAND.