]> git.saurik.com Git - wxWidgets.git/blobdiff - user/wxLayout/wxllist.h
Added new wxBitmapButton implementation
[wxWidgets.git] / user / wxLayout / wxllist.h
index faa0fcfa15a8d5e68f95916b27a935253e58fba7..a172072a87b53bf28a530f3cab39068c1654f7cb 100644 (file)
@@ -81,7 +81,8 @@ public:
    */
    virtual void Layout(wxDC & dc,
                        wxPoint position,
-                       CoordType baseLine) {}
+                       CoordType baseLine)
+      { m_Position = position; }
 
    /** Draws an object.
        @param dc the wxDC to draw on