Version: 2.9.4
Classes | Enumerations
xmlres.h File Reference

クラス

class  wxXmlResource
 This is the main class for interacting with the XML-based resource system. More...
class  wxXmlResourceHandler
 wxSizerXmlHandler is a class for resource handlers capable of creating a wxSizer object from an XML node. More...

Enumerations

enum  wxXmlResourceFlags {
  wxXRC_USE_LOCALE = 1,
  wxXRC_NO_SUBCLASSING = 2,
  wxXRC_NO_RELOADING = 4
}
 Flags which can be used with wxXmlResource::wxXmlResource. More...

Enumeration Type Documentation

Flags which can be used with wxXmlResource::wxXmlResource.

Enumerator:
wxXRC_USE_LOCALE 

Translatable strings will be translated via _().

wxXRC_NO_SUBCLASSING 

Subclass property of object nodes will be ignored (useful for previews in XRC editors).

wxXRC_NO_RELOADING 

Prevent the XRC files from being reloaded from disk in case they have been modified there since being last loaded (may slightly speed up loading them).

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines