Searched refs:custom_bitmap_button (Results 1 – 5 of 5) sorted by relevance
16 class custom_bitmap_button : public CBitmapButton19 custom_bitmap_button();23 void custom_bitmap_button::DrawBitmap(LPDRAWITEMSTRUCT lpDrawItemStruct);55 custom_bitmap_button close_button;56 custom_bitmap_button save_button;
55 custom_bitmap_button mBtnBold;56 custom_bitmap_button mBtnItalic;57 custom_bitmap_button mBtnUnderline;58 custom_bitmap_button mBtnLeftAlign;59 custom_bitmap_button mBtnCenterAlign;60 custom_bitmap_button mBtnRightAlign;
38 custom_bitmap_button mZoomInButton;39 custom_bitmap_button mZoomOutButton;40 custom_bitmap_button mFitContent;
427 custom_bitmap_button::custom_bitmap_button() : CBitmapButton() in custom_bitmap_button() function in custom_bitmap_button431 void custom_bitmap_button::DrawBitmap(LPDRAWITEMSTRUCT lpDIS) in DrawBitmap()466 void custom_bitmap_button::DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct) in DrawItem()
54 custom_bitmap_button new_button;