我在文档中找到了函数: gtk_entry_set_input_purpose()来设置 gtkentry 的输入方法,但是在使用它时,gcc 无法识别它,它给了我这个错误
implicit declaration of function ‘gtk_entry_set_input_purpose’ [-Wimplicit-function-declaration]
undefined reference to `gtk_entry_set_input_purpose'
问题出在哪里?
我在文档中找到了函数: gtk_entry_set_input_purpose()来设置 gtkentry 的输入方法,但是在使用它时,gcc 无法识别它,它给了我这个错误
implicit declaration of function ‘gtk_entry_set_input_purpose’ [-Wimplicit-function-declaration]
undefined reference to `gtk_entry_set_input_purpose'
问题出在哪里?