Package: gtk

GEnum gtk-im-status-style

Details

Style for input method status. See also the gtk-im-status-style property.
(define-g-enum "GtkIMStatusStyle" gtk-im-status-style
  (:export t
   :type-initializer "gtk_im_status_style_get_type")
  (:nothing 0)
  (:callback 1)
  (:none 2))  

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

2021-4-17