gtk_adjustment_set_value seems to not work (0.99.7)



The subject says it all. If I do

gtk_adjustment_set_value(GTK_ADJUSTMENT(adj), (gfloat)num);

nothing happens. On the other hand,

GTK_ADJUSTMENT(adj)->value = (gfloat)num;

works fine. What's up?

Nathan



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]