/////////////////////////////////////////////////////////////////////////////
-// Name: dialog.h
+// Name: wx/gtk/dialog.h
// Purpose:
// Author: Robert Roebling
// Created:
virtual int ShowModal();
virtual void EndModal( int retCode );
virtual bool IsModal() const;
- void SetModal( bool modal );
// implementation
// --------------