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