Detailed Description

Flags for GeOutString().

Enumerations

enum class  GEMB {
  OK ,
  OKCANCEL ,
  ABORTRETRYIGNORE ,
  YESNOCANCEL ,
  YESNO ,
  RETRYCANCEL ,
  FORCEDIALOG ,
  ICONSTOP ,
  ICONQUESTION ,
  ICONEXCLAMATION ,
  ICONASTERISK ,
  DEFBUTTON1 ,
  DEFBUTTON2 ,
  DEFBUTTON3 ,
  DEFBUTTON4 ,
  MULTILINE
}
 

Functions

enum GEMB MAXON_ENUM_FLAGS (GEMB)
 

Enumeration Type Documentation

◆ GEMB

enum GEMB
strong
Enumerator
OK 

OK.

OKCANCEL 

OK and Cancel.

ABORTRETRYIGNORE 

Abort, Retry and Ignore.

YESNOCANCEL 

Yes, No and Cancel.

YESNO 

Yes and No.

RETRYCANCEL 

Retry and Cancel.

FORCEDIALOG 

Forces the dialog.

ICONSTOP 

Stop icon.

ICONQUESTION 

Question icon.

ICONEXCLAMATION 

Exclamation icon.

ICONASTERISK 

Asterisk icon.

DEFBUTTON1 

Default button set to first button.

DEFBUTTON2 

Default button set to second button.

DEFBUTTON3 

Default button set to third button.

DEFBUTTON4 

Default button set to fourth button.

MULTILINE 

If the message is more than 255 characters and 4 lines then this bit should be set for Mac compatibility.
The dialog is then restricted to only an OK button with limited keyboard support.

Function Documentation

◆ MAXON_ENUM_FLAGS()

enum GEMB MAXON_ENUM_FLAGS ( GEMB  )