// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "notebook.h"
#endif
if ( pPage->GetAutoLayout() )
pPage->Layout();
}
- // MBN: this is probably just hiding a problem under the carpet,
- // but: with OpenMotif 2.2 (not Lesstif), not moving the window
- // may cause the tabs to be not clickable.
- else
- {
- pPage->Move(clientRect.x, clientRect.y);
- }
}
Refresh();
}