mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-17 13:20:45 +00:00
Fix comment for ui::PopupWindow::setHotRegion() member function
This commit is contained in:
parent
a3e77a657a
commit
6ec07d5e10
@ -43,10 +43,6 @@ PopupWindow::~PopupWindow()
|
||||
stopFilteringMessages();
|
||||
}
|
||||
|
||||
/**
|
||||
* @param region The new hot-region. This pointer is holded by the @a widget.
|
||||
* So you cannot destroy it after calling this routine.
|
||||
*/
|
||||
void PopupWindow::setHotRegion(const gfx::Region& region)
|
||||
{
|
||||
startFilteringMessages();
|
||||
|
@ -30,6 +30,8 @@ namespace ui {
|
||||
EnterBehavior enterBehavior = EnterBehavior::CloseOnEnter);
|
||||
~PopupWindow();
|
||||
|
||||
// Sets the hot region. This region indicates the area where the
|
||||
// mouse can be located and the window will be kept open.
|
||||
void setHotRegion(const gfx::Region& region);
|
||||
void setClickBehavior(ClickBehavior behavior);
|
||||
void setEnterBehavior(EnterBehavior behavior);
|
||||
|
Loading…
x
Reference in New Issue
Block a user