Definition in file auxframes.cc.
#include <iostream>
#include <sstream>
#include "wx/sizer.h"
#include "wx/button.h"
#include "wx/intl.h"
#include "wx/clipbrd.h"
#include "wx/dataobj.h"
#include "ewx.h"
#include "dic.h"
#include "dic_search.h"
#include "training.h"
#include "player.h"
#include "game.h"
#include "configdb.h"
#include "auxframes.h"
#include "mainframe.h"
#include "searchpanel.h"
Go to the source code of this file.
Defines | |
#define | MINW 50 |
#define | MINH 50 |
Enumerations | |
enum | { Word_Id, Result_Id } |
enum | { ListBoxID, ButtonCopyID } |
Functions | |
BEGIN_EVENT_TABLE (VerifFrame, AuxFrame) EVT_TEXT(Word_Id | |
VerifFrame::OnText | END_EVENT_TABLE () VerifFrame |
BEGIN_EVENT_TABLE (AuxFrameList, AuxFrame) EVT_BUTTON(ButtonCopyID | |
BEGIN_EVENT_TABLE (ResultFrame, AuxFrame) END_EVENT_TABLE() ResultFrame |
|
Referenced by AuxFrame::Reload(). |
|
Referenced by AuxFrame::Reload(). |
|
Definition at line 222 of file auxframes.cc. |
|
Definition at line 283 of file auxframes.cc. |
|
Definition at line 548 of file auxframes.cc. |
|
|
|
|
|
Definition at line 230 of file auxframes.cc. |