virtual void DoSetBitmapPosition(wxDirection dir);
private:
+ typedef wxButtonBase base_type;
+
// common part of all ctors
void Init()
{
// show the given bitmap (must be valid)
void GTKDoShowBitmap(const wxBitmap& bitmap);
-
// the bitmaps for the different state of the buttons, all of them may be
// invalid and the button only shows a bitmap at all if State_Normal bitmap
// is valid
// true iff the button is in pressed state
bool m_isPressed;
-
DECLARE_DYNAMIC_CLASS(wxButton)
};