mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
ShuttleGui::AddSpace takes prop argument...
... This will be needed to rewrite EffectRack
This commit is contained in:
@@ -714,7 +714,7 @@ public:
|
||||
void AddStandardButtons(
|
||||
long buttons = eOkButton | eCancelButton, wxWindow *extra = NULL );
|
||||
|
||||
wxSizerItem * AddSpace( int width, int height );
|
||||
wxSizerItem * AddSpace( int width, int height, int prop = 0 );
|
||||
wxSizerItem * AddSpace( int size ) { return AddSpace( size, size ); };
|
||||
|
||||
// Calculate width of a choice control adequate for the items, maybe after
|
||||
|
||||
Reference in New Issue
Block a user