]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_accel.i
Use a local copy of the old wxBufferedDC classes until the ones in the
[wxWidgets.git] / wxPython / src / _accel.i
index 322c0fc022d40fd495c340c356b23c321ec65494..28e6c5bad234c558b2939264c24810d468b75076 100644 (file)
@@ -49,7 +49,10 @@ public:
 
 class wxAcceleratorTable : public wxObject {
 public:
-    // Can also accept a list of 3-tuples
+    DocAStr(wxAcceleratorTable,
+            "__init__(entries) -> AcceleratorTable",
+            "Construct an AcceleratorTable from a list of AcceleratorEntry items or\n"
+            "3-tuples (flags, keyCode, cmdID)");
     wxAcceleratorTable(int n, const wxAcceleratorEntry* entries);
     ~wxAcceleratorTable();