wxrcedit improvements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -91,6 +91,8 @@ class EditorFrame : public wxFrame
|
||||
wxList m_Handlers;
|
||||
|
||||
wxXmlNode *m_SelectedNode;
|
||||
|
||||
wxXmlNode *m_Clipboard;
|
||||
|
||||
wxString m_FileName;
|
||||
wxXmlDocument *m_Resource;
|
||||
@@ -107,6 +109,9 @@ class EditorFrame : public wxFrame
|
||||
void OnPropSel(wxListEvent& event);
|
||||
void OnNewNode(wxCommandEvent& event);
|
||||
void OnRightClickTree(wxPoint pos);
|
||||
void OnClipboardAction(wxCommandEvent& event);
|
||||
|
||||
void DeleteSelectedNode();
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user