18#if defined(__WXMAC__) || defined(__WXGTK__)
21 if (event.GetKeyCode() == WXK_TAB) {
23 if (
dynamic_cast<wxGrid*
>(focus)
26 dynamic_cast<wxGrid*
>(focus->GetParent()->GetParent()))) {
36 ? wxNavigationKeyEvent::IsBackward
37 : wxNavigationKeyEvent::IsForward
54 wxPanel::SetName(
name.Translation() );
64 wxPanel::SetName( GetLabel() );
69 wxDialog::SetTitle(
title.Translation() );
79 wxDialog::SetName(
name.Translation() );
84 wxDialog::SetName( wxDialog::GetTitle() );
Holds a msgid for the translation catalog; may also bind format arguments.
wxString Translation() const
TranslatableString Stripped(unsigned options=MenuCodes) const
non-mutating, constructs another TranslatableString object
void SetTitle(const TranslatableString &title)
void SetLabel(const TranslatableString &title)
static const TranslatableString DefaultDialogPrompt
void SetToolTip(const TranslatableString &toolTip)
void SetLabel(const TranslatableString &label)
std::unique_ptr< WindowPlacement > FindFocus()
Find the window that is accepting keyboard input, if any.
void wxTabTraversalWrapperCharHook(wxKeyEvent &event)