Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
Dproperties_win.h117 afx_msg void OnChangeWidgetPos();
Dproperties_win.cpp269 ON_EN_KILLFOCUS(ID_XPOS, OnChangeWidgetPos) in BEGIN_MESSAGE_MAP()
270 ON_EN_KILLFOCUS(ID_YPOS, OnChangeWidgetPos) in BEGIN_MESSAGE_MAP()
271 ON_EN_KILLFOCUS(ID_WIDTH, OnChangeWidgetPos) in BEGIN_MESSAGE_MAP()
272 ON_EN_KILLFOCUS(ID_HEIGHT, OnChangeWidgetPos) in BEGIN_MESSAGE_MAP()
2558 void properties_win::OnChangeWidgetPos() in OnChangeWidgetPos() function in properties_win