]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/automtn.h
Add wxPanel::SetBackgroundBitmap().
[wxWidgets.git] / include / wx / msw / ole / automtn.h
index 63b9414d29ab344933f90208a8ec659ce2788da6..beae01b33ec337e96eeba3e3f520b7e30bdaa7e1 100644 (file)
@@ -33,7 +33,11 @@ enum wxAutomationInstanceFlags
     wxAutomationInstance_UseExistingOnly = 0,
 
     // Create a new instance if there are no existing ones.
-    wxAutomationInstance_CreateIfNeeded = 1
+    wxAutomationInstance_CreateIfNeeded = 1,
+
+    // Do not log errors if we failed to get the existing instance because none
+    // is available.
+    wxAutomationInstance_SilentIfNone = 2
 };
 
 /*