Move A Widget To A New Position

Assuming you used gtk_fixed_put() originally


gtk_fixed_move(GTK_FIXED(fixed), TimerLabel, 0, ((ScreenHeight >> 1) - font_size));

 

Comments

  1. artdal frog

    9 months ago

    =)