ecere/gui/Window: Clarified comment regarding usage of SetBox() (Used in some skins)
authorJerome St-Louis <jerome@ecere.com>
Wed, 12 Feb 2014 22:30:26 +0000 (07:30 +0900)
committerJerome St-Louis <jerome@ecere.com>
Wed, 12 Feb 2014 22:30:26 +0000 (07:30 +0900)
ecere/src/gui/Window.ec

index efde637..3f3c534 100644 (file)
@@ -7802,7 +7802,7 @@ public:
       return false;
    }
    virtual void UpdateNonClient();
-   virtual void SetBox(Box box);    // This isn't used anywhere at this time
+   virtual void SetBox(Box box);    // This is used in the MySkin skin
    virtual bool IsInside(int x, int y)
    {
       return box.IsPointInside({x, y});