add place::div() to return the div text
introduce keywords 'undisplayed' and 'invisible' into div-text
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user