mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-07-21 12:41:10 +02:00
Various documentation fixes for PseudoDC
This commit is contained in:
@@ -180,6 +180,8 @@ def replaceCppItems(line):
|
||||
|
||||
if 'wxString' in item:
|
||||
item = 'string'
|
||||
elif 'wxCoord' == item:
|
||||
item = 'int'
|
||||
elif item == 'char':
|
||||
item = 'int'
|
||||
elif item == 'double':
|
||||
|
Reference in New Issue
Block a user