Lines Matching refs:pParentWindow
37 CheckBox* ControlFactory::CreateMenuButton (Window* pParentWindow) in CreateMenuButton() argument
39 return new MenuButton(pParentWindow); in CreateMenuButton()
45 ImageRadioButton* ControlFactory::CreateTabItem (Window* pParentWindow) in CreateTabItem() argument
47 return new TabItem(pParentWindow); in CreateTabItem()
54 Window* pParentWindow, in CreateToolBox() argument
57 SidebarToolBox* pToolBox = new SidebarToolBox(pParentWindow, rResId, NULL); in CreateToolBox()
58 pToolBox->SetBorderWindow(pParentWindow); in CreateToolBox()
69 Window* pParentWindow, in CreateToolBox() argument
73 SidebarToolBox* pToolBox = new SidebarToolBox(pParentWindow, rResId, rxFrame); in CreateToolBox()
74 pToolBox->SetBorderWindow(pParentWindow); in CreateToolBox()
85 Window* pParentWindow, in CreateToolBoxBackground() argument
88 ToolBoxBackground* pBorderWindow = new ToolBoxBackground(pParentWindow, bShowBorder); in CreateToolBoxBackground()
97 Window* pParentWindow, in CreateCustomImageRadionButton() argument
101 pParentWindow, in CreateCustomImageRadionButton()