Searched refs:SetChildAllocation (Results 1 – 4 of 4) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | widget_reader.cpp | 99 … properties_win::SetChildAllocation(widget->GetChildWidgetInfo(), STATICALLY_ALLOCATED); in ReadWidgets()
|
| D | properties_win.h | 22 static void SetChildAllocation(widget_info *info, int allocation_type);
|
| D | properties_win.cpp | 2496 void properties_win::SetChildAllocation(widget_info *info, int allocation_type) in SetChildAllocation() function in properties_win 2502 SetChildAllocation(info->GetChildWidgetInfo(), allocation_type); in SetChildAllocation() 2525 SetChildAllocation(mpInfo->GetChildWidgetInfo(), DYNAMIC_ALLOCATION_CHILD); in OnChangeDynamicWidget() 2531 SetChildAllocation(mpInfo->GetChildWidgetInfo(), STATICALLY_ALLOCATED); in OnChangeDynamicWidget() 4467 SetChildAllocation(mpInfo->GetChildWidgetInfo(), STATICALLY_ALLOCATED); in OnChangeTemplate()
|
| D | StudioXProject.cpp | 2687 properties_win::SetChildAllocation(child_info, STATICALLY_ALLOCATED); in AddWidgetToParent() 2691 properties_win::SetChildAllocation(child_info, DYNAMIC_ALLOCATION_CHILD); in AddWidgetToParent() 2696 properties_win::SetChildAllocation(child_info, STATICALLY_ALLOCATED); in AddWidgetToParent()
|