customizing completion of GtkComboBoxText?

2016-09-07 Thread Basile Starynkevitch
ftware https://github.com/bstarynk/melt-monitor-2015/commit/ e2b3b99ef663947201df7b389a02230c6b82dcf6) about my question are available on StackOverflow  at http://stackoverflow.com/q/39366248/841108 Regards --  Basile Starynkevitch (Bourg La Reine, near Paris, France) basile at starynkevitch dot net

GtkApplication initialization tru command-line signal (vs activate or startup signals)

2011-05-21 Thread Basile Starynkevitch
rguments processed by my_command_line! I am probably doing something wrong. But what? I also find very few examples of GtkApplication code. Do you know some? Regards. -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basilestar

key event on a GtkTextTag (GTK3) within an uneditable text view

2011-03-13 Thread Basile Starynkevitch
. file minigtktag.c ## /** file minigtktag.c by Basile Starynkevitch (in the public domain) compile it with gcc -O -g -Wall minigtktag.c $(pkg-config --cflags --libs gtk +-x11-3.0) -o minigtktag **/ #include GtkWindow *win; GtkTextView *txview

Re: key event on a GtkTextTag within an uneditable text view

2011-03-13 Thread Basile Starynkevitch
On Sun, 13 Mar 2011 12:30:51 +0100 Basile Starynkevitch wrote: > > Hello, > > In the attached file example (which you could also read on > http://www.gtkforums.com/viewtopic.php?t=9108 if you want) I cannot > understand why the tag_event_cb callback is not getting any keyb

Re: Connecting GTK application to a database

2010-02-23 Thread Basile Starynkevitch
e SQL queries from several threads). So, first learn to embed SQL inside a plain (command line) simple program. There might be perhaps libraries related to GTK to help about that. I don't know them. Regards. -- Basile Starynkevitch http://starynkevitch.

memory leak https://bugzilla.gnome.org/show_bug.cgi?id=558594

2009-09-11 Thread Basile STARYNKEVITCH
are welcome. This bug disturbs me a lot. Regards. -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basilestarynkevitchnet mobile: +33 6 8501 2359 8, rue de la Faiencerie, 92340 Bourg La Reine, France *** opinions {are only mines, sont seulement les mie

Re: windows GTK in assembly

2008-03-26 Thread Basile STARYNKEVITCH
Jason Ward wrote: > Hi. > I am trying to use GTK in windows with assembly language but I have a > problem. Avoid doing that. Why do you need to do it in assembly? -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basilestarynkevitchnet mobile: +33 6 8501 2359 8,

runtime customization of TextBuffer tags

2008-01-11 Thread Basile STARYNKEVITCH
I would be delighted to be able to override these settings thru some gtk rc file. Regards. -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basilestarynkevitchnet mobile: +33 6 8501 2359 8, rue de la Faiencerie, 92340 Bourg La Reine, France *** op