Few users will find the need to create objects in the class
wxSnipAdmin. Please read Administrators (section
) carefully before deciding
that you need to implement a snip administrator.
All methods of wxSnipAdmin are abstract, so you will have to derive a new class to implement a snip administrator. The methods are meant to be called by the administrator's snip; the administrator will then pass on the information to the appropriate buffer.
Because a wxSnipAdmin object typically owns more than one snip, many method of the wxSnipAdmin class require a wxSnip object as a parameter.