mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-07 23:51:14 +02:00
add button
This commit is contained in:
parent
668714942b
commit
af5163025a
@ -1957,6 +1957,16 @@ AdornedRulerPanel::AdornedRulerPanel(AudacityProject* parent,
|
|||||||
, mProject(parent)
|
, mProject(parent)
|
||||||
, mViewInfo(viewinfo)
|
, mViewInfo(viewinfo)
|
||||||
{
|
{
|
||||||
|
{
|
||||||
|
ToolBar::MakeButton(this,
|
||||||
|
bmpRecoloredUpSmall, bmpRecoloredDownSmall, bmpRecoloredHiliteSmall,
|
||||||
|
|
||||||
|
bmpSyncLockTracksUp, bmpSyncLockTracksDown, bmpSyncLockTracksDisabled, wxWindowID(id),
|
||||||
|
wxDefaultPosition,
|
||||||
|
true,
|
||||||
|
theTheme.ImageSize( bmpRecoloredUpSmall ));
|
||||||
|
}
|
||||||
|
|
||||||
SetLabel( _("Timeline") );
|
SetLabel( _("Timeline") );
|
||||||
SetName(GetLabel());
|
SetName(GetLabel());
|
||||||
SetBackgroundStyle(wxBG_STYLE_PAINT);
|
SetBackgroundStyle(wxBG_STYLE_PAINT);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user