Working with GtkTreeView,

2004-10-01 Thread Phillip Phirrip
  I need some help on how to use gtktrees. I want to create a GtkTreeView object with depth=3, i mean child iter, parent iter and grand parent iter. I am using gtk_tree_store append, where I pass the iter and parent iter to add to the list. Is there any API to add a particular row iter as a

Changing background color of text in statusbar

2004-10-01 Thread Egon Andersen
Hi, I've been trying to change the background colour for the text dispalyed in a statusbar, but I don't get it as I want it! I simply want the background of the text to be red, but it seems to be quite difficult - or I've just missed something. (Probably the later :-) I've tried a lot of

Re: Changing background color of text in statusbar

2004-10-01 Thread Viraj Chatterjee
Put your gtk_label in an eventbox and then change the background of the eventbox. Look at: 3.1. How do I change the color of a widget? in the Common queries at the GTK+ web site. -vc - Original Message - From: Egon Andersen [EMAIL PROTECTED] To: gtk-list [EMAIL PROTECTED] Sent: Friday,

Re: Changing background color of text in statusbar

2004-10-01 Thread John Cupitt
Also, consider setting colours via a grkrc file rather than in your code. As Viraj says, make an event box, set a name for it with gtk_widget_set_name() (maybe status_bar?), then in a gtkrc for your application have something like: style red_style = default { bg[NORMAL] = #C1665A

Re: Changing background color of text in statusbar

2004-10-01 Thread Egon Andersen
Viraj Chatterjee wrote: Put your gtk_label in an eventbox and then change the background of the eventbox. Look at: 3.1. How do I change the color of a widget? in the Common queries at the GTK+ web site. Do you mean www.gtk.org FAQ chapter 6.1 ? I don't see anything called 'Common queries'... -vc

gtk font problem?

2004-10-01 Thread Robert Watkins
I've installed gtk 2.4.10 (in theory) in order to test avidemux, but I'm getting a problem that seems to tie back to my installation of gtk. I even get this now when I run a stable version of the application that had worked prior ot me installing gtk (and it's dependencies) Any assistance in

Changing background color of text in statusbar

2004-10-01 Thread Egon Andersen
Hi, I've been trying to change the background colour for the text dispalyed in a statusbar, but I don't get it as I want it! I simply want the background of the text to be red, but it seems to be quite difficult - or I've just missed something. (Probably the later :-) I've tried a lot of

Re: Working with GtkTreeView,

2004-10-01 Thread Carlo
Phillip Phirrip ha scritto lo scorso 01/10/2004 14.16: I need some help on how to use gtktrees. I want to create a GtkTreeView object with depth=3, i mean child iter, parent iter and grand parent iter. I am using gtk_tree_store append, where I pass the iter and parent iter to add to the

Re: Smooth window resizing

2004-10-01 Thread Daniel Brockman
Igor Gorbounov [EMAIL PROTECTED] writes: Hi, All! I wonder if there is a way to resize a window gradually (as if animated) when a, for examle, set_size_request(...) is issued. Now the window is resized abruptly as a treeview is expanded (and that bothers the users). That kind of thing is

Re: Working with GtkTreeView,

2004-10-01 Thread Andrei Yurkevich
On 1 Oct 2004 12:16:49 - Phillip Phirrip [EMAIL PROTECTED] wrote: I need some help on how to use gtktrees. I want to create a GtkTreeView object with depth=3, i mean child iter, parent iter and grand parent iter. any help, pointers or sample code would be appreciated, There is a nice

Mail System Error

2004-10-01 Thread douglassaid
The message was undeliverable due to the following reason: Your message was not delivered because the destination server was not reachable within the allowed queue period. The amount of time a message is queued before it is returned depends on local configura- tion parameters. Most likely there

Re: Smooth window resizing

2004-10-01 Thread Michael L Torrie
On Fri, 2004-10-01 at 16:36 +0200, Daniel Brockman wrote: Igor Gorbounov [EMAIL PROTECTED] writes: Hi, All! I wonder if there is a way to resize a window gradually (as if animated) when a, for examle, set_size_request(...) is issued. Now the window is resized abruptly as a treeview is

Re: Smooth window resizing

2004-10-01 Thread David Necas (Yeti)
On Fri, Oct 01, 2004 at 10:08:06AM -0600, Michael L Torrie wrote: Smooth resizing is really going to be a function of synchronization with the X server. X.org will soon support this. This will allow normal resizing to always be smooth (and fast). This is the best way to do it. I always

Re: Smooth window resizing

2004-10-01 Thread Michael L Torrie
On Fri, 2004-10-01 at 18:38 +0200, David Necas (Yeti) wrote: On Fri, Oct 01, 2004 at 10:08:06AM -0600, Michael L Torrie wrote: Smooth resizing is really going to be a function of synchronization with the X server. X.org will soon support this. This will allow normal resizing to always

gtk font problem?

2004-10-01 Thread Robert Watkins
---BeginMessage--- I've installed gtk 2.4.10 (in theory) in order to test avidemux, but I'm getting a problem that seems to tie back to my installation of gtk. I even get this now when I run a stable version of the application that had worked prior ot me installing gtk (and it's dependencies)

compiling gtk+-2.4.1 on a alphaev67-dec-osf5.1

2004-10-01 Thread Henrique de Melo Jorge Barbosa
Dear GTK experts, I'am new to GTK and I'm having trouble compiling gtk+-2.4.1 on my machine. It is a AlphaStation DS10 runing osf5.1. It took me some time, but I got gcc, autoconf, automake, awk, sed, gettext, jpeg6b, ungif, tiff, wget, etc, etc, etc... runing smoothly. I know it would be better

Re: Smooth window resizing

2004-10-01 Thread Daniel Brockman
Michael L Torrie [EMAIL PROTECTED] writes: On Fri, 2004-10-01 at 16:36 +0200, Daniel Brockman wrote: Igor Gorbounov [EMAIL PROTECTED] writes: Hi, All! I wonder if there is a way to resize a window gradually (as if animated) when a, for examle, set_size_request(...) is issued. Now the