X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/783e0c6d48080587b9d2c52dfe4d442682119a0d..1efb5db8961ac308d16ed3ae7930bd0b48c0520e:/include/wx/motif/dialog.h diff --git a/include/wx/motif/dialog.h b/include/wx/motif/dialog.h index dba81d148b..9fa1cfd9c1 100644 --- a/include/wx/motif/dialog.h +++ b/include/wx/motif/dialog.h @@ -12,10 +12,6 @@ #ifndef _WX_DIALOG_H_ #define _WX_DIALOG_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "dialog.h" -#endif - class WXDLLEXPORT wxEventLoop; // Dialog boxes @@ -79,7 +75,7 @@ public: void OnCloseWindow(wxCloseEvent& event); private: - virtual bool DoCreate(wxWindow* parent, + virtual bool XmDoCreateTLW(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, @@ -99,6 +95,7 @@ protected: virtual void DoSetClientSize(int width, int height); + private: DECLARE_EVENT_TABLE() };