Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
Dproperties_win.cpp3216 CComboBox *pHAlign = (CComboBox *) GetDlgItem(ID_PIXMAP_HALIGN); in OnChangePixmapAlign() local
3219 if (mpProject && mpInfo && pHAlign && pVAlign) in OnChangePixmapAlign()
3221 int selected = pHAlign->GetCurSel(); in OnChangePixmapAlign()
3227 hStyle = (ULONG) pHAlign->GetItemData(selected); in OnChangePixmapAlign()