Keeping focus of a TextBox (GtkEntry) (one more try)

2002-03-11 Thread Jean-Christophe Berthon
Hello, I didn't get any answer to my problem, maybe I'm not clear enough. I just want to know how to keep the mouse focus in a GtkEntry widget, so when the mouse move "outside" the border of the GtkEntry, it still has the focus (so it can receive user keyboard input) Thank you

Checkbox and Style

2002-03-11 Thread Jean-Christophe Berthon
Hello, I have another problem which is how to change the state of a checkbox to "Partially Checked". Explanation: The user select a column. Each data in this column can be TRUE or FALSE. So if a column contain only TRUE rows, then a checkbox should be "Checked", if it contains only

Problem compiling GTK program (scrollkeeper not exists)

2002-03-11 Thread Flávio Alberto Lopes Soares
Hello all, I installed the Debian 2.2r5 in my system in the place of Conectiva 7.0 (Red Hat like), I attempt to compile a program that I made in GTK (interface made by Glade) but when I run ./configure this says that hasn't installed scrollkeeper and the Makefile doesn't generated, what package is

Re: Checkbox and Style

2002-03-11 Thread Havoc Pennington
"Jean-Christophe Berthon" <[EMAIL PROTECTED]> writes: > > I have another problem which is how to change the state of a > checkbox to "Partially Checked". > GTK 2 has this feature, gtk_toggle_button_set_inconsistent() or something like that is the function name. Havoc _

GTK 2.0 and egcs 2.91.66 - problem

2002-03-11 Thread Olaf Fr±czyk
Hi, When I try to compile anything (eg. arrow.c from examples) I get errors. This is a problem with incorrectly set G_HAVE_ISO_VARARGS. Is this compiler no longer supported? Output attached below: [root@venus arrow]# make gcc arrow.c -o arrow `pkg-config gtk+-2.0 --cflags --libs` In file incl

Re: Checkbox and Style

2002-03-11 Thread Jean-Christophe Berthon
Thank you Havoc for your help, So there is no way to do it under gtk-1.2.10? My application link to this version of gtk for now, and we are not planning to move to 2.0 in the comming month but later in the year. Is there any solution or shall I just wait to move to the next version for having thi

Re: Problem compiling GTK program (scrollkeeper not exists)

2002-03-11 Thread Jean-Christophe Berthon
Hy, I don't know what is the exact use of this library but I needed it already to compile and install Glade. You can find the package file at : http://scrollkeeper.sourceforge.net/ Best regards, --- Jean-Christophe Berthon - Original Message - From: "Flávio Alberto Lopes Soares" <[EM

GTK+ user interface libraries, version 2.0

2002-03-11 Thread Owen Taylor
The GTK+ team is proud to announce the release of version 2.0 of the GTK+ widget toolkit and associated libraries (GLib, Pango, and ATK). The result of 3 years work with contributions from hundreds of volunteers, GTK+-2.0 represents a major step forward in free software user interface toolkits.

GLib-2.0.0 released

2002-03-11 Thread Owen Taylor
GLib-2.0.0 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.0/ GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event l

Pango-1.0.0 released

2002-03-11 Thread Owen Taylor
Pango-1.0.0 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.0/ Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed; however, most of the work on Pango-1.0 was done using the GTK+ wid

ATK-1.0.0 released

2002-03-11 Thread Owen Taylor
ATK-1.0.0 is now available for download from: ftp://ftp.gtk.org/pub/gtk/v2.0/ This is the first stable release of ATK. The ATK library provides a set of interfaces for accessibility. By supporting the ATK interfaces, an application or toolkit can be used with such tools as screen readers, mag

GTK+-2.0.0 released

2002-03-11 Thread Owen Taylor
GTK+-2.0.0 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.0/ along with new versions of the 3 base libraries, GLib, Pango and ATK. Release notes are available at: http://www.gtk.org/gtk-2.0.0-notes.html What is GTK+ GTK+ is a multi-platform toolkit for creatin

Re: Checkbox and Style

2002-03-11 Thread Havoc Pennington
"Jean-Christophe Berthon" <[EMAIL PROTECTED]> writes: > Thank you Havoc for your help, > > So there is no way to do it under gtk-1.2.10? There isn't a built-in API for it. Perhaps you could make it work, but I don't know how, offhand. Havoc ___ gtk-

Re: GTK 2.0 and egcs 2.91.66 - problem

2002-03-11 Thread Havoc Pennington
Olaf "Fr±czyk" <[EMAIL PROTECTED]> writes: > > When I try to compile anything (eg. arrow.c from examples) I get > errors. This is a problem with incorrectly set G_HAVE_ISO_VARARGS. Is > this compiler no longer supported? The configure checks for it are probably wrong; have a look at configure.i

Re: GTK 2.0 and egcs 2.91.66 - problem

2002-03-11 Thread Olaf Fr±czyk
On 2002.03.11 17:46:41 +0100 Havoc Pennington wrote: > > Olaf "Fr±czyk" <[EMAIL PROTECTED]> writes: > > > > When I try to compile anything (eg. arrow.c from examples) I get > > errors. This is a problem with incorrectly set G_HAVE_ISO_VARARGS. Is > > this compiler no longer supported? > > The c

Re: GTK 2.0 and egcs 2.91.66 - problem

2002-03-11 Thread Owen Taylor
Olaf FrXczyk <[EMAIL PROTECTED]> writes: > On 2002.03.11 17:46:41 +0100 Havoc Pennington wrote: > > > > Olaf "Fr±czyk" <[EMAIL PROTECTED]> writes: > > > > > > When I try to compile anything (eg. arrow.c from examples) I get > > > errors. This is a problem with incorrectly set G_HAVE_ISO_VARARG

bmp file

2002-03-11 Thread Lourdes Maldonado
I have a bmp file I would like to use to display a logo in my gtk application. Does anyone know of a conversion tool or a way I can achieve this? Thank you, Lourdes Maldonado ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/l

How to make selections with a gtk combo-box ?

2002-03-11 Thread Flávio Alberto Lopes Soares
Hello all, I'm trying to catch the selection of a gtk combo-box selecting with the mouse opening the list, but in a GTK tutorial only says how to catch the selection using the enter key, someone has some tip or reference how to use this widget because is the first time tha I use combo box. Thank

re: GTK tutorial chapter 6, radio buttons

2002-03-11 Thread Tony Gale
You can send them to me. -tony On Thu, 2002-03-07 at 13:54, mobtek mobtekl wrote: > Hi there have been working through the tutorial on the web site and there > are some errors in the code example at > http://www.gtk.org/tutorial/sec-radiobuttons.html. Who should I email > about this to fix the

Action-Signal with Gtk

2002-03-11 Thread Thilo Frank
Hi I'm using freepascal 1.0.4, with the gtk-packages for Linux. I want to use the gtktext widget with gtkeditable move-to-row signal. But my problem is, I can't get this signal with gtk_signal_connect. What's wrong? In the reference I've read that's an action signal. But I don't know, how to get

Re: [OT] portmapper

2002-03-11 Thread Hacksaw
Try a few minutes with a search engine. I saw at least 3 different ones. Certainly you could get a copy from any number of Linux distributions' source disks. -- Dubious as dubi does. http://www.hacksaw.org -- http://www.privatecircus.com -- KB1FVD _

IRIX 6.5.15m gtk build problem

2002-03-11 Thread Lee Bartolotti
Hi, I am trying to move from gtk 1.2 to 2.0 on an SGI running IRIX 6.5.15m. Everything except gtk builds and installs. The error I encounter is: creating im-viqr.la (cd .libs && rm -f im-viqr.la && ln -s ../im-viqr.la im-viqr.la) ../../gtk/gtk-query-immodules-2.0 *.la > gtk.immodules 81776:../

RE: Problem compiling GTK program (scrollkeeper not exists)

2002-03-11 Thread David L. Cooper II
Damon, Would it be possible to make scrollkeeper optional? David > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Jean-Christophe Berthon > Sent: Monday, March 11, 2002 11:16 AM > To: Flávio Alberto Lopes Soares; gtk-list > Subject: Re: Problem com

Re: GTK 2.0 and egcs 2.91.66 - problem

2002-03-11 Thread Olaf Fr±czyk
On 2002.03.11 18:27:55 +0100 Owen Taylor wrote: > Did they install without --nodeps? I'm quite surprised; Red Hat 7.2 is > quiet different from the last release where we shipped egcs (6.2, I > think.) But you provide compat-egcs-6.2 packages :) And I didn't install new gcc. I use RH 7.2. > Basica

how to get GtkTreeViewColumn attributes?

2002-03-11 Thread Vitaly Tishkov
Hi, There are a few functions like gtk_tree_view_column_add_attribute () which allow to add/set GtkTreeViewColumn attributes. How to get these attributes? Could anyone please provide a short example? E.g. how to get the "text" attribute associated to the first column in the example from "Tree an