add place::div() to return the div text

introduce keywords 'undisplayed' and 'invisible' into div-text
This commit is contained in:
Jinhao
2016-09-28 07:47:53 +08:00
parent 8b652ee308
commit 830839ae27
2 changed files with 159 additions and 3 deletions

View File

@@ -112,7 +112,8 @@ namespace nana
void bind(window handle);
window window_handle() const;
void div(const char* s); ///< Divides the attached widget into fields.
void div(const char* s); ///< Divides the attached widget into fields.
const std::string& div() const noexcept; ///< Returns div-text that depends on fields status.
void modify(const char* field_name, const char* div_text); ///< Modifies a specified field.
field_reference field(const char* name);///< Returns a field with the specified name.