Home
last modified time | relevance | path

Searched refs:custom_bitmap_button (Results 1 – 5 of 5) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dexpress_dialog.h16 class custom_bitmap_button : public CBitmapButton
19 custom_bitmap_button();
23 void custom_bitmap_button::DrawBitmap(LPDRAWITEMSTRUCT lpDrawItemStruct);
55 custom_bitmap_button close_button;
56 custom_bitmap_button save_button;
Drich_text_edit_dlg.h55 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;
Dscreen_flow_edit_dlg.h38 custom_bitmap_button mZoomInButton;
39 custom_bitmap_button mZoomOutButton;
40 custom_bitmap_button mFitContent;
Dexpress_dialog.cpp427 custom_bitmap_button::custom_bitmap_button() : CBitmapButton() in custom_bitmap_button() function in custom_bitmap_button
431 void custom_bitmap_button::DrawBitmap(LPDRAWITEMSTRUCT lpDIS) in DrawBitmap()
466 void custom_bitmap_button::DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct) in DrawItem()
Drecent_project_win.h54 custom_bitmap_button new_button;