fix: tooltips in WCO caption buttons (#44758)
fix: tooltips in WCO capton buttons Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
parent
c90509c2bc
commit
6cc9aa57fe
2 changed files with 24 additions and 17 deletions
|
@ -42,9 +42,11 @@ class WinCaptionButtonContainer : public views::View,
|
|||
// See also ClientView::NonClientHitTest.
|
||||
int NonClientHitTest(const gfx::Point& point) const;
|
||||
|
||||
gfx::Size GetButtonSize() const;
|
||||
void SetButtonSize(gfx::Size size);
|
||||
|
||||
// Add tooltip text to caption buttons.
|
||||
void UpdateButtonToolTipsForWindowControlsOverlay();
|
||||
|
||||
// Sets caption button container background color.
|
||||
void UpdateBackground();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue