]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/controls/itemcontainertest.h
Fix the size of the font returned from wxTextCtrl::GetStyle() in wxMSW.
[wxWidgets.git] / tests / controls / itemcontainertest.h
index 86d0801a5d1840899bd006966614989972793e31..3b152304d572d365936058c2af23b0f881c13b17 100644 (file)
@@ -39,6 +39,7 @@ protected:
         CPPUNIT_TEST( ClientData ); \
         CPPUNIT_TEST( VoidData ); \
         CPPUNIT_TEST( Set ); \
+        CPPUNIT_TEST( SetSelection ); \
         CPPUNIT_TEST( SetString )
 
     void Append();
@@ -49,6 +50,7 @@ protected:
     void ClientData();
     void VoidData();
     void Set();
+    void SetSelection();
     void SetString();
 
 private: