mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 16:19:43 +02:00
Add a comment documenting ShuttleGui::Prop(). (I thought it was short for "property" rather than "proportion".)
This commit is contained in:
parent
f13cdd542c
commit
1047eb1765
@ -354,6 +354,7 @@ public:
|
||||
~ShuttleGui(void);
|
||||
public:
|
||||
ShuttleGui & Id(int id );
|
||||
// Prop() sets the proportion value, defined as in wxSizer::Add().
|
||||
ShuttleGui & Prop( int iProp ){ ShuttleGuiBase::Prop(iProp); return *this;}; // Has to be here too, to return a ShuttleGui and not a ShuttleGuiBase.
|
||||
GuiWaveTrack * AddGuiWaveTrack( const wxString & Name);
|
||||
AdornedRulerPanel * AddAdornedRuler( ViewInfo *pViewInfo );
|
||||
|
Loading…
x
Reference in New Issue
Block a user