Searched refs:parent_type (Results 1 – 3 of 3) sorted by relevance
41 … static BOOL IsWidgetResizable(USHORT parent_type, widget_info *info, GX_RECTANGLE &new_size);
291 BOOL target_screen::IsWidgetResizable(USHORT parent_type, widget_info *info, GX_RECTANGLE &new_size) in IsWidgetResizable() argument313 switch (parent_type) in IsWidgetResizable()591 USHORT parent_type = GetWidgetParentType(info); in WidgetWasMoved() local605 switch (parent_type) in WidgetWasMoved()1660 UINT parent_type = GetWidgetParentType(info); in OnMouseMove() local1663 if (!IsWidgetResizable(parent_type, info, size)) in OnMouseMove()
2595 int parent_type = GetTargetScreen()->GetWidgetParentType(mpInfo); in OnChangeWidgetPos() local2598 if (!GetTargetScreen()->IsWidgetResizable(parent_type, mpInfo, newsize)) in OnChangeWidgetPos()