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

HtmlWindow Class. More...

#include <HtmlWindow.h>

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

Public Member Functions

 HtmlWindow (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxHW_DEFAULT_STYLE, const wxString &name=wxT("htmlWindow"))
 Methods for HtmlWindow. More...
 
virtual ~HtmlWindow ()
 

Detailed Description

HtmlWindow Class.

The widget to the left of a ToolBar that allows it to be dragged around to NEW positions.

An accessible wxHtmlWindow.

Definition at line 36 of file HtmlWindow.h.

Constructor & Destructor Documentation

◆ HtmlWindow()

HtmlWindow::HtmlWindow ( wxWindow *  parent,
wxWindowID  id = wxID_ANY,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
long  style = wxHW_DEFAULT_STYLE,
const wxString &  name = wxT("htmlWindow") 
)

Methods for HtmlWindow.

Definition at line 107 of file HtmlWindow.cpp.

113: wxHtmlWindow(parent, id, pos, size, style, name)
114{
115#if wxUSE_ACCESSIBILITY
116 SetAccessible( safenew HtmlWindowAx( this ) );
117#endif
118}
const TranslatableString name
Definition: Distortion.cpp:76
#define safenew
Definition: MemoryX.h:9

References safenew.

◆ ~HtmlWindow()

HtmlWindow::~HtmlWindow ( )
virtual

Definition at line 123 of file HtmlWindow.cpp.

124{
125}

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