| Rhino C++ API
    8.24
    | 
#include <RhinoSdkUiDialogItemResizer.h>
| Public Types | |
| enum | Modes { resize_lockleft = 0x0001, resize_lockright = 0x0002, resize_locktop = 0x0004, resize_lockbottom = 0x0008, resize_showhide = 0x0010, resize_lockall = resize_lockleft|resize_lockright|resize_locktop|resize_lockbottom, resize_locktopleft = resize_lockleft|resize_locktop, resize_locktopright = resize_lockright|resize_locktop, resize_lockbottomleft = resize_lockbottom|resize_lockleft, resize_lockbottomright = resize_lockbottom|resize_lockright, resize_lockwidth = resize_lockleft|resize_lockright, resize_lockheight = resize_locktop|resize_lockbottom, force_32bit_modes = 0xFFFFFFFF } | 
| Public Member Functions | |
| CRhinoUiDialogItemResizer (CWnd *) | |
| ~CRhinoUiDialogItemResizer (void) | |
| void | Add (CWnd *pControl, unsigned int uFlags) | 
| Adds a control to the resize list.  More... | |
| void | Add (int nCtrlID, unsigned int uFlags) | 
| CSize | GetInitialSize () const | 
| Returns the initial size.  More... | |
| void | Resize (CWnd *pWnd) | 
| Resizes the controls in the window.  More... | |
| void | SetInitialSize (const CSize &size) | 
| Sets the original size of the parent.  More... | |
| void | SetInitialSize (int cx, int cy) | 
| Sets the original size of the parent.  More... | |
| Protected Attributes | |
| ON_SimpleArray< void * > | m_Controls | 
| CWnd * | m_pOwner | 
| CSize | m_szInitial | 
/ / Copyright (c) 1993-2007 Robert McNeel & Associates. All rights reserved. / Rhinoceros is a registered trademark of Robert McNeel & Associates. / / THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. / ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR PURPOSE AND OF / MERCHANTABILITY ARE HEREBY DISCLAIMED. / 
 / For complete Rhino SDK copyright information see http://www.rhino3d.com/developer. / ////////////////////////////////////////////////////////////// 
| CRhinoUiDialogItemResizer::CRhinoUiDialogItemResizer | ( | CWnd * | ) | 
| CRhinoUiDialogItemResizer::~CRhinoUiDialogItemResizer | ( | void | ) | 
| void CRhinoUiDialogItemResizer::Add | ( | CWnd * | pControl, | 
| unsigned int | uFlags | ||
| ) | 
Adds a control to the resize list.
| void CRhinoUiDialogItemResizer::Add | ( | int | nCtrlID, | 
| unsigned int | uFlags | ||
| ) | 
| CSize CRhinoUiDialogItemResizer::GetInitialSize | ( | ) | const | 
Returns the initial size.
| void CRhinoUiDialogItemResizer::Resize | ( | CWnd * | pWnd | ) | 
Resizes the controls in the window.
| void CRhinoUiDialogItemResizer::SetInitialSize | ( | const CSize & | size | ) | 
Sets the original size of the parent.
| void CRhinoUiDialogItemResizer::SetInitialSize | ( | int | cx, | 
| int | cy | ||
| ) | 
Sets the original size of the parent.
| 
 | protected | 
| 
 | protected | 
| 
 | protected | 
 1.8.17
 1.8.17