Hi all,
I am porting some code from gtk2 to gtk3 and am having some minor issues
with respect to visual appearance of various widgets. This is on a CentOS
6.2 Linux platform with CentOS-installed gtk2 and a self-installed gtk3
which I downloaded from gnome.org and installed into /usr/local.
AFAIK
Where I mentioned "action area" in the email below I actually meant
"content area"...
I am currently updating an application I had written for GTK+2 to work
with GTK+3. This work is being done on Windows XP with GTK version 3.2.1.
Previously, the following code produced a scrollable window whi
Hello,
How can I make a GtkProgressBar thinner in this application.
See:
http://www.futuredesktop.com/tmp/test1.c
And
http://www.futuredesktop.com/tmp/screenshot1.png
Compile/link the code with
gcc test1.c -o test1 `pkg-config --cflags --libs gtk+-3.0`
and run
./test1
I have tried to use GtkAlign
Le 8 mars 2012, Lucas Levrel a écrit :
Now, I want to scroll down to the end of the text whenever the window is
resized. As for now, when the window is shrinked, the end of text gets out of
view and the user has to scroll down manually. I thought I'd connect the
following:
void scroll(){