Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dconfig_languages_dlg.cpp458 mThaiGlyphShapingSupport.SetCheck(mLanguages[0].support_thai_glyph_shaping); in OnInitDialog()
491 DDX_Control(pDX, IDC_THAI_GLYPH_SHAPING_SUPPORT, mThaiGlyphShapingSupport); in DoDataExchange()
535 mLanguages[oldval - 1].support_thai_glyph_shaping = mThaiGlyphShapingSupport.GetCheck(); in BEGIN_MESSAGE_MAP()
546 mThaiGlyphShapingSupport.SetCheck(mLanguages[newval - 1].support_thai_glyph_shaping); in BEGIN_MESSAGE_MAP()
606 mThaiGlyphShapingSupport.SetCheck(mLanguages[Index - 1].support_thai_glyph_shaping); in OnBnClickedDeleteLanguage()
644 mLanguages[index - 1].support_thai_glyph_shaping = mThaiGlyphShapingSupport.GetCheck(); in OnBnClickedOk()
782 if (mThaiGlyphShapingSupport.GetCheck()) in OnClickedThaiGlyphShapingSupport()
Dconfig_languages_dlg.h42 CButton mThaiGlyphShapingSupport; variable