Add missing wxDF_PNG to the interface docs
This commit is contained in:
@@ -854,6 +854,7 @@ enum wxDataFormatId
|
|||||||
wxDF_LOCALE = 16,
|
wxDF_LOCALE = 16,
|
||||||
wxDF_PRIVATE = 20,
|
wxDF_PRIVATE = 20,
|
||||||
wxDF_HTML = 30, /* Note: does not correspond to CF_ constant */
|
wxDF_HTML = 30, /* Note: does not correspond to CF_ constant */
|
||||||
|
wxDF_PNG = 31, /* Note: does not correspond to CF_ constant */
|
||||||
wxDF_MAX
|
wxDF_MAX
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user