]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/popupwin.h
Use wxAlphaPixelData if the source bitmap depth is 32 or if on wxGTK and there is...
[wxWidgets.git] / include / wx / popupwin.h
index 971c761b9885cf52a03e7da8e3bbff8ce32fd16c..da479f31ba7488be6bfaf8737be605202e7f6511 100644 (file)
@@ -106,7 +106,7 @@ public:
 
     // called when a mouse is pressed while the popup is shown: return true
     // from here to prevent its normal processing by the popup (which consists
-    // in dismissing it if the mouse is cilcked outside it)
+    // in dismissing it if the mouse is clicked outside it)
     virtual bool ProcessLeftDown(wxMouseEvent& event);
 
     // Overridden to grab the input on some plaforms