X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dceb1c097c8c24b398f48b482220c358bc7b4db4..a75124d0da255513e83d2e62f963dd849829466b:/docs/latex/wx/portnote.tex?ds=sidebyside diff --git a/docs/latex/wx/portnote.tex b/docs/latex/wx/portnote.tex index a603df90f2..3e71a18bdb 100644 --- a/docs/latex/wx/portnote.tex +++ b/docs/latex/wx/portnote.tex @@ -16,3 +16,18 @@ requires. This chapter collects notes about differences among supported platform \input wxmgl.tex \input wxx11.tex +\subsection{Documentation for the native toolkits}\label{nativedocs} + +It's sometimes useful to interface directly with the underlying toolkit +used by wxWidgets to e.g. use toolkit-specific features. +In such case (or when you want to e.g. write a port-specific patch) it can be +necessary to use the underlying toolkit API directly: + +\begin{description}\itemsep=0pt +\item[{\bf wxMSW}] +wxMSW port uses win32 API: \urlref{MSDN docs}{http://msdn2.microsoft.com/en-us/library/ms649779.aspx} + +\item[{\bf wxGTK}] +wxGTK port uses GTK+: \urlref{GTK+ 2.x docs}{http://developer.gnome.org/doc/API/2.0/gtk/index.html} + +\end{description} \ No newline at end of file