Re: 回覆: gtk-app-devel-list Digest, Vol 62, Issue 6

2009-06-11 Thread Gorshkov
gtk_window_present(GtkWindow *window) is your friend :-) andy2_...@pegatroncorp.com wrote: Hi All, I want to hide the main window when I clicked the minimized button, and show it when clicked system tray icon. But, when I clicked tray icon, the window only can keep in minimized

gtk gis

2009-06-11 Thread Andrea Zagli
do you know some widget that can display maps (from shp or postgis) and also allows very simple editing? on google i found only (old) widgets without editing thanks in advance ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

displaying a live plot using Gtkdatabox widget

2009-06-11 Thread Adeel Malik
Hi,     I want to display a plot of data set comprising of (X Y) cordinates and also update it, say after 1 second using Gtkdatabox widget. Could someone suggest a simple code snippet that does that for GTK+-2.0.0.   Adeel ___

Re: gtk gis

2009-06-11 Thread Carlos Pereira
Andrea Zagli wrote: do you know some widget that can display maps (from shp or postgis) and also allows very simple editing? Perhaps GtkDrawingArea? http://library.gnome.org/devel/gtk/stable/GtkDrawingArea.html I use myself OpenGL areas, with GtkGLExt and Mesa, it works great. If you need

Re: gtk gis

2009-06-11 Thread Emmanuel Rodriguez
On Thu, Jun 11, 2009 at 3:36 PM, Andrea Zagli aza...@inwind.it wrote: do you know some widget that can display maps (from shp or postgis) and also allows very simple editing? Libchamplain (http://projects.gnome.org/libchamplain/) can render maps from various public sources. There's a route