> Can someone help me ?
Show us a minimal but complete sample program (a single source file in
C or Python) that exhibits the bug.
--tml
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-deve
Hello,
I am porting a GTK / X application from Linux to Window so it will be
available on both frontends. This application includes drawing text at
mouse position in XOR mode to easily write and erase text, saving the
original drawing under.
Gdk_draw_text works fine on X11, but not on Windows. Gt
Hi all
I am learning gtk+, Now I have some problem and I hope you help me,
thank you.
As followed:
1. the gtkcombobox popups the list, there is background color in the
item when moving the mouse. Now I want to change the background color.(don't
rc file )
2. eg: I hav