]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/accel.tex
changed wxImage::Rescale() to return wxImage& and not void
[wxWidgets.git] / docs / latex / wx / accel.tex
index 6466f512be6e75c641de354e2c80064961af0b37..5f142d47060b107e39e4491d810e33b0e1b9f7bb 100644 (file)
@@ -137,6 +137,10 @@ Loads the accelerator table from a Windows resource (Windows only).
 
 \docparam{resource}{Name of a Windows accelerator.}
 
+\pythonnote{The wxPython constructor accepts a list of
+wxAcceleratorEntry objects, or 3-tuples consisting of flags, keyCode,
+and cmd values like you would construct wxAcceleratorEntry objects with.}
+
 \membersection{wxAcceleratorTable::\destruct{wxAcceleratorTable}}
 
 \func{}{\destruct{wxAcceleratorTable}}{\void}