TreeView width?

2003-09-17 Thread Igor Gorbounov
Hi, All! Is there any reliable method for calculating the size of a filled TreeView before showing it, for proper setting the size of a window containing this treeview? get_width() for TreeViewColumns returns 0, get_width() for the treeview itself returns a significant lesser value,

GConf / docbook problem

2003-09-17 Thread Anthony
Still plugging away at getting Gnome 2.4 installed... make install for GConf fails like this: make[3]: Nothing to be done for `install-exec-am'. /bin/sh ../../mkinstalldirs /usr/local/share/gtk-doc/html/gconf (installfiles=`echo ./html/*`; \ if test $installfiles = './html/*'; \ then echo '--

Re: GConf / docbook problem

2003-09-17 Thread Anthony
On the advice of Chee Bin HOH, who replied to me directly via email, I got past this problem (and the same problem with other packages) by using ./configure --disable-gtk-doc. Worksforme. It's a shame there can't just be a reasonable installer for this docbook nonsense, though. But a little

Re: Scrollkeeper won't make-install

2003-09-17 Thread Chris Moller
Are you installing as root? Usually ${prefix} is empty and the permissions for /var/log are set to be writable only by root. Try sudo make install or su to root before doing make install. Chris Moller Red Hat Anthony wrote: How come I'm the only one asking questions about installing Gnome

glib linking problems

2003-09-17 Thread Bernhard . Rumpler
Hi, I use MinGW (gcc 3.2.3) and Cygwin to compile glib-2.2.3 on windows. Everything compiles, but linking causes some troubles (see below for the output of make). The problem seem to be missing the missing linker flags -liconv -lintl when the linker is run. As a workaround I set the -liconv and

(no subject)

2003-09-17 Thread Philippe
Hello, I've got a dialog with three treeviews and one treemodel filled with the names of all the users for the system. I'd like the three treeviews to use the same treemodel. yet they must not display the same users. my question is : is there a way to filter the rows of a treemodel which are

Re: Scrollkeeper won't make-install

2003-09-17 Thread Mariano Suarez-Alvarez
On Wed, 2003-09-17 at 09:11, Anthony wrote: How come I'm the only one asking questions about installing Gnome 2.4 around here? Is everyone else just a lot better at this than I am? Anyway, here's the latest problem: make install for scrollkeeper does a bunch of stuff, and then does this:

Re: Scrollkeeper won't make-install

2003-09-17 Thread Anthony
Yep, I'm doing the make install as root, as is standard practice. From what I've read, there is a bug in scrollkeeper's installation scripts that's causing ${prefix} to be included as text, instead of its contents (which would be /usr/local by default). For now, I've worked around this by

Re: Scrollkeeper won't make-install

2003-09-17 Thread Anthony
You can apply the patch I posted in the scrollkeeper-devel list, which can be found at http://sourceforge.net/mailarchive/message.php?msg_id=5313573 I think it should apply cleanly to the current release. For now, I've worked around this problem by editing the configure script and replacing

Refreshing window other

2003-09-17 Thread SMS WebMaster
Hi I am new in GTK programming and I think GTK is very nice and easy but I have few question I hope if someone can answer any of them. 1. How can I refresh a window in my program to show some text in the statusbar before my program do a big job. (In another word, how can I make DoEvents in

Source for testgtk

2003-09-17 Thread Don Dudley
GTK+ comes with a program called testgtk, installed in /usr/bin. Anyone know where one can obtain the source code for it? __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com

Re: Refreshing window other

2003-09-17 Thread Sven Neumann
Hi, SMS WebMaster [EMAIL PROTECTED] writes: 2. Where can I download http://www.gtk.org/tutorial/ in html format. (the URL ftp.gtk.org/pub/ can't be found !!!) The documentation is part of the GTK+ source tarball. It is by default installed (and cross-linked with documentation for glib,

Re: Source for testgtk

2003-09-17 Thread Sven Neumann
Hi, Don Dudley [EMAIL PROTECTED] writes: GTK+ comes with a program called testgtk, installed in /usr/bin. Actually this executable is not supposed to be installed. Anyone know where one can obtain the source code for it? You will find the source in the tests directory of the GTK+ source

Re: Source for testgtk

2003-09-17 Thread Owen Taylor
On Wed, 2003-09-17 at 16:41, Sven Neumann wrote: Hi, Don Dudley [EMAIL PROTECTED] writes: GTK+ comes with a program called testgtk, installed in /usr/bin. Actually this executable is not supposed to be installed. Well, the Red Hat package installs it. Make what you want of that.

Re: (no subject)

2003-09-17 Thread edscott wilson garcia
On Wed, 2003-09-17 at 15:05, Philippe wrote: Hello, I've got a dialog with three treeviews and one treemodel filled with the names of all the users for the system. I'd like the three treeviews to use the same treemodel. yet they must not display the same users. my question is : is there a

Re: TreeView width?

2003-09-17 Thread edscott wilson garcia
On Wed, 2003-09-17 at 07:07, Igor Gorbounov wrote: Hi, All! Is there any reliable method for calculating the size of a filled TreeView before showing it, for proper setting the size of a window containing this treeview? get_width() for TreeViewColumns returns 0, get_width() for the treeview

Re: Refreshing window other

2003-09-17 Thread Chris Moller
I've used stuff with progress monitors like: gboolean update_progress_bar(double tp) { gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(progress_bar), tp/progress_bar_max); while (gtk_events_pending()) gtk_main_iteration(); return progress_rc; } which is called every so many cycles of

Re: (no subject)

2003-09-17 Thread Sven Neumann
Hi, edscott wilson garcia [EMAIL PROTECTED] writes: On Wed, 2003-09-17 at 15:05, Philippe wrote: Hello, I've got a dialog with three treeviews and one treemodel filled with the names of all the users for the system. I'd like the three treeviews to use the same treemodel. yet they must

Re: Is gtkhtml == libgtkhtml?

2003-09-17 Thread Mariano Suarez-Alvarez
On Wed, 17 Sep 2003, Anthony wrote: Installing Gnome 2.4, and this page lists the packages: http://www.gnome.org/start/2.4/notes/rninstallation.html ...and this page holds the tarballs: http://ftp.gnome.org/pub/GNOME/desktop/2.4/2.4.0/sources/ The list mentions gtkhtml, but

Neverending glib problems

2003-09-17 Thread Anthony
Installing gedit-2.4.0, and make dies with this: /bin/sh ../libtool --mode=link gcc -g -O2 -o libgedit-control.la -rpath /usr/local/lib/bonobo -module -avoid-version gedit-factory.lo gedit-viewer.lo gedit-persist-stream.lo ../gedit/libgedit.la -pthread -Wl,--export-dynamic -L/usr/local/lib

more broken installers

2003-09-17 Thread Anthony
Installing ggv-2.4.0.1. Like many other packages, it refuses to look in the /usr/local/lib directory for glib, and instead it looks in /usr/lib. glib is installed in /usr/local. /etc/ld.so.conf has /usr/local/lib as the first line, and doesn't have /usr/lib in it at all. And I have run