ui.backend.gtk: small typo fix.
parent
94f863f33e
commit
2dea9bab74
|
@ -3,5 +3,5 @@ IN: ui.backend.gtk
|
||||||
|
|
||||||
HELP: configure-im
|
HELP: configure-im
|
||||||
{ $values { "win" GtkWindow } { "im" GtkIMContext } }
|
{ $values { "win" GtkWindow } { "im" GtkIMContext } }
|
||||||
{ $description "Configures the input methods of the window. Must only be run after the window hasbeen realized." }
|
{ $description "Configures the input methods of the window. Must only be run after the window has been realized." }
|
||||||
{ $see-also gtk_widget_realize } ;
|
{ $see-also gtk_widget_realize } ;
|
||||||
|
|
Loading…
Reference in New Issue