| 54 | column_max = ncolmax; |
| 55 | } |
| 56 | int Window_Selectable::GetRowMax() const { |
| 57 | return (item_max + column_max - 1) / column_max; |
| 58 | } |
| 59 | int Window_Selectable::GetTopRow() const { |
| 60 | return oy / menu_item_height; |
| 61 | } |
no outgoing calls
no test coverage detected