| 2356 | } |
| 2357 | |
| 2358 | void alignTextToButton() |
| 2359 | { |
| 2360 | alignTextToFramePadding( cGradientButtonFramePadding * UI::scale() ); |
| 2361 | } |
| 2362 | |
| 2363 | |
| 2364 | void highlightWindowArea( const ImVec2& min, const ImVec2& max ) |
nothing calls this directly
no test coverage detected