Re: GTK+ and my port of AMP for Windows

2010-10-05 Thread Tor Lillqvist
> The window is created and I can interact without problem with it. > Now, here you are another little test programme that does not work: It *does* work for me, both when running against GTK+ 2.20.1 and 2.22.0. (The "official" binaries from www.gtk.org, actually hosted on ftp.gnome.org.) >  windo

Re: Build and install a new input method?

2010-10-05 Thread John Matthewman
On 10/6/10, Murray Cumming wrote: > On Tue, 2010-10-05 at 11:03 +0700, John Matthewman wrote: >> Hi there - I'm trying to make a new GTK input method for Vietnamese >> (Telex) input. After looking at the source for the Vietnamese (VIQR) >> input method, it's fairly easy to create the source for my

GTK+ and my port of AMP for Windows

2010-10-05 Thread carlo.bra...@libero.it
Hello, I'm not expert of GTK+ and I need to solve a problem with GTK+ under Windows. This little test programme works well: #include #include int main (int argc, char *argv[]) { GtkWidget *window; g_thread_init(NULL); gtk_init (&argc, &argv); window = gtk_window_new(GTK_WINDOW_TOPLEV

Re: Build and install a new input method?

2010-10-05 Thread Murray Cumming
On Tue, 2010-10-05 at 11:03 +0700, John Matthewman wrote: > Hi there - I'm trying to make a new GTK input method for Vietnamese > (Telex) input. After looking at the source for the Vietnamese (VIQR) > input method, it's fairly easy to create the source for my new input > method.. So now I'm stuck o