Re: How do I run a Gtkmm app in a KDE desktop

2008-05-15 Thread martin User
 > Hey All, > > I'm relatively new to the Linux/Gtkmm world and have been developing > under > Ubuntu which is great. My client also wants the app I'm working on to > run > in a Xandros distro which uses a KDE desktop. Is this possible? How > would > one go about doing this? > > TIA! > > -Garth

How do I run a Gtkmm app in a KDE desktop

2008-05-15 Thread Garth's KidStuff
Hey All, I'm relatively new to the Linux/Gtkmm world and have been developing under Ubuntu which is great. My client also wants the app I'm working on to run in a Xandros distro which uses a KDE desktop. Is this possible? How would one go about doing this? TIA! -Garth -- Garth Upshaw Garth'

Recalculation of timeouts with g_timeout_add

2008-05-15 Thread Mitko Haralanov
I have a question about g_timeout_add's timeout recalculation. Currently, the next call time is calculated based on + . This means that if I call g_timeout_add with a timeout of 20*1000 msecs (20 seconds) and my callback takes 10 seconds to complete, my callback will be called 10 seconds after it

automatic text view scrolling

2008-05-15 Thread Jacques Le Normand
Hello gtk-devel, I sent this question to the wrong list before, sorry about that. I've created a text view in a scrolled window and I'd like my scrolled window to automatically scroll whenever the cursor goes offscreen. Here's my code(in ocaml) open Gobject let _ = let source_window = GWindow.wi

Re: Disabling print range settings?

2008-05-15 Thread Enrico Tröger
On Thu, 15 May 2008 11:28:56 -0400, Liam R E Quin <[EMAIL PROTECTED]> wrote: > On Thu, 2008-05-15 at 17:00 +0200, Enrico Tröger wrote: > > On Thu, 15 May 2008 09:23:18 -0400, Liam R E Quin <[EMAIL PROTECTED]> > > wrote: > [...] > > > Wouldn't it be better to work on supporting a range of pages?? >

Re: Disabling print range settings?

2008-05-15 Thread Liam R E Quin
On Thu, 2008-05-15 at 17:00 +0200, Enrico Tröger wrote: > On Thu, 15 May 2008 09:23:18 -0400, Liam R E Quin <[EMAIL PROTECTED]> > wrote: [...] > > Wouldn't it be better to work on supporting a range of pages?? > > Sure would it be better but it would be also more time consuming... Understood. On

Re: Multi-Color Buttons?

2008-05-15 Thread Carlos Pereira
Schumi Imor wrote: > I have a button (vertically-rectangular shaped with 3 lines = shown below), > line 1: a letter, line 2: a seperator "-" line 3: a letter. What it > the best way to make this button become multicolored where the upper half is > 1 color and the bottom half is another colo

Re: Disabling print range settings?

2008-05-15 Thread Enrico Tröger
On Thu, 15 May 2008 09:23:18 -0400, Liam R E Quin <[EMAIL PROTECTED]> wrote: > On Thu, 2008-05-15 at 14:33 +0200, Enrico Tröger wrote: > > > is there any way to disable or overwrite the print range in > > GtkPrintSettings? > > > > The implementation of printing in my application currently doesn'

Re: Disabling print range settings?

2008-05-15 Thread Liam R E Quin
On Thu, 2008-05-15 at 14:33 +0200, Enrico Tröger wrote: > is there any way to disable or overwrite the print range in > GtkPrintSettings? > > The implementation of printing in my application currently doesn't > support a range of pages. So I'd like to disable the selection of such > or at least t

Multi-Color Buttons?

2008-05-15 Thread Schumi Imor
Hello, I'm new to GTK+ 2.0 and would like to get some ideas or expert advice on how to do or if this is doable. I have a button (vertically-rectangular shaped with 3 lines = shown below), line 1: a letter, line 2: a seperator "-" line 3: a letter. What it the best way to make this butto

Disabling print range settings?

2008-05-15 Thread Enrico Tröger
Hi, is there any way to disable or overwrite the print range in GtkPrintSettings? The implementation of printing in my application currently doesn't support a range of pages. So I'd like to disable the selection of such or at least to overwrite the user's choice. I tried this in the begin-print

Broken Input Shaping

2008-05-15 Thread natan yellin
Hello, I've been trying to get gdk_window_set_child_input_shapes() to work without success. Interestingly, if I don't use an input shape and I just call gdk_window_set_child_shapes then it works fine. As far as I can tell, the function is totally broken. If someone can confirm that it doesn't wor