Re: gtk_key_snooper_install() example

2005-08-28 Thread Olexiy Avramchenko
Greg Breland wrote: I've seen this asked before a while back with no response, so I thought I'd give it a try. Google hasn't been any help at all. I'm trying to install a snooper and it's working just fine, but I get a compiler type warning on the first arg of gtk_key_snooper_install() and I'm

gtk_key_snooper_install() example

2005-08-28 Thread Greg Breland
I've seen this asked before a while back with no response, so I thought I'd give it a try. Google hasn't been any help at all. I'm trying to install a snooper and it's working just fine, but I get a compiler type warning on the first arg of gtk_key_snooper_install() and I'm sure I don't have it q

blocking, non-modal dialog?

2005-08-28 Thread Allin Cottrell
I'm having trouble engineering the following: a dialog which blocks (execution in the caller must not proceed till a choice has been made in the dialog's callbacks), but is not modal (the user may want to consult other aspects of the gui in the process of making a choice). Or rather, while th

Re: TextBuffer Help

2005-08-28 Thread Tomaz Canabrava
Tanks, i did it =D ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: TextBuffer Help

2005-08-28 Thread Christophe Combelles
Tomaz Canabrava a écrit : > this time i will post the code, so i think it will be a little easyer to > explani my doubt. > > problem: Sending text with GINT to the TextBuffer. > > Please, take a look at the code below, the onli commented line is the think > that i wish to do, but i just cant =/

TextBuffer Help

2005-08-28 Thread Tomaz Canabrava
this time i will post the code, so i think it will be a little easyer to explani my doubt. problem: Sending text with GINT to the TextBuffer. Please, take a look at the code below, the onli commented line is the think that i wish to do, but i just cant =/ static void Gtk_Insere_Valor( GtkWidge

GtkTextView Trouble.

2005-08-28 Thread Tomaz Canabrava
the simplest thing of all: i have one GtkTextView, A GtkButton and a GtkLabel all declared on the main instance.. how do i connect them, so when i click on the button, the text on the GtkLabel is inserted AFTER the end of the text on the GtkTextView? -- Um Computador sem Windows é como um Nav

GTK+ viewer (RTF or another format)

2005-08-28 Thread Jesús Martínez
Hello, I’m looking for a GTK+ widget that allow me to show documents in my application. I prefer a viewer of RTF format, but also I could use PS or PDF viewers. Is there a RTF viewer for GTK? Thanks a lot, Jesús. ___ gtk-app-devel-list mailing

Re: App in background

2005-08-28 Thread Christophe Combelles
I'm afraid your question is not explicit enough. What do you mean by "remote commands", what do yo mean by "DISPLAY" (X app? term ? ...?), and what is the relation between the daemon and the remote commands ? Christophe Aldrey Galindo a écrit : > > I have an daemon which run in background at s