public interface ISizeModePanelListener
SizeModePanel
object.Modifier and Type | Method and Description |
---|---|
void |
applySizeModeChanges(int iSizeMode,
int iFixedWidth,
int iFixedHeight)
The changes of the size mode that were made in the
SizeModePanel are communicated to the listener. |
void applySizeModeChanges(int iSizeMode, int iFixedWidth, int iFixedHeight)
SizeModePanel
are communicated to the listener.iSizeMode
- The mode of the size.iFixedWidth
- The width in pixels if a fixed size is set.iFixedHeight
- The height in pixels if a fixed size is set.