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

#include <ShuttleGui.h>

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

Public Member Functions

template<typename... Args>
 wxStaticBoxWrapper (Args &&...args)
 

Detailed Description

Definition at line 83 of file ShuttleGui.h.

Constructor & Destructor Documentation

◆ wxStaticBoxWrapper()

template<typename... Args>
wxStaticBoxWrapper::wxStaticBoxWrapper ( Args &&...  args)
inline

Definition at line 88 of file ShuttleGui.h.

89 : wxStaticBox( std::forward<Args>(args)... )
90 {
91 m_container.EnableSelfFocus();
92 }

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