Non wxObjects

Non wxObjects
These are objects that do not derive from wxObject. They cannot be destroyed by calling delete_instance().
Functions/Procedures
Supertopics
Subtopics

Non wxObjects

[proc]
delete_instance_of
( integer class, object obj )

Category: Non wxObjects

Use this to delete objects that aren't derived from wxObject. obj can be either an atom or a sequence of atoms.


Non wxObjects

[proc]
delete_wxAuiPaneInfo
( object obj )

Category: Non wxObjects

Deletes a wxAuiPaneInfo object.


Non wxObjects

[proc]
delete_wxXmlProperty
( atom obj )

Category: Non wxObjects

Deletes a wxXmlProperty (use this instead of delete_instance or destroy)