mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Minor comment addition
This commit is contained in:
parent
e65bd0769a
commit
d635ced700
1 changed files with 3 additions and 0 deletions
|
|
@ -56,6 +56,9 @@ public:
|
|||
|
||||
The graphics context has its origin at the row's top-left, and your method
|
||||
should fill the area specified by the width and height parameters.
|
||||
|
||||
Note that the rowNumber value may be greater than the number of rows in your
|
||||
list, so be careful that you don't assume it's less than getNumRows().
|
||||
*/
|
||||
virtual void paintRowBackground (Graphics&,
|
||||
int rowNumber,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue