Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Drich_text_edit_dlg.h52 CString InitResList(CComboBox *box, int res_type, int sel_res_id);
Drich_text_edit_dlg.cpp185 mFontName = InitResList(&mFontBox, RES_TYPE_FONT, mpInfo->font_id[NORMAL_FONT_INDEX]); in OnCreate()
186 …mHighlightColorName = InitResList(&mHighlightColorBox, RES_TYPE_COLOR, mpInfo->color_id[NORMAL_FIL… in OnCreate()
187 …mTextColorName = InitResList(&mTextColorBox, RES_TYPE_COLOR, mpInfo->color_id[NORMAL_TEXT_COLOR_IN… in OnCreate()
428 CString text_edit_button_frame::InitResList(CComboBox *box, int res_type, int sel_res_id) in InitResList() function in text_edit_button_frame