Bug #12244 2007-10-22 10:45

jefrisibarani

wxStdDialogButtonSizer

Creating dialog/panel in XRC mode from wxSmith "Add panel/dialog" wizard generates invalid declaration for wxStdDialogButtonSizer

sample generated code :

-----------------------------------------------------------

#ifndef DLGIMPORT_H

#define DLGIMPORT_H

//(*Headers(DlgImport)

#include <wx/dialog.h>

class wxStdDialogButtonSizer;

//*)

class DlgImport: public wxDialog

{

public:

DlgImport(wxWindow* parent);

virtual ~DlgImport();

//(*Declarations(DlgImport)

wxStdDialogButtonSizer* ;

//*)

protected:

//(*Identifiers(DlgImport)

//*)

private:

//(*Handlers(DlgImport)

//*)

protected:

void BuildContent(wxWindow* parent);

DECLARE_EVENT_TABLE()

};

#endif

--------------------------------------------------------------

Category
Plugin::wxSmith
Group
 
Status
Closed
Close date
2007-11-12 18:59
Assigned to
byo
byo 2007-11-12 18:59

This bug has been already fixed in HEAD.

Thank you.