No Subject
- From: Sergei Naumov <serge astro unc edu>
- To: gtk-list redhat com
- Date: Tue, 11 Nov 1997 17:59:05 -0500
Hi!
Can anyone explain me the meaning of the parameters in gtk_adjustment_new()?
I figured a few but I am kinda uncertain about the last three.
And one more question. Here is a piece of code:
nu1ad = gtk_adjustment_new (5.0, 0.0, 100.0, 0.1, 1.0, 5.0);
nu1sc = gtk_vscale_new(GTK_ADJUSTMENT(nu1ad));
gtk_widget_set_usize(GTK_WIDGET (nu1sc),35,70);
Why can't I change the height of the nu1sc? Changing the third parameter in
gtk_widget_set_usize() does not affect the height of the slider.
Thanks much,
Sergei
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]