Browse Source

Minor comment addition

tags/2021-05-28
jules 10 years ago
parent
commit
d635ced700
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      modules/juce_gui_basics/widgets/juce_TableListBox.h

+ 3
- 0
modules/juce_gui_basics/widgets/juce_TableListBox.h View File

@@ -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…
Cancel
Save