Lines Matching refs:title
97 void express_dialog::SetTitleText(CString &title) in SetTitleText() argument
99 mTitleText = title; in SetTitleText()
127 void express_dialog::AddSaveButton(CString title) in AddSaveButton() argument
139 …save_button.Create(title, WS_CHILD | WS_VISIBLE | WS_TABSTOP| BS_DEFPUSHBUTTON | BS_OWNERDRAW | MA… in AddSaveButton()
141 save_button.SetWindowText(title); in AddSaveButton()
147 void express_dialog::AddCancelButton(CString title) in AddCancelButton() argument
159 …cancel_button.Create(title, BS_PUSHBUTTON | BS_CENTER | WS_TABSTOP | BS_VCENTER | WS_CHILD | WS_VI… in AddCancelButton()
468 CString title; in DrawItem() local
472 GetWindowText(title); in DrawItem()
480 if ((info.dwFlags & HCF_HIGHCONTRASTON) && (!title.IsEmpty())) in DrawItem()
513 dc->DrawText(title, &size, DT_CENTER|DT_SINGLELINE|DT_VCENTER); in DrawItem()