Re: Capture console app output into texview?

2009-11-19 Thread Chris Vine
On Thu, 19 Nov 2009 22:11:18 +0100 "Till Harbaum / Lists" wrote: > Hi, > > i am trying to run a text mode application in the background of my > gtk one and display its output in a textview. I know this is supposed > to be done using g_spawn_async_with_pipes and then link to the output > via g_io_

Re: Images + labels in buttons

2009-11-19 Thread John Stebbins
On 11/19/2009 11:39 AM, John Stebbins wrote: In previous versions of gnome/gtk, both images and labels appeared in buttons. Starting with gnome 2.28, if there is a label, the image will only appear if the gconf property desktop/gnome/interface/buttons_have_icons is True. In my application, t

RE: Capture console app output into texview?

2009-11-19 Thread Boggess Rod
> -Original Message- > From: gtk-app-devel-list-boun...@gnome.org > [mailto:gtk-app-devel-list-boun...@gnome.org] On Behalf Of > Till Harbaum / Lists > Sent: Thursday, November 19, 2009 4:11 PM > To: gtk-app-devel-list@gnome.org > Subject: Capture console app output into texview? > >

Capture console app output into texview?

2009-11-19 Thread Till Harbaum / Lists
Hi, i am trying to run a text mode application in the background of my gtk one and display its output in a textview. I know this is supposed to be done using g_spawn_async_with_pipes and then link to the output via g_io_add_watch. I even got something that sort of works, but the output is very

Images + labels in buttons

2009-11-19 Thread John Stebbins
In previous versions of gnome/gtk, both images and labels appeared in buttons. Starting with gnome 2.28, if there is a label, the image will only appear if the gconf property desktop/gnome/interface/buttons_have_icons is True. In my application, the image on some buttons is an important clue

Re: Creating an aggregating GtkContainer

2009-11-19 Thread Murray Cumming
On Wed, 2009-11-18 at 19:35 +0100, Per Hermansson wrote: > Hi everyone > > I'm contributing to a project called the Common Printing Dialog > which goal is to create the next generation print dialog for Gnome. > The dialog allows users to customize different options which depends > on the current p