Re: Getting the selected row in a GtkCTree

2000-07-07 Thread Havoc Pennington
Jacques Fortier <[EMAIL PROTECTED]> writes: > Is there a way to get the currently selected row of a GtkCTree? > I've checked the docs a few times, and can't seem to find it. > It's something like GPOINTER_TO_INT (GTK_CLIST (clist)->selection->data) IIRC. Yes, it sucks. We're replacing it

Re: GtkArg?

2000-07-07 Thread Havoc Pennington
"Shippy!" <[EMAIL PROTECTED]> writes: > Does anybody know where I can find information on GtkArg? > I'm not really sure what it's used for, but I heard that > it might be useful for what I'm trying to do. > However, I cannot seem to find any documentation on it. > My book has info on it, http:/

Static Compiling

2000-07-07 Thread Nikhil Bhavadas Kaplingat
How can I statically compile a gtk based program? When I compile a simple program having buttons error messages like "Gtk-WARNING **: Unable to locate image file in pixmap_path:button_pressed.png line 498" is displayed. What I did was to add the `static' flag to gcc. Thanks in advance.

Static compiling

2000-07-07 Thread Nikhil Bhavadas K.
How can I statically compile a gtk based program? When I compile a simple program having buttons error messages like "Gtk-WARNING **: Unable to locate image file in pixmap_path:button_pressed.png line 498" is displayed. What I did was to add the `static' flag to gcc. Thanks in advance. -- "Once

Getting the selected row in a GtkCTree

2000-07-07 Thread Jacques Fortier
Hi, Is there a way to get the currently selected row of a GtkCTree? I've checked the docs a few times, and can't seem to find it. Thanks, Jacques ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-li

Re: GtkDrawingArea vs GtkCheckButton

2000-07-07 Thread Karl Nelson
> I've run into some puzzling behavior with a few classes of widgets. > > I've got a drawing area in front of which I place various widgets. > Most widget types work fine. However, GtkRadioButton, GtkCheckButton, > and GtkLabel are obscured by the drawing area which should be behind > them. W

GtkArg?

2000-07-07 Thread Shippy!
Does anybody know where I can find information on GtkArg? I'm not really sure what it's used for, but I heard that it might be useful for what I'm trying to do. However, I cannot seem to find any documentation on it. -- +-+ | Jeff "Shippy" Ship

Re: rpm problem

2000-07-07 Thread Wolfgang Sourdeau
La plume légère, à Fri, Jul 07, 2000 at 09:20:01AM +0100, heure d'inpiration, Steve Howes écrivait en ces mots: > I think it is the gtk+-devel-1.2.8-1.rpm that is need to compile here. > Well, you are right. I don't use rpms enough so sometimes I forget :) W -- A chicken is an egg's way of pr

GtkDrawingArea vs GtkCheckButton

2000-07-07 Thread Scott Lindsey
I've run into some puzzling behavior with a few classes of widgets. I've got a drawing area in front of which I place various widgets. Most widget types work fine. However, GtkRadioButton, GtkCheckButton, and GtkLabel are obscured by the drawing area which should be behind them. Widgets such

OFF TOPIC: tech test

2000-07-07 Thread Mario Motta
Mario Motta AI Research Group - Rimini - Italy http://vdkbuilder.sourceforge.net ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Best way to sort rooms...

2000-07-07 Thread Shippy!
If there's an efficient way to save the data, that would be great. However, I was unable to find any documentation on GtkArg in the reference pages. Where would I find info about this? And as for the two lists, I'll probably be doing this anyway. One GList will hold all of the buildings and each

Re: eventbox

2000-07-07 Thread Vlad Harchev
On Fri, 7 Jul 2000, Niklas Höglund wrote: Hi, > Hi! > I have some trouble using eventbox'es. > > I create a eventbox and I connect a signal to it... > > >gtk_signal_connect (GTK_OBJECT(event_box), "button_press_event", > >GTK_SIGNAL_FUNC (gw), GINT_TO_POINTER(var)); >

eventbox

2000-07-07 Thread Niklas Höglund
Hi! I have some trouble using eventbox'es. I create a eventbox and I connect a signal to it... >gtk_signal_connect (GTK_OBJECT(event_box), "button_press_event", >GTK_SIGNAL_FUNC (gw), GINT_TO_POINTER(var)); but when in the gw() function print the var it is wrong... > g_p

Re: rpm problem

2000-07-07 Thread Steve Howes
Wolfgang Sourdeau wrote: > > > Hi, > > > > I'm a newbie in the Linux world and I have a *big* problem for me: > > > > I've just installed RedHat 6.2 and after surfing few moments I've downloaded > > some applications (Gimp,...) requiring GTK+ 1.2.8 > > OK, I download it and I will install it. > >

Re: rpm problem

2000-07-07 Thread Yves De Muyter
don't use --force for rpm, it's a bad thing to do -Yves On 3 Jul 2000, Tbone C wrote: > Hi, > > I'm a newbie in the Linux world and I have a *big* problem for me: > > I've just installed RedHat 6.2 and after surfing few moments I've downloaded > some applications (Gimp,...) requiring GTK+ 1.2