From 1029169f0860d4d3a99f8a5406d65a7700a72a79 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 15 Jul 2006 12:25:48 +0000 Subject: [PATCH] reformatted to fit on standard terminal git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/gtk/filepicker.h | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/include/wx/gtk/filepicker.h b/include/wx/gtk/filepicker.h index 7a9efccc53..50e533f9ee 100644 --- a/include/wx/gtk/filepicker.h +++ b/include/wx/gtk/filepicker.h @@ -25,20 +25,21 @@ // and from wxGenericDirButton classes !) //----------------------------------------------------------------------------- -#define FILEDIRBTN_OVERRIDES \ - /* NULL is because of a problem with destruction order which happens */ \ - /* if we pass GetParent(): in fact, this GTK native implementation */ \ - /* needs to create the dialog in ::Create() and not for each user request */ \ - /* in response to the user click as the generic implementation does */ \ - virtual wxWindow *GetDialogParent() \ - { \ - return NULL; \ - } \ - \ - virtual bool Destroy() \ - { \ - m_dialog->Destroy(); \ - return wxButton::Destroy(); \ +#define FILEDIRBTN_OVERRIDES \ + /* NULL is because of a problem with destruction order which happens */ \ + /* if we pass GetParent(): in fact, this GTK native implementation */ \ + /* needs to create the dialog in ::Create() and not for each user */ \ + /* request in response to the user click as the generic implementation */ \ + /* does. */ \ + virtual wxWindow *GetDialogParent() \ + { \ + return NULL; \ + } \ + \ + virtual bool Destroy() \ + { \ + m_dialog->Destroy(); \ + return wxButton::Destroy(); \ } -- 2.50.0