Changeset 147 in PSPA for Interface_Web/trunk/pspaWT/include


Ignore:
Timestamp:
Dec 6, 2012, 4:43:31 PM (12 years ago)
Author:
garnier
Message:

amelioration du dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/include/GWt_dialog.h

    r144 r147  
    1212 public :
    1313
    14   GWt_dialog(WString titre, std::string message, bool modal=false, bool patienter=false, bool ok=false);
    15  
     14  enum  iconType { Warning, Error, Info, Wait, NoIcon };
     15
     16  GWt_dialog(WString titre, std::string message, iconType icon=NoIcon, bool modal=false, bool ok=false);
    1617};
    1718#endif
Note: See TracChangeset for help on using the changeset viewer.