Restore some lost lines
This commit is contained in:
parent
e72bec2c8f
commit
a4c9c0ac8e
@ -74,6 +74,10 @@ namespace nana{
|
||||
group& div(const char* div_str) throw();
|
||||
field_reference operator[](const char* field);
|
||||
|
||||
void field_display(const char* field_name, bool display); ///<Displays/Discards an existing field.
|
||||
bool field_display(const char* field_name) const; ///<Determines whether the specified field is displayed.
|
||||
void erase(window handle); ///< Erases a window from field.
|
||||
|
||||
template<typename Widget, typename ...Args>
|
||||
Widget* create_child(const char* field, Args && ... args)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user