Audacity 3.2.0
Public Member Functions | List of all members
wxSliderWrapper Class Reference

#include <ShuttleGui.h>

Inheritance diagram for wxSliderWrapper:
[legend]
Collaboration diagram for wxSliderWrapper:
[legend]

Public Member Functions

void SetFocus () override
 

Detailed Description

Fix a defect in TAB key navigation to sliders, known to happen in wxWidgets 3.1.1 and maybe in earlier versions

Definition at line 97 of file ShuttleGui.h.

Member Function Documentation

◆ SetFocus()

void wxSliderWrapper::SetFocus ( )
override

Definition at line 583 of file ShuttleGui.cpp.

584{
585 // bypassing the override in wxCompositeWindow<wxSliderBase> which ends up
586 // doing nothing
587 return wxSliderBase::SetFocus();
588}
void SetFocus(const WindowPlacement &focus)
Set the window that accepts keyboard input.
Definition: BasicUI.h:382

References BasicUI::SetFocus().

Here is the call graph for this function:

The documentation for this class was generated from the following files: