]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/radiobox.h
check that HWNDs are non-NULL before doing anything with them (part of patch 1866053)
[wxWidgets.git] / include / wx / motif / radiobox.h
index 9620f6f3eaae295452904e6ebf4690665dae47d0..701d7729defede9aafd95565895fc6c5158c0a2b 100644 (file)
@@ -113,6 +113,7 @@ public:
     virtual WXWidget GetLabelWidget() const { return m_labelWidget; }
 
 protected:
+    virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
     virtual void DoSetSize(int x, int y,
                            int width, int height,
                            int sizeFlags = wxSIZE_AUTO);