Code::Blocks  SVN r11506
Typedefs | Functions | Variables
incremental_select_helper.cpp File Reference
#include "sdk_precomp.h"
#include "incremental_select_helper.h"
Include dependency graph for incremental_select_helper.cpp:

Go to the source code of this file.

Typedefs

typedef int wxStandardID
 

Functions

void FilterItemsFinalize (wxListCtrl &list, IncrementalSelectIterator &iterator)
 
static wxStandardID KeyDownAction (wxKeyEvent &event, int &selected, int selectedMax)
 

Variables

const long ID_TEXTCTRL1 = wxNewId()
 
const long ID_RESULT_LIST = wxNewId()
 

Typedef Documentation

◆ wxStandardID

typedef int wxStandardID

Definition at line 199 of file incremental_select_helper.cpp.

Function Documentation

◆ FilterItemsFinalize()

void FilterItemsFinalize ( wxListCtrl list,
IncrementalSelectIterator iterator 
)

◆ KeyDownAction()

static wxStandardID KeyDownAction ( wxKeyEvent event,
int &  selected,
int  selectedMax 
)
static

Variable Documentation

◆ ID_RESULT_LIST

const long ID_RESULT_LIST = wxNewId()

◆ ID_TEXTCTRL1

const long ID_TEXTCTRL1 = wxNewId()