Re: Configure event for a text view?

2012-03-29 Thread Lucas Levrel
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(){

How to make a progress-bar thinner?

2012-03-29 Thread Osmo Antero
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

Re: Scroll windows does use all of the content area

2012-03-29 Thread Richard Gipps
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 which

gtk2 - gtk3 minor visual issues

2012-03-29 Thread Roger Davis
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.