Searched refs:Attach (Results 1 – 8 of 8) sorted by relevance
49 parent->Attach(item); in InsertItem()58 parent->Attach(item); in InsertItem()
684 void res_info::Attach(res_info *pRes) in Attach() function in res_info2031 pGroup->Attach(pDefaultColors); in CreateDefaultResources()2044 pDefaultColors->Attach(pColor); in CreateDefaultResources()2058 pGroup->Attach(pCustomColors); in CreateDefaultResources()2062 pCustomColors->Attach(pColorAdd); in CreateDefaultResources()2076 pFontGroup->Attach(pDefaultFontFolder); in CreateDefaultResources()2092 pDefaultFontFolder->Attach(pFont); in CreateDefaultResources()2104 pFontGroup->Attach(pCustomFontFolder); in CreateDefaultResources()2108 pCustomFontFolder->Attach(pFontAdd); in CreateDefaultResources()2122 pPixGroup->Attach(pSysMaps); in CreateDefaultResources()[all …]
19 void Attach(resource_item *child);
671 string_group->mpRes->Attach(pStringAdd); in RebuildStringItems()1561 parent->mpRes->Attach(info); in PasteResource()1855 parent->mpRes->Attach(info); in AddFont()2281 info->Attach(add); in OnAddPixelmapFolder()2284 parent->mpRes->Attach(info); in OnAddPixelmapFolder()3002 parent->mpRes->Attach(info); in AddPixelmap()3301 parent->Attach(current_info); in SyncResourceAdd()3460 new_parent->Attach(item); in ChangeItemParent()3471 parent_info->Attach(info); in ChangeItemParent()
1926 ID_ADD_WINDOW "Attach a new GX_WINDOW to the selected parent\nAdd Window"1927 ID_ADD_PROMPT "Attach a new GX_PROMT to the selected parent\nAdd Prompt"1954 ID_TEXT_EDIT "Attach a new GX_TEXT_INPUT to the selected parent\nAdd Prompt"1955 ID_TEXT_MULTIINEPROMPT "Attach a new MULTILINE_PROMPT to the selected parent\nAdd Prompt"1956 ID_TEXT_MULTILINEEDIT "Attach a new MULTILINE_TEXT_INPUT to the selected parent\nAdd Prompt"1963 ID_ADD_PIXMAP_PROMPT "Attach a new GX_PIXELMAP_PROMPT to the selected parent"
162 void Attach(res_info *pRes);
1084 bm.Attach(hBitmap); in OnCreate()
145 void resource_item::Attach(resource_item *child) in Attach() function in resource_item