コード例 #1
0
 internal void OnChildPlacementChanged(Widget child)
 {
     Backend.UpdateChildPlacement(child.GetBackend());
     if (!BackendHost.EngineBackend.HandlesSizeNegotiation)
     {
         Widget.QueueWindowSizeNegotiation(this);
     }
 }