and cmd values like you would construct wxAcceleratorEntry objects with.}
\perlnote{The wxPerl constructor accepts a list of either
- Wx::AcceleratorEntry objects or references to 3-element arrays
- ( flags, keyCode, cmd ), like the parameters of Wx::AcceleratorEntry::new.}
+Wx::AcceleratorEntry objects or references to 3-element arrays
+( flags, keyCode, cmd ), like the parameters of Wx::AcceleratorEntry::new.}
\membersection{wxAcceleratorTable::\destruct{wxAcceleratorTable}}\label{wxacceleratortabledtor}
\wxheading{Return value}
-Returns reference to this object.
+Returns a reference to this object.
+
factory = wxFilterClassFactory::Find(filename, wxSTREAM_FILEEXT);
if (factory)
stream = factory->NewStream(new wxFFileInputStream(filename));
-
\end{verbatim}
\helpref{Find()}{wxfilterclassfactoryfind} can also search
so can't be done when other threads are running that will be using the list.
The list does not own the factories, so removing a factory does not delete it.
+
In version GTK+ 2.10, support for printing has finally been
added to GTK+ itself. Support for this has yet to be written
for wxGTK (which requires drawing through Cairo).
+