|
Functions |
bool | Dialog_CopyFrom () |
| Copy the actual selected control to be copied.
|
void | Dialog_UpdateRects () |
| Update the internal state of the control.
|
int | Dialog_GetTitleColor () |
| Get the title color.
|
void | Dialog_GetClose () |
| Push into the stack of controls the close button.
|
void | Dialog_SetX (int val) |
| Set the X coordinate.
|
void | Dialog_SetY (int val) |
| Set the Y coordinate.
|
void | Dialog_SetWidth (int val) |
| Set the width.
|
void | Dialog_SetHeight (int val) |
| Set the height.
|
void | Dialog_SetRect (int x, int y, int w, int h) |
| Set the rect.
|
void | Dialog_SetTitleColor (int val) |
| Set the title color.
|
void | Dialog_SetName (string val) |
| Set the name.
|
void | Dialog_SetBackStyle (string val) |
| Set the back style.
|
void | Dialog_SetBackStyle (int val) |
| Set the back style.
|
void | Dialog_SetBackColor (int val) |
| Set the back color.
|
void | Dialog_SetBackColor (int dialog, int button) |
| Set the back color.
|
void | Dialog_SetAppearance (string themedlg, string skindlg) |
| Set the appearance.
|
void | Dialog_SetAppearance (string themedlg, string skindlg, string themebut, string skinbut) |
| Set the appearance.
|
void | Dialog_SetAppearance (string theme, string skindlg, string skinbut) |
| Set the appearance.
|