Planeshift
|
PictureInfo hold the information of pictures that would be display in the same row with the same format. More...
#include <pawstextbox.h>
Public Attributes | |
unsigned int | align |
Align of the picture in. | |
unsigned int | height |
Height of pictures. | |
unsigned int | padding [4] |
The space around pictures. | |
csString | srcString |
The file or source info for pictures. | |
unsigned int | width |
Width of pictures. |
PictureInfo hold the information of pictures that would be display in the same row with the same format.
Definition at line 1014 of file pawstextbox.h.
Align of the picture in.
Definition at line 1019 of file pawstextbox.h.
Height of pictures.
Definition at line 1017 of file pawstextbox.h.
The space around pictures.
Definition at line 1020 of file pawstextbox.h.
csString PictureInfo::srcString |
The file or source info for pictures.
Definition at line 1018 of file pawstextbox.h.
Width of pictures.
Definition at line 1016 of file pawstextbox.h.