mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 14:07:01 -04:00
Added list for refering to keyword parameters; keyword database updated when keywords change
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@270 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -54,13 +54,7 @@ class KeywordsPanel : public SetWindowPanel {
|
||||
wxStaticText* errors;
|
||||
wxChoice* mode;
|
||||
wxButton* add_param;
|
||||
/// Controls to edit a parameter
|
||||
struct ParamEditor {
|
||||
wxStaticText* label;
|
||||
wxChoice* type;
|
||||
bool shown;
|
||||
};
|
||||
vector<ParamEditor> params;
|
||||
wxButton* ref_param;
|
||||
|
||||
// --------------------------------------------------- : Events
|
||||
void onKeywordSelect(KeywordSelectEvent& ev);
|
||||
|
||||
Reference in New Issue
Block a user