Package: gtk

GEnum gtk:accessible-text-content-change

Declaration

(gobject:define-genum "GtkAccessibleTextContentChange"
                      accessible-text-content-change
  (:export t
   :type-initializer "gtk_accessible_text_content_change_get_type")
  (:insert 0)
  (:remove 1))  

Values

:insert
Contents change as the result of an insert operation.
:remvve
Contents change as the result of a remove operation.

Details

The type of contents change operation. Since 4.14
 

See also

2024-11-5