#include <wxBitmapControl.h>
Public Member Functions | |
| wxBitmapControl (wxWindow *parent, wxWindowID id, const wxBitmap &bitmap, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name=wxT("staticBitmap")) | |
Private Member Functions | |
| void | OnEraseBackground (wxEraseEvent &event) |
| Handles erase background message - does nothing. | |
| void | OnPaint (wxPaintEvent &event) |
| Paint image. | |
Private Attributes | |
| wxWindow * | m_pParent |
| Parent window. | |
| wxBitmap | m_bmpDefault |
| Bitmap drawn when button is not depressed. | |
wxStaticBitmap cannot be used with wxSkinnableFrame due to some odd z-order and mouse event issues under Win32.
Definition at line 41 of file MainPage.txt.
| wxBitmapControl::wxBitmapControl | ( | wxWindow * | parent, | |
| wxWindowID | id, | |||
| const wxBitmap & | bitmap, | |||
| const wxPoint & | pos = wxDefaultPosition, |
|||
| const wxSize & | size = wxDefaultSize, |
|||
| long | style = 0, |
|||
| const wxString & | name = wxT("staticBitmap") | |||
| ) |
| void wxBitmapControl::OnEraseBackground | ( | wxEraseEvent & | event | ) | [private] |
| void wxBitmapControl::OnPaint | ( | wxPaintEvent & | event | ) | [private] |
wxWindow* wxBitmapControl::m_pParent [private] |
wxBitmap wxBitmapControl::m_bmpDefault [private] |
1.5.5