Various fixes and tweaks to go with the wxWidgets update

This commit is contained in:
Robin Dunn
2019-07-31 12:20:00 -07:00
parent d9e8f44698
commit f7ff075f45
10 changed files with 44 additions and 10 deletions

View File

@@ -967,6 +967,7 @@
"EditableListBox":"wx.adv.",
"EditableListBoxNameStr":"wx.adv.",
"EditableStateFlags":"wx.propgrid.PropertyGridInterface.",
"EditorDialogProperty":"wx.propgrid.",
"EllipsizeFlags":"wx.",
"EllipsizeMode":"wx.",
"EmptyBitmap":"wx.",
@@ -1008,6 +1009,7 @@
"FD_OVERWRITE_PROMPT":"wx.",
"FD_PREVIEW":"wx.",
"FD_SAVE":"wx.",
"FD_SHOW_HIDDEN":"wx.",
"FFont":"wx.",
"FIXED_LENGTH":"wx.",
"FIXED_MINSIZE":"wx.",
@@ -1451,6 +1453,7 @@
"GridTableMessage":"wx.grid.",
"GridTableRequest":"wx.grid.",
"GridUpdateLocker":"wx.grid.",
"GridWindow":"wx.grid.",
"HDR_SORT_ICON_DOWN":"wx.",
"HDR_SORT_ICON_NONE":"wx.",
"HDR_SORT_ICON_UP":"wx.",
@@ -2517,6 +2520,7 @@
"NullPen":"wx.",
"NullRegion":"wx.",
"NumberEntryDialog":"wx.",
"NumericProperty":"wx.propgrid.",
"NumericPropertyValidator":"wx.propgrid.",
"NumericType":"wx.propgrid.NumericPropertyValidator.",
"OBJID_ALERT":"wx.",
@@ -2856,6 +2860,7 @@
"PG_PROPERTY_VALIDATION_ERROR_MESSAGE":"wx.propgrid.",
"PG_PROPERTY_VALIDATION_SATURATE":"wx.propgrid.",
"PG_PROPERTY_VALIDATION_WRAP":"wx.propgrid.",
"PG_PROP_ACTIVE_BTN":"wx.propgrid.",
"PG_PROP_AGGREGATE":"wx.propgrid.",
"PG_PROP_AUTO_UNSPECIFIED":"wx.propgrid.",
"PG_PROP_BEING_DELETED":"wx.propgrid.",
@@ -6128,6 +6133,8 @@
"StripMenuCodes":"wx.",
"Strip_Accel":"wx.",
"Strip_All":"wx.",
"Strip_CJKMnemonics":"wx.",
"Strip_Menu":"wx.",
"Strip_Mnemonics":"wx.",
"StyledTextCtrl":"wx.stc.",
"StyledTextEvent":"wx.stc.",
@@ -6253,6 +6260,10 @@
"TEXT_ATTR_RIGHT_INDENT":"wx.",
"TEXT_ATTR_TABS":"wx.",
"TEXT_ATTR_TEXT_COLOUR":"wx.",
"TEXT_ATTR_UNDERLINE_DOUBLE":"wx.",
"TEXT_ATTR_UNDERLINE_NONE":"wx.",
"TEXT_ATTR_UNDERLINE_SOLID":"wx.",
"TEXT_ATTR_UNDERLINE_SPECIAL":"wx.",
"TEXT_ATTR_UNITS_HUNDREDTHS_POINT":"wx.richtext.",
"TEXT_ATTR_UNITS_MASK":"wx.richtext.",
"TEXT_ATTR_UNITS_PERCENTAGE":"wx.richtext.",
@@ -6422,6 +6433,7 @@
"TextAttrLineSpacing":"wx.",
"TextAttrShadow":"wx.richtext.",
"TextAttrSize":"wx.richtext.",
"TextAttrUnderlineType":"wx.",
"TextAttrUnits":"wx.richtext.",
"TextAttrValueFlags":"wx.richtext.",
"TextBoxAttr":"wx.richtext.",
@@ -7301,6 +7313,7 @@
"wxEVT_STC_AUTOCOMP_CHAR_DELETED":"wx.stc.",
"wxEVT_STC_AUTOCOMP_COMPLETED":"wx.stc.",
"wxEVT_STC_AUTOCOMP_SELECTION":"wx.stc.",
"wxEVT_STC_AUTOCOMP_SELECTION_CHANGE":"wx.stc.",
"wxEVT_STC_CALLTIP_CLICK":"wx.stc.",
"wxEVT_STC_CHANGE":"wx.stc.",
"wxEVT_STC_CHARADDED":"wx.stc.",