> 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
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
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
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