mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-04 16:14:00 +01:00 
			
		
		
		
	Add a comment documenting ShuttleGui::Prop(). (I thought it was short for "property" rather than "proportion".)
This commit is contained in:
		@@ -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 );
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user