Home
last modified time | relevance | path

Searched refs:parent_type (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.4.1/guix_studio/
Dtarget_screen.h41 … static BOOL IsWidgetResizable(USHORT parent_type, widget_info *info, GX_RECTANGLE &new_size);
Dtarget_screen.cpp291 BOOL target_screen::IsWidgetResizable(USHORT parent_type, widget_info *info, GX_RECTANGLE &new_size) in IsWidgetResizable() argument
313 switch (parent_type) in IsWidgetResizable()
591 USHORT parent_type = GetWidgetParentType(info); in WidgetWasMoved() local
605 switch (parent_type) in WidgetWasMoved()
1660 UINT parent_type = GetWidgetParentType(info); in OnMouseMove() local
1663 if (!IsWidgetResizable(parent_type, info, size)) in OnMouseMove()
Dproperties_win.cpp2595 int parent_type = GetTargetScreen()->GetWidgetParentType(mpInfo); in OnChangeWidgetPos() local
2598 if (!GetTargetScreen()->IsWidgetResizable(parent_type, mpInfo, newsize)) in OnChangeWidgetPos()