WidgetDialogImage Class
Inherits: | WidgetDialog |
WidgetDialogImage Class
Members
static WidgetDialogImage(Gui gui, string str = 0)
Constructor. Creates an image dialog with given parameters.Arguments
- Gui gui - GUI, to which the dialog will belong.
- string str - Dialog title. This is an optional parameter.
WidgetDialogImage cast(WidgetDialog widgetdialog)
Casts a WidgetDialogImage out of the WidgetDialog instance.Arguments
- WidgetDialog widgetdialog - WidgetDialog instance.
Return value
WidgetDialogImage instance.void setImage(Image image)
Sets the image, preview and properties of which should be displayed in the dialog.Arguments
- Image image - Image to be set.
void getImage(Image image)
Returns the image, preview and properties of which should be displayed in the dialog.Arguments
- Image image
void setTexture(string texture)
Sets a name of the image, preview and properties of which should be displayed in the dialog.Arguments
- string texture - Path to the image file.
string getTexture()
Returns a name of the image, preview and properties of which should be displayed in the dialog.Return value
Path to the image file.Last update: 2018-08-10
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)