Home
last modified time | relevance | path

Searched refs:SetChildAllocation (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dwidget_reader.cpp99 … properties_win::SetChildAllocation(widget->GetChildWidgetInfo(), STATICALLY_ALLOCATED); in ReadWidgets()
Dproperties_win.h22 static void SetChildAllocation(widget_info *info, int allocation_type);
Dproperties_win.cpp2496 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()
DStudioXProject.cpp2687 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()