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:
twanvl
2007-08-23 17:37:44 +00:00
parent c3e10f2ccf
commit dc9f08b311
5 changed files with 61 additions and 21 deletions
+4 -2
View File
@@ -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);
};