git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42795
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
and cmd values like you would construct wxAcceleratorEntry objects with.}
\perlnote{The wxPerl constructor accepts a list of either
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}
\membersection{wxAcceleratorTable::\destruct{wxAcceleratorTable}}\label{wxacceleratortabledtor}
-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));
factory = wxFilterClassFactory::Find(filename, wxSTREAM_FILEEXT);
if (factory)
stream = factory->NewStream(new wxFFileInputStream(filename));
\end{verbatim}
\helpref{Find()}{wxfilterclassfactoryfind} can also search
\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.
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.
\wxheading{See also}
\helpref{wxMemoryDC::SelectObject}{wxmemorydcselectobject}
\wxheading{See also}
\helpref{wxMemoryDC::SelectObject}{wxmemorydcselectobject}
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).
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).