- // get the height and, if the pointer is not NULL, width of our labels
- int GetLabelsSize(int *width = NULL) const;
+ // Get the height and, if the pointers are non NULL, widths of both labels.
+ int GetLabelsSize(int *widthMin = NULL, int *widthMax = NULL) const;