#include "wx/wxprec.h"#include "wx/wx.h"#include "wxtextctrlhist.h"#include "TextCompletionDatabase.hpp"#include <wx/regex.h>#include "../utils/misc.h"#include "../settings.h"#include "../ui.h"#include "../mainwindow.h"#include "../mainchattab.h"#include <wx/scrolwin.h>

Go to the source code of this file.
Functions | |
| void | GetArrayStringFromHashMap (const HashMap_String_String &hm, wxArrayString &matches) |
| void GetArrayStringFromHashMap | ( | const HashMap_String_String & | hm, | |
| wxArrayString & | matches | |||
| ) |
Definition at line 28 of file wxtextctrlhist.cpp.
1.6.3