TGFileDialog / EFileDialogMode


_ROOT Version: 6.22/06
_Platform: Linux / Ubuntu 20.04 LTS


Hi Everybody,

I wanted to know whether the following discrepancies are intentional or just a missing:
Web: ROOT: gui/gui/inc/TGFileDialog.h File Reference

enum EFileDialogMode {
  kFDOpen,
  kFDSave,
  kDOpen,
  kDSave
 };
  
Source: ../gui/gui/inc/TGFileDialog.h
enum EFileDialogMode {
   kFDOpen,
   kFDSave
};

Thanks for any answer,
Faouzi

Hi,
It depends of the version. kDOpen and kDSave have been introduced very recently (something like last week). See for example thsi version

Hi Bellenot,

Thanks for the answer. Any idea when this will be done (missing also in 6.22.08).

Cheers,
Faouzi

In the coming soon 6.24/00 release

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.