// Purpose: XRC resource for buttons
// Author: Vaclav Slavik
// Created: 2000/03/05
-// RCS-ID: $Id$
// Copyright: (c) 2000 Vaclav Slavik
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
if (GetBool(wxT("default"), 0))
button->SetDefault();
+
+ if ( GetParamNode("bitmap") )
+ {
+ button->SetBitmap(GetBitmap("bitmap", wxART_BUTTON),
+ GetDirection("bitmapposition"));
+ }
+
SetupWindow(button);
return button;