where is the gtkwidget. file ...

2003-04-04 Thread Anish Chandran
I want to make a seletion box. but the contents of the box should be the files in the computer connect to my computer thro' serial port using null modem cable.is there and widget available for that of how can i make changes in a widget.Can i set differnt theams for differnt windows at a time

succeeded in Xscreensaver+GTK on Solaris 2.8

2003-04-04 Thread Utku Ozcan
I have been able to install Xscreensaver-4.09 (the latest version as of the date when I have sent this mail), with GTK+-2.2.1 on Solaris 2.8. It was really a tiring job, therefore I want to share what I have done to be able to install this tool: 1. Platform is Sun Solaris 2.8. 2. C Compiler is

Re: succeeded in Xscreensaver+GTK on Solaris 2.8

2003-04-04 Thread Sven Neumann
Hi, Utku Ozcan [EMAIL PROTECTED] writes: 3. Not to mention, I have installed make-3.80, m4-1.4, autoconf-2.57, automake-1.7.3 (http://www.gnu.org). Some tarballs require aclocal-1.4 instead of aclocal and automake-1.4 instead of automake in $PATH, therefore I have manually created symbolic

Re: succeeded in Xscreensaver+GTK on Solaris 2.8

2003-04-04 Thread Utku Ozcan
Hi, Utku Ozcan writes: 3. Not to mention, I have installed make-3.80, m4-1.4, autoconf-2.57, automake-1.7.3 (http://www.gnu.org). Some tarballs require aclocal-1.4 instead of aclocal and automake-1.4 instead of automake in $PATH, therefore I have manually created symbolic link to

Re: succeeded in Xscreensaver+GTK on Solaris 2.8

2003-04-04 Thread Sven Neumann
Hi, Utku Ozcan [EMAIL PROTECTED] writes: I haven't used automake-1.4 before, can't we say that automake-1.7 program is backwards compatible with automake-1.4? What kind of side effects might have the symbolic link workaround I've found above? unfortunately, 1.7 is not 100% backward

Re: Pango/Xft compile problem

2003-04-04 Thread Frank Hrebabetzky
On 4 Apr 2003, Sven Neumann wrote: Hi, Frank Hrebabetzky [EMAIL PROTECTED] writes: GTK is needed for a bunch of X-Windows programs, and it requires pango, so I downloaded pango-1.0.5. I tried to install, but during ./configure, the following lines appeared: configure: WARNING:

Re: Pango/Xft compile problem

2003-04-04 Thread Sven Neumann
Hi, Frank Hrebabetzky [EMAIL PROTECTED] writes: Thanks for the hint 'config.log'. Nevertheless it contains basically the same lines as the 'make' output (see below). So what can I try? you could have a look at the header file that fails: /usr/X11R6/include/X11/Xft/XftFreetype.h:73: parse

RE: copy text the to the clipboard

2003-04-04 Thread Owen Taylor
On Fri, 2003-04-04 at 02:34, [EMAIL PROTECTED] wrote: It depends on the widget. For simple text, gtk_editable_copy_clipboard() might be what you need. Or there's something similar for GtkTextView. For custom data you'll need to understand the concepts. Here are some C++ examples:

Re: Pango/Xft compile problem

2003-04-04 Thread Owen Taylor
On Fri, 2003-04-04 at 09:22, Frank Hrebabetzky wrote: On 4 Apr 2003, Sven Neumann wrote: Hi, Frank Hrebabetzky [EMAIL PROTECTED] writes: GTK is needed for a bunch of X-Windows programs, and it requires pango, so I downloaded pango-1.0.5. I tried to install, but during ./configure,

Re: succeeded in Xscreensaver+GTK on Solaris 2.8

2003-04-04 Thread Owen Taylor
On Fri, 2003-04-04 at 07:00, Utku Ozcan wrote: I have been able to install Xscreensaver-4.09 (the latest version as of the date when I have sent this mail), with GTK+-2.2.1 on Solaris 2.8. It was really a tiring job, therefore I want to share what I have done to be able to install this tool:

unsubscribe 262422 mplutz2@wanadoo.fr

2003-04-04 Thread Michel
unsubscribe 262422 [EMAIL PROTECTED] -- Michel ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: META -- including screenshots on the list

2003-04-04 Thread Edward A. Falk
..gif has patent problems and is a technical fuckup (256 colors max). See http://burnallgifs.org/ for a (biased) view on it. .png is much nicer for lossless compression (32-bit). Point taken. .png is better. -ed falk ___ gtk-list mailing

GTypeInfo.instance_init vs. GObject.constructor

2003-04-04 Thread Britton
If I'm trying to create a type derived from GObject, and I'm not clear on which of the instantiation/destruction methods I should be using for what. I've looked at GtkObject for reference, but I still don't see why the things that are done in gtk_object_init (which gets registered as