Re: problem building gtk

2004-05-07 Thread Andrei Yurkevich
On Fri, 2004-05-07 at 11:29 -0400, Dov Kruger wrote: > Sorry about the previous post. I didn't include enough information. > rehat9 comes with libglib-1.2.so.0.0.10. It works. > I did an rpm install: > > rpm -i glib-2.4.1-1.i686.rpm [skipped] > configure:21622: checking for GLIB - version >= 2.

Re: passing 3 widgets as parameters to g_signal_connect

2004-07-05 Thread Andrei Yurkevich
Leslie Harlley Watter wrote: I'm having problems with my program. When I pass the structure I have the following warning warning: passing arg 1 of `gtk_entry_get_text' from incompatible pointer type Here is a snippet from my code: typedef struct { GtkWidget *op1; GtkWidget *op2; GtkWidget *re

Re: Working with GtkTreeView,

2004-10-01 Thread Andrei Yurkevich
On 1 Oct 2004 12:16:49 - "Phillip Phirrip" <[EMAIL PROTECTED]> wrote: I need some help on how to use gtktrees. I want to create a GtkTreeView object with depth=3, i mean child iter, parent iter and grand parent iter. any help, pointers or sample code would be appreciated, There is a nice

Re: GTK Modal dialog

2004-10-07 Thread Andrei Yurkevich
Miroslav Rajcic wrote: I am trying to show the dialog in a modal way. I've read in some old posts that the way to do it is like this: ... My problem is that dielog doesn't seem modal at all. When I click on its parent window, dialog falls back underneath all other windows on the desktop. Even setti

Re: Gtk_entry_set_text

2005-04-28 Thread Andrei Yurkevich
On Thu, 2005-04-28 at 12:01 +0200, Sébastien NoName wrote: > The problem is located here : > gtk_entry_set_text(GTK_ENTRY(temp->pGtk.pEntryStationDestination), > pCharTempSrc); > gtk_entry_set_text(GTK_ENTRY(temp->pGtk.pEntryStationSource), pCharTempDst); > > The first gtk_entry_set_text is work