projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add support for storing translations in win32 resources.
[wxWidgets.git]
/
include
/
wx
/
richtext
/
richtextsymboldlg.h
diff --git
a/include/wx/richtext/richtextsymboldlg.h
b/include/wx/richtext/richtextsymboldlg.h
index 3c36c49b78b4fbee72d5030f70ea91f5f5111c07..20992812ff1ea777944caac5adf2994c6586080a 100644
(file)
--- a/
include/wx/richtext/richtextsymboldlg.h
+++ b/
include/wx/richtext/richtextsymboldlg.h
@@
-112,6
+112,9
@@
public:
/// wxEVT_COMMAND_COMBOBOX_SELECTED event handler for ID_SYMBOLPICKERDIALOG_SUBSET
void OnSubsetSelected( wxCommandEvent& event );
/// wxEVT_COMMAND_COMBOBOX_SELECTED event handler for ID_SYMBOLPICKERDIALOG_SUBSET
void OnSubsetSelected( wxCommandEvent& event );
+ /// wxEVT_UPDATE_UI event handler for ID_SYMBOLPICKERDIALOG_SUBSET
+ void OnSymbolpickerdialogSubsetUpdate( wxUpdateUIEvent& event );
+
#endif
#if defined(__UNICODE__)
/// wxEVT_COMMAND_COMBOBOX_SELECTED event handler for ID_SYMBOLPICKERDIALOG_FROM
#endif
#if defined(__UNICODE__)
/// wxEVT_COMMAND_COMBOBOX_SELECTED event handler for ID_SYMBOLPICKERDIALOG_FROM
@@
-355,7
+358,7
@@
private:
bool m_unicodeMode;
DECLARE_EVENT_TABLE()
bool m_unicodeMode;
DECLARE_EVENT_TABLE()
- DECLARE_NO_COPY_CLASS(wxSymbolListCtrl)
+ wxDECLARE_NO_COPY_CLASS(wxSymbolListCtrl);
DECLARE_ABSTRACT_CLASS(wxSymbolListCtrl)
};
DECLARE_ABSTRACT_CLASS(wxSymbolListCtrl)
};