Re: Using GSignals

2005-07-03 Thread David Necas (Yeti)
On Mon, Jul 04, 2005 at 02:15:13AM -, [EMAIL PROTECTED] wrote: > I have read information about GSignals from the GOobject Reference Manual > provided by http://developer/gnome.org/doc/API/2.0/gobject-Signals.html, > but the explanation there is too esoteric for me. All I am trying to do is > to

Using GSignals

2005-07-03 Thread jalkadir
I have read information about GSignals from the GOobject Reference Manual provided by http://developer/gnome.org/doc/API/2.0/gobject-Signals.html, but the explanation there is too esoteric for me. All I am trying to do is to connect a button to a signal that will popup a message box. I was wonderi

Re: Outputbox: Cannot see the output immediately

2005-07-03 Thread kyanh
Let me show the way a tool is called: * the function xsystem() will excute the tool *  a watch is added by [code] g_io_add_watch( ob->io_channel, G_IO_IN, ( GIOFunc ) io_signal, ob ); [/code] the function 'io_signal' will read lines from channel and send to outputbox * add a background task i

Outputbox: Cannot see the output immediately

2005-07-03 Thread kyanh
Hi all, I currently maintain winefish [ http://winefish.berlios.de/ ] From winefish, some external tools (latex, pdflatex,...) will be excuted. The output of theses tools are expected to be appear line-by-line in the outputbox (GUI). But when a tool is called, Winefish is suspend until the tool

Re: GLib make problems

2005-07-03 Thread Manish Singh
On Sun, Jul 03, 2005 at 10:53:21PM +0100, Craig Smiles wrote: > I'm new to Linux but I've decided to learn about GTK+. But while > trying to install GTK+ 2.0.8 I've had difficulties in using make on > GLib 2.6.0. I'm using Fedora Core 4. glib 2.6.x prior to 2.6.4 have problems with gcc4. You sho

GLib make problems

2005-07-03 Thread Craig Smiles
I'm new to Linux but I've decided to learn about GTK+. But while trying to install GTK+ 2.0.8 I've had difficulties in using make on GLib 2.6.0. I'm using Fedora Core 4. Here is what happens after I type make: galias.h:3464: error: 'g_utf8_find_next_char' aliased to undefined symbol 'IA__g_utf8_

Re: SIGSEGV at "gtk_init" in a Multithreaded Code

2005-07-03 Thread J. Ali Harlow
On 03/07/05 17:23:56, [EMAIL PROTECTED] wrote: Hi, I'm trying to execute the code example (about GTK and threads) at http://developer.gimp.org/api/2.0/gdk/gdk-Threads.html But whenever I execute it , it gives segmentation fault inside "gtk_init(&argc,&argv)" function. I have to mention that whe

Re: Text View Drag and Drop

2005-07-03 Thread Mystilleef
On 7/3/05, Preben Randhol <[EMAIL PROTECTED]> wrote: > What is it that you want to do? Read the file into the text view? I > don't know if there is anything built-in for doing this. If not I guess > you have to make your own procedure to get the name and open the file. > > Preben Hello, I alread

SIGSEGV at "gtk_init" in a Multithreaded Code

2005-07-03 Thread polat
Hi, I'm trying to execute the code example (about GTK and threads) at http://developer.gimp.org/api/2.0/gdk/gdk-Threads.html But whenever I execute it , it gives segmentation fault inside "gtk_init(&argc,&argv)" function. I have to mention that when I comment "g_thread_init" line, it works pro

Re: Text View Drag and Drop

2005-07-03 Thread Preben Randhol
On Sun, Jul 03, 2005 at 07:39:31AM -0400, Mystilleef wrote: > Hello, > > How do I prevent the URI of a file from being appended to a GTK > TextView widget after a drag and drop operation completes? The link > below points to a screenshot that illustrates my issue. What is it that you want to do?

Text View Drag and Drop

2005-07-03 Thread Mystilleef
Hello, How do I prevent the URI of a file from being appended to a GTK TextView widget after a drag and drop operation completes? The link below points to a screenshot that illustrates my issue. http://www.deviantart.com/view/14143494/ Thanks __

Re: Use tags in gtktextview

2005-07-03 Thread Jean Bréfort
Le dimanche 03 juillet 2005 à 12:01 +0800, 顺珉 吴 a écrit : > Hi all: > I try to use Gtktags to change fonts in a gtktextview. > Here is my code: > > textview1 = gtk_text_view_new (); > gtk_widget_set_name (textview1, "textview1"); > gtk_text_buffer_set_text (gtk_text_view_get_buffer > (GTK_TEXT_VIE