]> git.saurik.com Git - wxWidgets.git/commitdiff
Added an implementation for wxPickerBase::SetInternalMargin
authorRobin Dunn <robin@alldunn.com>
Wed, 7 Jun 2006 02:23:40 +0000 (02:23 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 7 Jun 2006 02:23:40 +0000 (02:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/pickerbase.cpp

index 81b52204ce3cb937bd17c5f73dfe38e4d21bb34b..3187ccdfe9049eeda94f692989e5f8fe6ff8fd3a 100644 (file)
@@ -195,3 +195,8 @@ wxSize wxPickerBase::DoGetBestSize() const
 
     return ret;
 }
+
+void wxPickerBase::SetInternalMargin(int newmargin)
+{
+    m_margin = newmargin;
+}