gtk installation

2011-05-02 Thread Patience Mtsweni
i have been trying to install gtk and i can't run the makefile. ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Tooltips only work on top half of a GtkTreeView

2011-05-02 Thread Nigel Stuckey
I'm about to launch a Gtk2/3 version of a data collector/viewer and performance monitor, a port from a Gtk1 app made a number of years ago. I've got a number of problems outstanding with the GUI part that I would like some help with and possibly some advice with some horrid code! My first probl

Re: GTK+ 3.0.9 installation issue on Ubuntu 10.10

2011-05-02 Thread Ian Liu Rodrigues
You must set the PKG_CONFIG_PATH environment variable: export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH" Ian L. On Thu, Apr 28, 2011 at 8:13 AM, Benjamin Trias wrote: > Hello there, > > I'm not sure whether i did something wrong, but i failed installing GTK+ > 3.0.9 on my Ubun

Re: Tooltips only work on top half of a GtkTreeView

2011-05-02 Thread Ian Liu Rodrigues
I guess the function to transform the X, Y coordinates is wrong. Try changing gtk_tree_view_convert_bin_window_to_tree_coords to gtk_tree_view_convert_widget_to_bin_window_coords Ian L. On Fri, Apr 29, 2011 at 12:08 PM, Nigel Stuckey < nigel.stuc...@systemgarden.com> wrote: > I'm about to launc

[devhelp] Generate devhelp files only

2011-05-02 Thread Aljosha Papsch
Hi, earlier this day I asked on the gnome-devtools list about a gtk-doc / devhelp issue but I got redirected here. My problem is: I download the GTK+ 3 tarball from the GNOME FTP server and copy the documentation out of the extracted archive to some location (doc/reference/{gtk,gdk}/html). Now