, including all inherited members.
AcceptsFocus() const | wxWindow | [virtual] |
AcceptsFocusFromKeyboard() const | wxWindow | [virtual] |
AcceptsFocusRecursively() const | wxWindow | [virtual] |
AddChild(wxWindow *child) | wxWindow | [virtual] |
AddFilter(wxEventFilter *filter) | wxEvtHandler | [static] |
AddPendingEvent(const wxEvent &event) | wxWindow | [protected, virtual] |
AllocExclusive() | wxObject | [protected] |
AlwaysShowScrollbars(bool hflag=true, bool vflag=true) | wxWindow | [virtual] |
AnimateShow(const wxRect &rect, int flags) | wxComboCtrl | [protected, virtual] |
AppendText(const wxString &text) | wxTextEntry | [virtual] |
AutoComplete(const wxArrayString &choices) | wxTextEntry | |
AutoComplete(wxTextCompleter *completer) | wxTextEntry | |
AutoCompleteDirectories() | wxTextEntry | |
AutoCompleteFileNames() | wxTextEntry | |
Bind(const EventTag &eventType, Functor functor, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL) | wxEvtHandler | |
Bind(const EventTag &eventType, void(Class::*method)(EventArg &), EventHandler *handler, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL) | wxEvtHandler | |
CacheBestSize(const wxSize &size) const | wxWindow | |
CanCopy() const | wxTextEntry | [virtual] |
CanCut() const | wxTextEntry | [virtual] |
CanPaste() const | wxTextEntry | [virtual] |
CanRedo() const | wxTextEntry | [virtual] |
CanScroll(int orient) const | wxWindow | |
CanSetTransparent() | wxWindow | [virtual] |
CanUndo() const | wxTextEntry | [virtual] |
CaptureMouse() | wxWindow | |
Center(int dir=wxBOTH) | wxWindow | |
CenterOnParent(int dir=wxBOTH) | wxWindow | |
Centre(int direction=wxBOTH) | wxWindow | |
CentreOnParent(int direction=wxBOTH) | wxWindow | |
ChangeValue(const wxString &value) | wxTextEntry | [virtual] |
Clear() | wxTextEntry | [virtual] |
ClearBackground() | wxWindow | [virtual] |
ClientToScreen(int *x, int *y) const | wxWindow | |
ClientToScreen(const wxPoint &pt) const | wxWindow | |
ClientToWindowSize(const wxSize &size) const | wxWindow | [virtual] |
CloneRefData(const wxObjectRefData *data) const | wxObject | [protected, virtual] |
Close(bool force=false) | wxWindow | |
Command(wxCommandEvent &event) | wxControl | [virtual] |
Connect(int id, int lastId, wxEventType eventType, wxObjectEventFunction function, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL) | wxEvtHandler | |
Connect(int id, wxEventType eventType, wxObjectEventFunction function, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL) | wxEvtHandler | |
Connect(wxEventType eventType, wxObjectEventFunction function, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL) | wxEvtHandler | |
ConvertDialogToPixels(const wxPoint &pt) const | wxWindow | |
ConvertDialogToPixels(const wxSize &sz) const | wxWindow | |
ConvertPixelsToDialog(const wxPoint &pt) const | wxWindow | |
ConvertPixelsToDialog(const wxSize &sz) const | wxWindow | |
Copy() | wxComboCtrl | [virtual] |
Create(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &value=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxComboBoxNameStr) | wxComboCtrl | |
wxControl::Create(wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxControlNameStr) | wxControl | |
wxWindow::Create(wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name=wxPanelNameStr) | wxWindow | |
CreateRefData() const | wxObject | [protected, virtual] |
Cut() | wxComboCtrl | [virtual] |
DeletePendingEvents() | wxEvtHandler | |
Destroy() | wxWindow | [virtual] |
DestroyChildren() | wxWindow | |
Disable() | wxWindow | |
Disconnect(wxEventType eventType, wxObjectEventFunction function, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL) | wxEvtHandler | |
Disconnect(int id=wxID_ANY, wxEventType eventType=wxEVT_NULL, wxObjectEventFunction function=NULL, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL) | wxEvtHandler | |
Disconnect(int id, int lastId, wxEventType eventType, wxObjectEventFunction function=NULL, wxObject *userData=NULL, wxEvtHandler *eventSink=NULL) | wxEvtHandler | |
Dismiss() | wxComboCtrl | [virtual] |
DoCentre(int direction) | wxWindow | [protected, virtual] |
DoGetBestClientHeight(int width) const | wxWindow | [protected, virtual] |
DoGetBestClientSize() const | wxWindow | [protected, virtual] |
DoGetBestClientWidth(int height) const | wxWindow | [protected, virtual] |
DoGetBestSize() const | wxWindow | [protected, virtual] |
DoSetPopupControl(wxComboPopup *popup) | wxComboCtrl | [protected, virtual] |
DoShowPopup(const wxRect &rect, int flags) | wxComboCtrl | [protected, virtual] |
DoUpdateWindowUI(wxUpdateUIEvent &event) | wxWindow | [virtual] |
DragAcceptFiles(bool accept) | wxWindow | [virtual] |
Ellipsize(const wxString &label, const wxDC &dc, wxEllipsizeMode mode, int maxWidth, int flags=wxELLIPSIZE_FLAGS_DEFAULT) | wxControl | [static] |
Enable(bool enable=true) | wxWindow | [virtual] |
EnablePopupAnimation(bool enable=true) | wxComboCtrl | |
EscapeMnemonics(const wxString &text) | wxControl | [static] |
FindFocus() | wxWindow | [static] |
FindWindow(long id) const | wxWindow | |
FindWindow(const wxString &name) const | wxWindow | |
FindWindowById(long id, const wxWindow *parent=0) | wxWindow | [static] |
FindWindowByLabel(const wxString &label, const wxWindow *parent=0) | wxWindow | [static] |
FindWindowByName(const wxString &name, const wxWindow *parent=0) | wxWindow | [static] |
Fit() | wxWindow | [virtual] |
FitInside() | wxWindow | [virtual] |
Freeze() | wxWindow | |
GetAcceleratorTable() | wxWindow | |
GetAccessible() | wxWindow | |
GetAutoLayout() const | wxWindow | |
GetBackgroundColour() const | wxWindow | |
GetBackgroundStyle() const | wxWindow | [virtual] |
GetBestHeight(int width) const | wxWindow | |
GetBestSize() const | wxWindow | |
GetBestVirtualSize() const | wxWindow | [virtual] |
GetBestWidth(int height) const | wxWindow | |
GetBitmapDisabled() const | wxComboCtrl | |
GetBitmapHover() const | wxComboCtrl | |
GetBitmapNormal() const | wxComboCtrl | |
GetBitmapPressed() const | wxComboCtrl | |
GetBorder(long flags) const | wxWindow | |
GetBorder() const | wxWindow | |
GetButtonSize() | wxComboCtrl | |
GetCapture() | wxWindow | [static] |
GetCaret() const | wxWindow | |
GetCharHeight() const | wxWindow | [virtual] |
GetCharWidth() const | wxWindow | [virtual] |
GetChildren() | wxWindow | |
GetChildren() const | wxWindow | |
GetClassDefaultAttributes(wxWindowVariant variant=wxWINDOW_VARIANT_NORMAL) | wxWindow | [static] |
GetClassInfo() const | wxObject | [virtual] |
GetClientAreaOrigin() const | wxWindow | [virtual] |
GetClientData() const | wxEvtHandler | |
GetClientObject() const | wxEvtHandler | |
GetClientRect() const | wxWindow | |
GetClientSize(int *width, int *height) const | wxWindow | |
GetClientSize() const | wxWindow | |
GetConstraints() const | wxWindow | |
GetContainingSizer() const | wxWindow | |
GetCursor() const | wxWindow | |
GetCustomPaintWidth() const | wxComboCtrl | |
GetDefaultAttributes() const | wxWindow | [virtual] |
GetDropTarget() const | wxWindow | [virtual] |
GetEffectiveMinSize() const | wxWindow | [virtual] |
GetEventHandler() const | wxWindow | |
GetEvtHandlerEnabled() const | wxEvtHandler | |
GetExtraStyle() const | wxWindow | |
GetFeatures() | wxComboCtrl | [static] |
GetFont() const | wxWindow | |
GetForegroundColour() const | wxWindow | |
GetGrandParent() const | wxWindow | |
GetHandle() const | wxWindow | [virtual] |
GetHelpText() const | wxWindow | |
GetHelpTextAtPoint(const wxPoint &point, wxHelpEvent::Origin origin) const | wxWindow | [virtual] |
GetHint() const | wxComboCtrl | [virtual] |
GetId() const | wxWindow | |
GetInsertionPoint() const | wxComboCtrl | [virtual] |
GetLabel() const | wxControl | [virtual] |
GetLabelText() const | wxControl | |
GetLabelText(const wxString &label) | wxControl | [static] |
GetLastPosition() const | wxComboCtrl | [virtual] |
GetLayoutDirection() const | wxWindow | [virtual] |
GetMargins() const | wxComboCtrl | |
GetMaxClientSize() const | wxWindow | [virtual] |
GetMaxHeight() const | wxWindow | |
GetMaxSize() const | wxWindow | [virtual] |
GetMaxWidth() const | wxWindow | |
GetMinClientSize() const | wxWindow | [virtual] |
GetMinHeight() const | wxWindow | |
GetMinSize() const | wxWindow | [virtual] |
GetMinWidth() const | wxWindow | |
GetName() const | wxWindow | [virtual] |
GetNextHandler() const | wxEvtHandler | |
GetNextSibling() const | wxWindow | |
GetParent() const | wxWindow | |
GetPopupControl() | wxComboCtrl | |
GetPopupMenuSelectionFromUser(wxMenu &menu, const wxPoint &pos=wxDefaultPosition) | wxWindow | |
GetPopupMenuSelectionFromUser(wxMenu &menu, int x, int y) | wxWindow | |
GetPopupWindow() const | wxComboCtrl | |
GetPosition(int *x, int *y) const | wxWindow | |
GetPosition() const | wxWindow | |
GetPreviousHandler() const | wxEvtHandler | |
GetPrevSibling() const | wxWindow | |
GetRange(long from, long to) const | wxTextEntry | [virtual] |
GetRect() const | wxWindow | |
GetRefData() const | wxObject | |
GetScreenPosition(int *x, int *y) const | wxWindow | |
GetScreenPosition() const | wxWindow | |
GetScreenRect() const | wxWindow | |
GetScrollPos(int orientation) const | wxWindow | [virtual] |
GetScrollRange(int orientation) const | wxWindow | [virtual] |
GetScrollThumb(int orientation) const | wxWindow | [virtual] |
GetSelection(long *from, long *to) const | wxTextEntry | [virtual] |
GetSize(int *width, int *height) const | wxWindow | |
GetSize() const | wxWindow | |
GetSizer() const | wxWindow | |
GetStringSelection() const | wxTextEntry | [virtual] |
GetTextCtrl() const | wxComboCtrl | |
GetTextExtent(const wxString &string, int *w, int *h, int *descent=NULL, int *externalLeading=NULL, const wxFont *font=NULL) const | wxWindow | |
GetTextExtent(const wxString &string) const | wxWindow | |
GetTextIndent() const | wxComboCtrl | |
GetTextRect() const | wxComboCtrl | |
GetThemeEnabled() const | wxWindow | [virtual] |
GetToolTip() const | wxWindow | |
GetToolTipText() const | wxWindow | |
GetUpdateClientRect() const | wxWindow | |
GetUpdateRegion() const | wxWindow | |
GetValidator() | wxWindow | [virtual] |
GetValue() const | wxComboCtrl | [virtual] |
GetVirtualSize() const | wxWindow | |
GetVirtualSize(int *width, int *height) const | wxWindow | |
GetWindowBorderSize() const | wxWindow | [virtual] |
GetWindowStyle() const | wxWindow | |
GetWindowStyleFlag() const | wxWindow | [virtual] |
GetWindowVariant() const | wxWindow | |
HandleAsNavigationKey(const wxKeyEvent &event) | wxWindow | |
HandleWindowEvent(wxEvent &event) const | wxWindow | |
HasCapture() const | wxWindow | [virtual] |
HasExtraStyle(int exFlag) const | wxWindow | |
HasFlag(int flag) const | wxWindow | |
HasFocus() const | wxWindow | [virtual] |
HasMultiplePages() const | wxWindow | [virtual] |
HasScrollbar(int orient) const | wxWindow | |
HasTransparentBackground() | wxWindow | [virtual] |
Hide() | wxWindow | |
HidePopup(bool generateEvent=false) | wxComboCtrl | [virtual] |
HideWithEffect(wxShowEffect effect, unsigned int timeout=0) | wxWindow | [virtual] |
HitTest(wxCoord x, wxCoord y) const | wxWindow | |
HitTest(const wxPoint &pt) const | wxWindow | |
InformFirstDirection(int direction, int size, int availableOtherDir) | wxWindow | [virtual] |
InheritAttributes() | wxWindow | [virtual] |
InitDialog() | wxWindow | [virtual] |
InvalidateBestSize() | wxWindow | |
IsBeingDeleted() const | wxWindow | |
IsDescendant(wxWindowBase *win) const | wxWindow | |
IsDoubleBuffered() const | wxWindow | [virtual] |
IsEditable() const | wxTextEntry | [virtual] |
IsEmpty() const | wxTextEntry | [virtual] |
IsEnabled() const | wxWindow | |
IsExposed(int x, int y) const | wxWindow | |
IsExposed(wxPoint &pt) const | wxWindow | |
IsExposed(int x, int y, int w, int h) const | wxWindow | |
IsExposed(wxRect &rect) const | wxWindow | |
IsFrozen() const | wxWindow | |
IsKeyPopupToggle(const wxKeyEvent &event) const | wxComboCtrl | [virtual] |
IsKindOf(const wxClassInfo *info) const | wxObject | |
IsPopupShown() const | wxComboCtrl | |
IsPopupWindowState(int state) const | wxComboCtrl | |
IsRetained() const | wxWindow | [virtual] |
IsSameAs(const wxObject &obj) const | wxObject | |
IsScrollbarAlwaysShown(int orient) const | wxWindow | [virtual] |
IsShown() const | wxWindow | [virtual] |
IsShownOnScreen() const | wxWindow | [virtual] |
IsThisEnabled() const | wxWindow | |
IsTopLevel() const | wxWindow | [virtual] |
IsTransparentBackgroundSupported(wxString *reason=NULL) const | wxWindow | [virtual] |
IsUnlinked() const | wxEvtHandler | |
Layout() | wxWindow | [virtual] |
LineDown() | wxWindow | |
LineUp() | wxWindow | |
Lower() | wxWindow | [virtual] |
m_refData | wxObject | [protected] |
Move(int x, int y, int flags=wxSIZE_USE_EXISTING) | wxWindow | |
Move(const wxPoint &pt, int flags=wxSIZE_USE_EXISTING) | wxWindow | |
MoveAfterInTabOrder(wxWindow *win) | wxWindow | |
MoveBeforeInTabOrder(wxWindow *win) | wxWindow | |
Navigate(int flags=wxNavigationKeyEvent::IsForward) | wxWindow | |
NavigateIn(int flags=wxNavigationKeyEvent::IsForward) | wxWindow | |
NewControlId(int count=1) | wxWindow | [static] |
OnButtonClick() | wxComboCtrl | [virtual] |
OnInternalIdle() | wxWindow | [virtual] |
operator delete(void *buf) | wxObject | |
operator new(size_t size, const wxString &filename=NULL, int lineNum=0) | wxObject | |
PageDown() | wxWindow | |
PageUp() | wxWindow | |
Paste() | wxComboCtrl | [virtual] |
PopEventHandler(bool deleteHandler=false) | wxWindow | |
Popup() | wxComboCtrl | [virtual] |
PopupMenu(wxMenu *menu, const wxPoint &pos=wxDefaultPosition) | wxWindow | |
PopupMenu(wxMenu *menu, int x, int y) | wxWindow | |
PostSizeEvent() | wxWindow | |
PostSizeEventToParent() | wxWindow | |
PrepareBackground(wxDC &dc, const wxRect &rect, int flags) const | wxComboCtrl | [virtual] |
ProcessEvent(wxEvent &event) | wxWindow | [protected, virtual] |
ProcessEventLocally(wxEvent &event) | wxEvtHandler | |
ProcessPendingEvents() | wxWindow | [protected] |
ProcessThreadEvent(const wxEvent &event) | wxWindow | [protected] |
ProcessWindowEvent(wxEvent &event) | wxWindow | |
ProcessWindowEventLocally(wxEvent &event) | wxWindow | |
PushEventHandler(wxEvtHandler *handler) | wxWindow | |
QueueEvent(wxEvent *event) | wxWindow | [protected, virtual] |
Raise() | wxWindow | [virtual] |
Redo() | wxTextEntry | [virtual] |
Ref(const wxObject &clone) | wxObject | |
Refresh(bool eraseBackground=true, const wxRect *rect=NULL) | wxWindow | [virtual] |
RefreshRect(const wxRect &rect, bool eraseBackground=true) | wxWindow | |
RegisterHotKey(int hotkeyId, int modifiers, int virtualKeyCode) | wxWindow | [virtual] |
ReleaseMouse() | wxWindow | |
Remove(long from, long to) | wxComboCtrl | [virtual] |
RemoveChild(wxWindow *child) | wxWindow | [virtual] |
RemoveEventHandler(wxEvtHandler *handler) | wxWindow | |
RemoveFilter(wxEventFilter *filter) | wxEvtHandler | [static] |
RemoveMnemonics(const wxString &str) | wxControl | [static] |
Reparent(wxWindow *newParent) | wxWindow | [virtual] |
Replace(long from, long to, const wxString &text) | wxComboCtrl | [virtual] |
SafelyProcessEvent(wxEvent &event) | wxWindow | [protected] |
ScreenToClient(int *x, int *y) const | wxWindow | |
ScreenToClient(const wxPoint &pt) const | wxWindow | |
ScrollLines(int lines) | wxWindow | [virtual] |
ScrollPages(int pages) | wxWindow | [virtual] |
ScrollWindow(int dx, int dy, const wxRect *rect=NULL) | wxWindow | [virtual] |
SearchEventTable(wxEventTable &table, wxEvent &event) | wxEvtHandler | [virtual] |
SelectAll() | wxTextEntry | [virtual] |
SendDestroyEvent() | wxWindow | [protected] |
SendSizeEvent(int flags=0) | wxWindow | [virtual] |
SendSizeEventToParent(int flags=0) | wxWindow | |
SetAcceleratorTable(const wxAcceleratorTable &accel) | wxWindow | [virtual] |
SetAccessible(wxAccessible *accessible) | wxWindow | |
SetAutoLayout(bool autoLayout) | wxWindow | |
SetBackgroundColour(const wxColour &colour) | wxWindow | [virtual] |
SetBackgroundStyle(wxBackgroundStyle style) | wxWindow | [virtual] |
SetButtonBitmaps(const wxBitmap &bmpNormal, bool pushButtonBg=false, const wxBitmap &bmpPressed=wxNullBitmap, const wxBitmap &bmpHover=wxNullBitmap, const wxBitmap &bmpDisabled=wxNullBitmap) | wxComboCtrl | |
SetButtonPosition(int width=-1, int height=-1, int side=wxRIGHT, int spacingX=0) | wxComboCtrl | |
SetCanFocus(bool canFocus) | wxWindow | [virtual] |
SetCaret(wxCaret *caret) | wxWindow | |
SetClientData(void *data) | wxEvtHandler | |
SetClientObject(wxClientData *data) | wxEvtHandler | |
SetClientSize(int width, int height) | wxWindow | |
SetClientSize(const wxSize &size) | wxWindow | |
SetClientSize(const wxRect &rect) | wxWindow | |
SetConstraints(wxLayoutConstraints *constraints) | wxWindow | |
SetContainingSizer(wxSizer *sizer) | wxWindow | |
SetCursor(const wxCursor &cursor) | wxWindow | [virtual] |
SetCustomPaintWidth(int width) | wxComboCtrl | |
SetDoubleBuffered(bool on) | wxWindow | |
SetDropTarget(wxDropTarget *target) | wxWindow | [virtual] |
SetEditable(bool editable) | wxTextEntry | [virtual] |
SetEventHandler(wxEvtHandler *handler) | wxWindow | |
SetEvtHandlerEnabled(bool enabled) | wxEvtHandler | |
SetExtraStyle(long exStyle) | wxWindow | [virtual] |
SetFocus() | wxWindow | [virtual] |
SetFocusFromKbd() | wxWindow | [virtual] |
SetFont(const wxFont &font) | wxWindow | [virtual] |
SetForegroundColour(const wxColour &colour) | wxWindow | [virtual] |
SetHelpText(const wxString &helpText) | wxWindow | |
SetHint(const wxString &hint) | wxComboCtrl | [virtual] |
SetId(wxWindowID winid) | wxWindow | |
SetInitialBestSize(const wxSize &size) | wxWindow | [protected, virtual] |
SetInitialSize(const wxSize &size=wxDefaultSize) | wxWindow | |
SetInsertionPoint(long pos) | wxComboCtrl | [virtual] |
SetInsertionPointEnd() | wxComboCtrl | [virtual] |
SetLabel(const wxString &label) | wxControl | [virtual] |
SetLabelMarkup(const wxString &markup) | wxControl | |
SetLabelText(const wxString &text) | wxControl | |
SetLayoutDirection(wxLayoutDirection dir) | wxWindow | [virtual] |
SetMargins(const wxPoint &pt) | wxComboCtrl | |
SetMargins(wxCoord left, wxCoord top=-1) | wxComboCtrl | |
SetMaxClientSize(const wxSize &size) | wxWindow | [virtual] |
SetMaxLength(unsigned long len) | wxTextEntry | [virtual] |
SetMaxSize(const wxSize &size) | wxWindow | [virtual] |
SetMinClientSize(const wxSize &size) | wxWindow | [virtual] |
SetMinSize(const wxSize &size) | wxWindow | [virtual] |
SetName(const wxString &name) | wxWindow | [virtual] |
SetNextHandler(wxEvtHandler *handler) | wxWindow | [virtual] |
SetOwnBackgroundColour(const wxColour &colour) | wxWindow | |
SetOwnFont(const wxFont &font) | wxWindow | |
SetOwnForegroundColour(const wxColour &colour) | wxWindow | |
SetPalette(const wxPalette &pal) | wxWindow | |
SetPopupAnchor(int anchorSide) | wxComboCtrl | |
SetPopupControl(wxComboPopup *popup) | wxComboCtrl | |
SetPopupExtents(int extLeft, int extRight) | wxComboCtrl | |
SetPopupMaxHeight(int height) | wxComboCtrl | |
SetPopupMinWidth(int width) | wxComboCtrl | |
SetPosition(const wxPoint &pt) | wxWindow | |
SetPreviousHandler(wxEvtHandler *handler) | wxWindow | [virtual] |
SetRefData(wxObjectRefData *data) | wxObject | |
SetScrollbar(int orientation, int position, int thumbSize, int range, bool refresh=true) | wxWindow | [virtual] |
SetScrollPos(int orientation, int pos, bool refresh=true) | wxWindow | [virtual] |
SetSelection(long from, long to) | wxComboCtrl | [virtual] |
SetSize(int x, int y, int width, int height, int sizeFlags=wxSIZE_AUTO) | wxWindow | |
SetSize(const wxRect &rect) | wxWindow | |
SetSize(const wxSize &size) | wxWindow | |
SetSize(int width, int height) | wxWindow | |
SetSizeHints(const wxSize &minSize, const wxSize &maxSize=wxDefaultSize, const wxSize &incSize=wxDefaultSize) | wxWindow | [virtual] |
SetSizeHints(int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, int incH=-1) | wxWindow | [virtual] |
SetSizer(wxSizer *sizer, bool deleteOld=true) | wxWindow | |
SetSizerAndFit(wxSizer *sizer, bool deleteOld=true) | wxWindow | |
SetText(const wxString &value) | wxComboCtrl | |
SetTextCtrlStyle(int style) | wxComboCtrl | |
SetTextIndent(int indent) | wxComboCtrl | |
SetThemeEnabled(bool enable) | wxWindow | [virtual] |
SetToolTip(const wxString &tipString) | wxWindow | |
SetToolTip(wxToolTip *tip) | wxWindow | |
SetTransparent(wxByte alpha) | wxWindow | [virtual] |
SetValidator(const wxValidator &validator) | wxWindow | [virtual] |
SetValue(const wxString &value) | wxComboCtrl | [virtual] |
SetValueByUser(const wxString &value) | wxComboCtrl | |
SetVirtualSize(int width, int height) | wxWindow | |
SetVirtualSize(const wxSize &size) | wxWindow | |
SetWindowStyle(long style) | wxWindow | |
SetWindowStyleFlag(long style) | wxWindow | [virtual] |
SetWindowVariant(wxWindowVariant variant) | wxWindow | |
ShouldDrawFocus() const | wxComboCtrl | |
ShouldInheritColours() const | wxWindow | [virtual] |
Show(bool show=true) | wxWindow | [virtual] |
ShowPopup() | wxComboCtrl | [virtual] |
ShowWithEffect(wxShowEffect effect, unsigned int timeout=0) | wxWindow | [virtual] |
Thaw() | wxWindow | |
ToggleWindowStyle(int flag) | wxWindow | |
TransferDataFromWindow() | wxWindow | [virtual] |
TransferDataToWindow() | wxWindow | [virtual] |
TryAfter(wxEvent &event) | wxEvtHandler | [protected, virtual] |
TryBefore(wxEvent &event) | wxEvtHandler | [protected, virtual] |
Unbind(const EventTag &eventType, Functor functor, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL) | wxEvtHandler | |
Unbind(const EventTag &eventType, void(Class::*method)(EventArg &), EventHandler *handler, int id=wxID_ANY, int lastId=wxID_ANY, wxObject *userData=NULL) | wxEvtHandler | |
Undo() | wxComboCtrl | [virtual] |
Unlink() | wxEvtHandler | |
UnRef() | wxObject | |
UnregisterHotKey(int hotkeyId) | wxWindow | [virtual] |
UnreserveControlId(wxWindowID id, int count=1) | wxWindow | [static] |
UnsetToolTip() | wxWindow | |
UnShare() | wxObject | |
Update() | wxWindow | [virtual] |
UpdateWindowUI(long flags=wxUPDATE_UI_NONE) | wxWindow | [virtual] |
UseAltPopupWindow(bool enable=true) | wxComboCtrl | |
Validate() | wxWindow | [virtual] |
WarpPointer(int x, int y) | wxWindow | [virtual] |
WindowToClientSize(const wxSize &size) const | wxWindow | [virtual] |
WriteText(const wxString &text) | wxTextEntry | [virtual] |
wxComboCtrl() | wxComboCtrl | |
wxComboCtrl(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &value=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxComboBoxNameStr) | wxComboCtrl | |
wxControl(wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxControlNameStr) | wxControl | |
wxControl() | wxControl | |
wxEvtHandler() | wxEvtHandler | |
wxObject() | wxObject | |
wxObject(const wxObject &other) | wxObject | |
wxWindow() | wxWindow | |
wxWindow(wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name=wxPanelNameStr) | wxWindow | |
~wxComboCtrl() | wxComboCtrl | [virtual] |
~wxEvtHandler() | wxEvtHandler | [virtual] |
~wxObject() | wxObject | [virtual] |
~wxWindow() | wxWindow | [virtual] |