Searched refs:GetCreationParams (Results 1 – 7 of 7) sorted by relevance
15 GetCreationParams()->eCursorType = FXCT_HAND; in CPWL_Button()
25 GetCreationParams()->eCursorType = FXCT_VBEAM; in CPWL_EditCtrl()31 SetFontSize(GetCreationParams()->fFontSize); in OnCreated()
168 GetCreationParams()->dwFlags &= ~PWS_HSCROLL; in CPWL_ComboBox()169 GetCreationParams()->dwFlags &= ~PWS_VSCROLL; in CPWL_ComboBox()
272 CreateParams* GetCreationParams() { return &m_CreationParams; } in GetCreationParams() function
83 m_pList->SetFontSize(GetCreationParams()->fFontSize); in OnCreated()
117 GetCreationParams()->eCursorType = FXCT_ARROW; in CPWL_SBButton()307 GetCreationParams()->eCursorType = FXCT_ARROW; in CPWL_ScrollBar()
606 GetSystemHandler()->SetCursor(GetCreationParams()->eCursorType); in SetCursor()