Scroll to class when using picker tool on object

See: #572
This commit is contained in:
Jonathan G Rennison
2023-07-20 10:43:10 +01:00
parent c8ca16e43d
commit 40faaa46f4
3 changed files with 53 additions and 0 deletions

View File

@@ -506,6 +506,7 @@ public:
bool SetFocusedWidget(int widget_index);
EventState HandleEditBoxKey(int wid, WChar key, uint16 keycode);
bool ClearEditBox(int wid);
virtual void InsertTextString(int wid, const char *str, bool marked, const char *caret, const char *insert_location, const char *replacement_end);
void HandleButtonClick(byte widget);