]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/popupwin.h
Add lambda-friendly wxDialog::ShowWindowModalThenDo().
[wxWidgets.git] / include / wx / gtk / popupwin.h
index ecc2e52679b2bbb3e8355e8adfeccf9449142aa7..1c848795b995f8a288307db8c437fc2876de6ac5 100644 (file)
@@ -1,9 +1,8 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        popupwin.h
+// Name:        wx/gtk/popupwin.h
 // Purpose:
 // Author:      Robert Roebling
 // Created:
-// Id:          $Id$
 // Copyright:   (c) 2001 Robert Roebling
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -42,9 +41,6 @@ protected:
 
     virtual void DoMoveWindow(int x, int y, int width, int height);
 
-private:
-    virtual void AddChildGTK(wxWindowGTK* child);
-
 #ifdef __WXUNIVERSAL__
     DECLARE_EVENT_TABLE()
 #endif