Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGMsgBox.h File Reference
#include "TGFrame.h"
#include "TGWidget.h"
Include dependency graph for TGMsgBox.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TGMsgBox
 

Enumerations

enum  EMsgBoxButton {
  kMBYes = (1ULL << ( 0 )) , kMBNo = (1ULL << ( 1 )) , kMBOk = (1ULL << ( 2 )) , kMBApply = (1ULL << ( 3 )) ,
  kMBRetry = (1ULL << ( 4 )) , kMBIgnore = (1ULL << ( 5 )) , kMBCancel = (1ULL << ( 6 )) , kMBClose = (1ULL << ( 7 )) ,
  kMBDismiss = (1ULL << ( 8 )) , kMBYesAll = (1ULL << ( 9 )) , kMBNoAll = (1ULL << ( 10 )) , kMBAppend = (1ULL << ( 11 )) ,
  kMBNewer = (1ULL << ( 12 ))
}
 
enum  EMsgBoxIcon { kMBIconStop , kMBIconQuestion , kMBIconExclamation , kMBIconAsterisk }
 

Enumeration Type Documentation

◆ EMsgBoxButton

Enumerator
kMBYes 
kMBNo 
kMBOk 
kMBApply 
kMBRetry 
kMBIgnore 
kMBCancel 
kMBClose 
kMBDismiss 
kMBYesAll 
kMBNoAll 
kMBAppend 
kMBNewer 

Definition at line 30 of file TGMsgBox.h.

◆ EMsgBoxIcon

Enumerator
kMBIconStop 
kMBIconQuestion 
kMBIconExclamation 
kMBIconAsterisk 

Definition at line 21 of file TGMsgBox.h.