Home
last modified time | relevance | path

Searched refs:save_button (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dexpress_dialog.cpp139save_button.Create(title, WS_CHILD | WS_VISIBLE | WS_TABSTOP| BS_DEFPUSHBUTTON | BS_OWNERDRAW | MA… in AddSaveButton()
140 save_button.LoadBitmaps(IDB_OK_BUTTON_NORMAL, IDB_OK_BUTTON_PRESSED); in AddSaveButton()
141 save_button.SetWindowText(title); in AddSaveButton()
142 save_button.SetFont(&MediumFont); in AddSaveButton()
299 if (save_button) in OnSize()
311 save_button.MoveWindow(&size); in OnSize()
Dexpress_dialog.h56 custom_bitmap_button save_button; variable