Skip to content

Instantly share code, notes, and snippets.

@knewter
Created April 24, 2014 01:37
Show Gist options
  • Save knewter/11238593 to your computer and use it in GitHub Desktop.
Save knewter/11238593 to your computer and use it in GitHub Desktop.
-module(wx_const).
-compile(export_all).
-include_lib("wx/include/wx.hrl").
wx_horizontal() ->
?wxHORIZONTAL.
wx_vertical() ->
?wxVERTICAL.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment