|
Photon microGUI widgets library 0.6.0
|
Contains flags for ImageArea resources. More...
#include <ImageArea.h>
Public Types | |
| enum | eImageAreaFlags { Autoscale , EnableSelection , EditableSelection } |
| ImageAreas flags for ImageArea resource ImageArea::Arguments::imagearea_flags. More... | |
Contains flags for ImageArea resources.
ImageAreas flags for ImageArea resource ImageArea::Arguments::imagearea_flags.
The default setting of ImageArea::Arguments::imagearea_flags resource is 0; that is, no flags have been set.
PhWidgets::ImageArea::Flags::eImageAreaFlags
| Enumerator | |
|---|---|
| Autoscale | Automatically scale the image to fit the size of the widget. |
| EnableSelection | Allow the user to select part of the image. |
| EditableSelection | Allow the user to modify a selection. |