+#if wxUSE_DIALOG_SIZEGRIP
+ // these functions deal with the gripper window shown in the corner of
+ // resizeable dialogs
+ void CreateGripper();
+ void DestroyGripper();
+ void ShowGripper(bool show);
+ void ResizeGripper();
+
+ // this function is used to adjust Z-order of new children relative to the
+ // gripper if we have one
+ void OnWindowCreate(wxWindowCreateEvent& event);
+
+ // gripper window for a resizable dialog, NULL if we're not resizable
+ WXHWND m_hGripper;
+#endif // wxUSE_DIALOG_SIZEGRIP