Package: gtk

GEnum gtk:im-status-style

Declaration

(gobject:define-genum "GtkIMStatusStyle" gtk-im-status-style
  (:export t
   :type-initializer "gtk_im_status_style_get_type")
  (:nothing 0)
  (:callback 1)
  (:none 2))  

Details

Style for input method status. See also the gtk-im-status-style property.

Warning

The gtk:im-status-style enumeration has been deprecated since version 3.10 and should not be used in newly written code.
 

See also

2024-3-22