Added some missing constants

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-09-22 21:52:17 +00:00
parent 0bbf4cf70c
commit 0b2c06fef3
3 changed files with 10 additions and 0 deletions

View File

@@ -37,6 +37,12 @@
%pragma(python) code = "import wx"
//---------------------------------------------------------------------------
enum {
oglMETAFLAGS_OUTLINE,
oglMETAFLAGS_ATTACHMENTS
};
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------