RE: probable gtk_window_present and pango help

2012-05-18 Thread Tilton, James C. (GSFC-6063)
Also consider hiding your window (with a call to window-hide()) instead of destroying it, and making it reappear with a call to window-show(). Jim Tilton -Original Message- From: gtk-app-devel-list-boun...@gnome.org [mailto:gtk-app-devel-list-boun...@gnome.org] On Behalf Of David

RE: Making a cursor (cross hair) track between image displays

2012-04-10 Thread Tilton, James C. (GSFC-6063)
the default appearance of my cursor from the default cursor to something else (e.g. a CrossHair) in gtkmm 3? Thanks. Jim Tilton -Original Message- From: gtk-app-devel-list-boun...@gnome.org [mailto:gtk-app-devel-list-boun...@gnome.org] On Behalf Of Tilton, James C. (GSFC-6063) Sent

RE: Making a cursor (cross hair) track between image displays

2012-04-10 Thread Tilton, James C. (GSFC-6063)
in the associated gtkmm windows. Jim Tilton -Original Message- From: gtk-app-devel-list-boun...@gnome.org [mailto:gtk-app-devel-list-boun...@gnome.org] On Behalf Of Tilton, James C. (GSFC-6063) Sent: Tuesday, April 10, 2012 9:28 AM To: gtk-app-devel-list@gnome.org Subject: RE: Making a cursor

RE: Making a cursor (cross hair) track between image displays

2012-04-04 Thread Tilton, James C. (GSFC-6063)
/ft_tech_rhseg.shtm and http://science.gsfc.nasa.gov/606.3/TILTON/ -Original Message- From: jcup...@gmail.com [mailto:jcup...@gmail.com] Sent: Wednesday, April 04, 2012 4:00 AM To: Tilton, James C. (GSFC-6063) Cc: gtk-app-devel-list@gnome.org Subject: Re: Making a cursor (cross hair) track

Making a cursor (cross hair) track between image displays

2012-04-02 Thread Tilton, James C. (GSFC-6063)
Hi GTK+ application developers! I have developed an application using gtkmm in which I display related images in multiple Gtk::Window's. I have two types of display images. One is based on Gtk::Image and the other is based on Gtk::DrawingArea. For the Gtk::Image case I add the Gtk::Image to a

Building gtkmm for 64-bit Windows

2010-03-04 Thread Tilton, James C. (GSFC-6063)
I am attempting to build gtkmm for a computer with a 64-bit Windows 7 operating system. For this attempt I am using the compiler from the mingw-w64 project (as a native compiler for the Windows 7 system, in the msys environment). It appears that I have been successful in building all the