Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
Dproperties_win.cpp70 ID_PIXMAP_HALIGN, enumerator
348 ON_CBN_SELCHANGE(ID_PIXMAP_HALIGN, OnChangePixmapAlign) in BEGIN_MESSAGE_MAP()
1418 …AddComboBox("Horizontal Align", button_halign_styles, ID_PIXMAP_HALIGN, style & GX_PIXELMAP_HALIGN… in AddPixelmapButtonProps()
1457 …AddComboBox("Horizontal Align", button_halign_styles, ID_PIXMAP_HALIGN, style & GX_PIXELMAP_HALIGN… in AddIconButtonProps()
1469 …AddComboBox("Horizontal Align", button_halign_styles, ID_PIXMAP_HALIGN, style & GX_PIXELMAP_HALIGN… in AddIconProps()
3216 CComboBox *pHAlign = (CComboBox *) GetDlgItem(ID_PIXMAP_HALIGN); in OnChangePixmapAlign()