Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
Dproperties_win.cpp3217 CComboBox *pVAlign = (CComboBox *) GetDlgItem(ID_PIXMAP_VALIGN); in OnChangePixmapAlign() local
3219 if (mpProject && mpInfo && pHAlign && pVAlign) in OnChangePixmapAlign()
3231 selected = pVAlign->GetCurSel(); in OnChangePixmapAlign()
3235 vStyle = (ULONG) pVAlign->GetItemData(selected); in OnChangePixmapAlign()