开发者

gtk_adjustment_value_changed method

开发者 https://www.devze.com 2023-02-18 02:30 出处:网络
what does gtk_adjustment_value_changed method signify. Can i increment gtk_adjustment_value_changed value instead of value

what does gtk_adjustment_value_changed method signify. Can i increment gtk_adjustment_value_changed value instead of value

Reg开发者_如何学Cards, iSight


If you look at the documentation for gtk_adjustment_value_changed(), you will see that there is no value for you to increment. This method tells the GtkAdjustment object to emit a notification to any object that is listening to the value-changed signal. You shouldn't have to use it in a normal application.

0

精彩评论

暂无评论...
验证码 换一张
取 消