WriteMode

Group has write permission.
Others have write permission.
Owner has write permission.
the read-write mode will be taken from PostgreSQL's per-connection default_transaction_read_only variable, which is initialized according to the server's config. The default configuration is ReadWrite.
Construct a GValueConstruct with valid value for the “overwrite-mode” property. This is rarely needed directly, but it is used by new.
Gets whether the GtkEntry is in overwrite mode.
Sets whether the text is overwritten when typing in the GtkEntry.
Get the value of the “overwrite-mode” property. When overloading is enabled, this is equivalent to
get entry #overwriteMode
Set the value of the “overwrite-mode” property. When overloading is enabled, this is equivalent to
set entry [ #overwriteMode := value ]
Construct a GValueConstruct with valid value for the “overwrite-mode” property. This is rarely needed directly, but it is used by new.
Get the value of the “overwrite-mode” property. When overloading is enabled, this is equivalent to
get text #overwriteMode
Set the value of the “overwrite-mode” property. When overloading is enabled, this is equivalent to
set text [ #overwriteMode := value ]
Gets whether text is overwritten when typing in the GtkText. See textSetOverwriteMode.
Sets whether the text is overwritten when typing in the GtkText.