GtkLabel and win32

2005-10-13 Thread misterdebrrr
Below is a some code that produces a GTK Window, adds a GTK Label to it and shows both. The problem I'm having is that IF I move a window on part of the Label, often, the text won't get redrawn when I move the window off it. This means I often get a Label that shows 'B' and nothing else. For som

GtkLabel and win32

2005-10-13 Thread misterdebrrr
Below is a some code that produces a GTK Window, adds a GTK Label to it and shows both. The problem I'm having is that IF I move a window on part of the Label, often, the text won't get redrawn when I move the window off it. This means I often get a Label that shows 'B' and nothing else. For som