1//---------------------------------------------------------------------------
2// This file is generated by wxPython's SIP generator.  Do not edit by hand.
3//
4// Copyright: (c) 2018 by Total Control Software
5// License:   wxWindows License
6//
7// This file will be included by _propgrid.sip
8//
9//---------------------------------------------------------------------------
10
11//---------------------------------------------------------------------------
12
13typedef wxString wxPGCachedString;
14
15const int wxPG_INVALID_VALUE;
16const int wxPG_DONT_RECURSE;
17const int wxPG_BASE_OCT;
18const int wxPG_BASE_DEC;
19const int wxPG_BASE_HEX;
20const int wxPG_BASE_HEXL;
21const int wxPG_PREFIX_NONE;
22const int wxPG_PREFIX_0x;
23const int wxPG_PREFIX_DOLLAR_SIGN;
24enum wxPG_GETPROPERTYVALUES_FLAGS
25{
26    wxPG_KEEP_STRUCTURE,
27    wxPG_RECURSE,
28    wxPG_INC_ATTRIBUTES,
29    wxPG_RECURSE_STARTS,
30    wxPG_FORCE,
31    wxPG_SORT_TOP_LEVEL_ONLY
32};
33
34enum wxPG_MISC_ARG_FLAGS
35{
36    wxPG_FULL_VALUE,
37    wxPG_REPORT_ERROR,
38    wxPG_PROPERTY_SPECIFIC,
39    wxPG_EDITABLE_VALUE,
40    wxPG_COMPOSITE_FRAGMENT,
41    wxPG_UNEDITABLE_COMPOSITE_FRAGMENT,
42    wxPG_VALUE_IS_CURRENT,
43    wxPG_PROGRAMMATIC_VALUE
44};
45
46enum wxPG_SETVALUE_FLAGS
47{
48    wxPG_SETVAL_REFRESH_EDITOR,
49    wxPG_SETVAL_AGGREGATED,
50    wxPG_SETVAL_FROM_PARENT,
51    wxPG_SETVAL_BY_USER
52};
53
54%Extract(id=pycode_propgrid, order=15)
55PG_LABEL = "@!"
56PG_LABEL_STRING = PG_LABEL
57PG_NULL_BITMAP = wx.NullBitmap
58PG_COLOUR_BLACK = wx.BLACK
59PG_DEFAULT_IMAGE_SIZE = wx.Size(-1, -1)
60
61%End
62
63
64//---------------------------------------------------------------------------
65
66