factor/basis/ui/backend/gtk/gtk-docs.factor

8 lines
285 B
Factor
Raw Normal View History

USING: gtk.ffi help.markup help.syntax ;
IN: ui.backend.gtk
HELP: configure-im
{ $values { "win" GtkWindow } { "im" GtkIMContext } }
2015-09-28 17:48:20 -04:00
{ $description "Configures the input methods of the window. Must only be run after the window has been realized." }
{ $see-also gtk_widget_realize } ;