throw away Menu::GetPosition() as Menu::Choice() does the same
oh cool, I forgot that such function already exists under different name ~~
This commit is contained in:
@@ -120,8 +120,6 @@ namespace NCurses
|
||||
void Move(size_t from, size_t to);
|
||||
bool Goto(size_t y);
|
||||
|
||||
size_t GetPosition() const { return itsHighlight; }
|
||||
|
||||
bool isBold(int id = -1);
|
||||
void BoldOption(int index, bool bold);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user