Change Cursor Shape/Color

2015-09-13 Thread Mahan Marwat
Hi, I want to change the multi-line textarea cursor shape and color, how I will do it? I want to change the blinking cursor shape to block and its color to red. Thanks, Mahan Marwat ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https

Re: Custom Titlebar

2014-08-11 Thread Mahan Marwat
I am using GTK+ 3 on Window XP (SP2). So, when I call gtk_window_set_titlebar it raises an exception that no gtk_window_set_titlebar function found. I know there is one another way to add a custom title-bar to my application. i.e Set the decorating to false by calling: set_decorated(False) and add

Custom Titlebar

2014-08-09 Thread Mahan Marwat
How can I add a custom titlebar to my GUI application? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Freezing PyGi (PyGTK+ 3) Application with Cx_freeze

2014-08-05 Thread Mahan Marwat
Hello, Is there any tutorial or document to convert my PyGi (PyGtk+ 3) application to .exe with cx_freeze? I am using Python 3.4.1 on Window XP (SP2). ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo