Re: GTK+ 1.2.8 doesn't seem to work.

2000-06-06 Thread Preben Randhol
Mikas [EMAIL PROTECTED] wrote on 05/06/2000 (23:14) : 1.my system is Debian Linux, Kernel v2.2.14. Why didn't you use apt then? I recommend that you use the deb packages when available instead of having to go through all the hassle of compiling yourself. apt/dselect will also tell you which

Re: GtkEntry Cursor

2000-06-06 Thread Tal Rosen
Thanks for the respond, but I forgot to mention I also did gtk_widget_set_sensitive( GtkEntry , FALSE ); the GtkEntry cannot be selected, so there is not reason for the control to change the cursor to GDK_XTERM! I even tried to gdk_window_set_cursor( GtkEntry , GDK_X ) and it only changed

Re: Xlib-error in threaded GTK+

2000-06-06 Thread Tomas Berndtsson
Owen Taylor [EMAIL PROTECTED] writes: So, how do I avoid the error? Do I put another pair of gdk_threads_enter/gdk_threads_leave around the GTK+ calls in the second thread? Well - the whole point of gdk_threads_enter() / gdk_threads_leave () is to allow multiple threads to coordinate

Re: Xlib-error in threaded GTK+

2000-06-06 Thread Owen Taylor
Tomas Berndtsson [EMAIL PROTECTED] writes: Owen Taylor [EMAIL PROTECTED] writes: So, how do I avoid the error? Do I put another pair of gdk_threads_enter/gdk_threads_leave around the GTK+ calls in the second thread? Well - the whole point of gdk_threads_enter() /

Feature request

2000-06-06 Thread Garrett C
Hi, There is a project for Linux called ROX. It aims to provide a port of the RISCOS filer to Linux. There is one feature of particular interest, which is the XDS (X Drag-and-save) protocal. This is like drag-and-drop, but allows files to be dragged from their save dialog to any supporting

Re: Different colours on different characters in a entry widget

2000-06-06 Thread Havoc Pennington
Preben Randhol [EMAIL PROTECTED] writes: Is it possible to set the colour of _one_ character different from the rest in a entry widget? I tried to use set_style before the character was appended, but then the whole text changed to the colour I had specified. No, it's not supported. It's

RE: Feature request

2000-06-06 Thread Arjan J. Molenaar
Isn't the copy action, like we know from gmc, enough??? I've read the specs (that is the XDS specs), but I can't find out why copy wouldn't suffice. Regards, Arjan -Original Message- From: Garrett C [mailto:[EMAIL PROTECTED]] Sent: dinsdag 6 juni 2000 12:44 To: [EMAIL PROTECTED]

Re: GtkEntry Cursor

2000-06-06 Thread Vlad Harchev
On Tue, 6 Jun 2000, Tal Rosen wrote: Hi, Thanks for the respond, but I forgot to mention I also did gtk_widget_set_sensitive( GtkEntry , FALSE ); the GtkEntry cannot be selected, so there is not reason for the control to change the cursor to GDK_XTERM! I already filed a

Need something like QValidator in QT

2000-06-06 Thread Matthias Reis
Hi everyone, I have a GtkEntry in my application, where the user can enter a phone number (which allows only digits). I couldn't find any 'validating options' in the GtkEditable or GtkEntry documentation. Any suggestions? Matthias ___ gtk-list

gtk+ on IBM AIX

2000-06-06 Thread ALLA Raphael
Hi, I have tried to install glib and gtk+ on an IBM powerPC running AIX. When I try to run the program HelloWorld, as given in the tutorial, the program core dumps. I get a few warning messages during compile time, and I have performed a 'bt' with gdb on the core. All the results are given