Added a SetFont method that behaves like SetLabel does with respect to

wxST_NO_AUTORESIZE.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-02-20 06:10:38 +00:00
parent 2f10f4238a
commit 486fd225d4
2 changed files with 18 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ public:
// accessors
void SetLabel(const wxString& label);
bool SetFont( const wxFont &font );
// overriden base class virtuals
virtual bool AcceptsFocus() const { return FALSE; }