feat: view.getVisible() (#44999)
* feat: view.getVisible() * test: visible apis * docs: clarify getVisible
This commit is contained in:
parent
26da3c5d6e
commit
e2a7981dd3
4 changed files with 26 additions and 1 deletions
|
@ -45,6 +45,7 @@ class View : public gin_helper::EventEmitter<View>,
|
|||
void SetBackgroundColor(std::optional<WrappedSkColor> color);
|
||||
void SetBorderRadius(int radius);
|
||||
void SetVisible(bool visible);
|
||||
bool GetVisible() const;
|
||||
|
||||
// views::ViewObserver
|
||||
void OnViewBoundsChanged(views::View* observed_view) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue