mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 05:07:00 -04:00
Some tweaks to word drop down list
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@619 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -164,8 +164,10 @@ class TextValueEditor : public TextValueViewer, public ValueEditor {
|
||||
void drawWordListIndicators(RotatedDC& dc);
|
||||
/// Find a WordListPos under the mouse cursor (if any), pos is in internal coordinates
|
||||
WordListPosP findWordList(const RealPoint& pos) const;
|
||||
/// Show a word list drop down menu
|
||||
void wordListDropDown(const WordListPosP& pos);
|
||||
/// Find a WordListPos for a index position
|
||||
WordListPosP findWordList(size_t index) const;
|
||||
/// Show a word list drop down menu, if wl
|
||||
bool wordListDropDown(const WordListPosP& wl);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user