Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
Dproperties_win.cpp3187 CComboBox *pAlign = (CComboBox *) GetDlgItem(ID_TEXT_ALIGN); in OnTextAlignmentChange() local
3190 if (mpProject && mpInfo && pAlign) in OnTextAlignmentChange()
3192 int selected = pAlign->GetCurSel(); in OnTextAlignmentChange()
3196 style = (ULONG) pAlign->GetItemData(selected); in OnTextAlignmentChange()