Gtk-CRITICAL **: file gtkentry.c: line 3717 (gtk_entry_set_text): assertion `text != NULL' failed

2005-01-23 Thread Sandy
Hi, I am trying to build an application which encrypts/ decrypts files or directories as required. I am using Fedora core 3 with kernel version 2.6.9-1.667. I am developing the GUI using Glade 2.6.0. I am trying to select a file name using the gtk_file_selection_new method and display the selecte

Compile line options for gnome/libglade?

2005-01-23 Thread Tony Freeman
I'm trying to compile the example program provided in Chapter 5 of "The Official GNOME 2 Developer's Guide". Every program in this book that contains a "#include " line NEVER compiles. I wonder if you can help me figure this one out? Here's my guess at the compile command and the resulting out

Re: GtkListStore - play with the list entries

2005-01-23 Thread Vinod Joseph
Dear All Let me illustrate the problem in specific... I get segmentation fault on masking invisible characters..Sometimes strange characters are printed... my code to print invisible chars is just for (i=0; i<(strlen(new_text)-1); i++) { *(my_text + i)='*'; } now..i append my_text

Fwd: Please help me with GtkListStore

2005-01-23 Thread Vinod Joseph
Dear All I am using the GtkListStore -> EditableCells for user id, password and information list. The access to the program is based on the entry in the GtkEntry id and password. The list is then browsed through for all valid entries and user is provided with access or rejected access. The probl

gtk 2.6.1 on Windows: icon themes

2005-01-23 Thread Allin Cottrell
I just tried cross-compiling gtk 2.6.1 and friends Linux -> win32 (previously I've relied on Tor's binaries). I seem to be "almost there," but my app segfaults when I try to access a menu item that contains a stock icon. The crash is in libgtk-win32-2.0-0.dll, and the trace seems to center on

Re: libglade vs glade for dialog generation

2005-01-23 Thread Michael Torrie
On Sun, 2005-01-23 at 12:50 +0100, Gus Koppel wrote: > I don't see how using Glade code requires you to keep states in global > variables, while libglade doesn't? If you refer to globally storing the > values of input widgets in dialogs, i.e. values of a number of > GtkEntries, there isn't really a

Re: libglade vs glade for dialog generation

2005-01-23 Thread Gus Koppel
Roger Leigh wrote: > > As I mentioned earlier, you don't need to look at the Glade-created > > code ever, except if you want to learn from it. You must not modify > > interface.c on your own, anyway. Just treat interface.c the same way > > as likely any source file from any other library you use: