|
i'm all done but adding in the "gender" code. [x] checkbox. so far i have four horizontal hscale bars and a means of printing the input via fprintf; but i have tried everything i can thing of to label the four bar and no-joy. i figured it would be a simple matter of doing something like this:
label = gtk_label_new("Pitch") gtk_box_pack_start(.........) gtk_widget_show(label);
for each label. It isn't that simple. nothing i've tried over more than three hours has worked. Any ideas? i'd like the strings to read 1.: "Pitch", 2) "Volume, 3) Speed WPM", and 4, "Delay"
i'll see if i can attach me src. i'd be very much obliged to learn what i've been doing WRong!
tia,
gary
|