Lets have a close box for the DnDShapeDialog in the dnd sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1509,7 +1509,7 @@ bool DnDFile::OnDropFiles(wxCoord, wxCoord, const wxArrayString& filenames)
|
|||||||
DnDShapeDialog::DnDShapeDialog(wxFrame *parent, DnDShape *shape)
|
DnDShapeDialog::DnDShapeDialog(wxFrame *parent, DnDShape *shape)
|
||||||
:wxDialog( parent, 6001, wxT("Choose Shape"), wxPoint( 10, 10 ),
|
:wxDialog( parent, 6001, wxT("Choose Shape"), wxPoint( 10, 10 ),
|
||||||
wxSize( 40, 40 ),
|
wxSize( 40, 40 ),
|
||||||
wxRAISED_BORDER|wxCAPTION|wxTHICK_FRAME|wxSYSTEM_MENU )
|
wxDEFAULT_DIALOG_STYLE | wxRAISED_BORDER | wxTHICK_FRAME )
|
||||||
{
|
{
|
||||||
m_shape = shape;
|
m_shape = shape;
|
||||||
wxBoxSizer* topSizer = new wxBoxSizer( wxVERTICAL );
|
wxBoxSizer* topSizer = new wxBoxSizer( wxVERTICAL );
|
||||||
|
Reference in New Issue
Block a user