feat: add a new awesome feature
This commit is contained in:
@@ -62,5 +62,7 @@ public:
|
||||
int count() const;
|
||||
//通过页签文本返回索引
|
||||
int indexOf(const std::string& tabText) const;
|
||||
void setDirty(bool dirty) override;
|
||||
void requestRepaint(Control* parent)override;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user