implement self construction

This commit is contained in:
yggverse 2024-10-12 07:10:56 +03:00
parent c499f10320
commit 6aedb21794
3 changed files with 13 additions and 5 deletions

View file

@ -76,7 +76,7 @@ Quick start guide and maintenance protocol
* implementable `struct` is public, where it members - private
* contain main `struct` implementation:
* at least one constructor that must:
* have common for application name: `new` or/and `new_arc`, `new_mutex`, etc - on return object in container
* have common for application names: `from`, `new` or/and `new_arc`, `new_mutex`, etc - on return object in container
* grant ownership for new `Self` object created
* public `activate` action if the new object can not be activated on construct
* public `link` getter for GTK `widget` (parental composition)