diff options
Diffstat (limited to 'src/gui/npclistdialog.h')
-rw-r--r-- | src/gui/npclistdialog.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/npclistdialog.h b/src/gui/npclistdialog.h index a7b49506..b5a62515 100644 --- a/src/gui/npclistdialog.h +++ b/src/gui/npclistdialog.h @@ -76,6 +76,11 @@ class NpcListDialog : public Window, public gcn::ActionListener, void setVisible(bool visible); + /** + * Requests the listbox to take focus for input. + */ + void requestFocus(); + private: Network *mNetwork; gcn::ListBox *mItemList; @@ -83,4 +88,6 @@ class NpcListDialog : public Window, public gcn::ActionListener, std::vector<std::string> mItems; }; +extern NpcListDialog *npcListDialog; + #endif // GUI_NPCLISTDIALOG_H |