gtk+ 1.8, problem with resources

2000-06-27 Thread Joachim Backes
the following widget-line: "widget '*' style 'big_font'" then the font for a l l widgets is correctly set, and the fg and bg too. Can somebody tell me what I'm doing wrong? Regards Joachim Backes -- Joachim Backes <[EMAIL PROTECTED]> |

Re: Finding out CList row selections

2000-07-09 Thread Joachim Backes
This structure contains only private data, and should be accessed only via the CList API. What do we learn from this? We need an A P I for checking the each row in a CLIST for be selected or not. Regards Joachim Backes -- Joachim Backes <[EMAIL PROTECTED]> | Univ. of Ka

X-Display properties

2000-08-07 Thread Joachim Backes
Question: How to get info about the X-Window display properties such as screen dimensions, resolution, visuals? Regards Joachim Backes -- Joachim Backes <[EMAIL PROTECTED]> | Univ. of Kaiserslautern Computer Center, Supercomputing Division | Phone: +49-631-205-2438 D

RE: How to "grey out" items?

2000-08-07 Thread Joachim Backes
rver > process. But once the user clicks on "connect" I want all the other > widgets (eg., text boxes, range widgets, pulldowns) to be "greyed out" > so that you can still see values but not edit anything. Hi, David, use: gtk_widget_set_sensitive(,False); for

Re: fork

2000-08-17 Thread Joachim Backes
o be used this way. Also it's not thread-safe. Use a > > different approach. > > It **is** thread safe. Read section 5.2 of the GTK+ FAQ. > > /Matt Hi, is it possible that the forking was done a f t e r gtk_init and after creating some top level windows? If y

RE: How to "grey-out" buttons?

2000-09-04 Thread Joachim Backes
On 04-Sep-2000 Nils Rennebarth wrote: > Is it possible to "grey-out" buttons to show that the corresponding function > currently isn't available? I couldn't find this in the FAQ. Hi, Nils, use: gtk_widget_set_sensitive() Regards Joachim Backes -- Joachi

RE: ANNOUNCE: Glade-Perl 0.57

2000-10-22 Thread Joachim Backes
DM/DMUSGR/Glade-P erl-0.54.tar.gz lrwxrwxrwx 1 mirror mirror 54 Apr 19 2000 Glade-Perl-0.56.readme -> ../../../authors/id /D/DM/DMUSGR/Glade-P erl-0.56.readme lrwxrwxrwx 1 mirror mirror 54 Apr 19 2000 Glade-Perl-0.56.tar.gz -> ../../../authors/id /D/DM/DMUSGR/Glade-P er

RE: callbacks

2000-11-02 Thread Joachim Backes
> Thanks. > Gonzalo Monrtesdeoca Zamora > > Regards Joachim Backes -- Joachim Backes <[EMAIL PROTECTED]> | Univ. of Kaiserslautern Computer Center, Supercomputing Division | Phone: +49-631-205-2438 D-67653 Kaiserslautern, PO Box 3049, Ge

Sarting gtk programs iconified

2000-11-03 Thread Joachim Backes
Hi, is there a (hidden) option to start gtk programs in the iconified state (such as xterm -icon)? Especially, i would need such a feature for gnome-terminal. Regards Joachim Backes -- Joachim Backes <[EMAIL PROTECTED]> | Univ. of Kaiserslautern Computer Center, Supercomputing Di

Re: popen() works, but now?

2001-01-18 Thread Joachim Backes
g_print(). > > > Salut, Sven Hi, please don't forget pclose(), otherwise you will get zombies! Joachim Backes -- Joachim Backes <[EMAIL PROTECTED]> | Univ. of Kaiserslautern Computer Center, Supercomputing Division | Phone: +49-631-205-2438

RE: [ANNOUNCE] Gtk-Perl 0.7005 released.

2001-02-21 Thread Joachim Backes
2 gmake[1]: Leaving directory `/usr/sc/backes/Software/CPAN/Gtk-Perl-0.7005/Gtk' gmake: *** [subdirs] Error 2 - Any ideas? Regards Joachim Backes -- Joachim Backes <[EMAIL PROTECTED]> |

Installing Gtk-Perl-0.7006 on RH 7.1

2001-05-17 Thread Joachim Backes
y gmake: *** [GtkXmHTML/Makefile] Error 141 I get similar problems, if I want to install the Gnome submodule. Any idea? Regards Joachim Backes -- Joachim Backes <[EMAIL PROTECTED]> | Univ. of Kaiserslautern Computer Center, High Performance Computing | Phone: +49-631-2

Re: Installing Gtk-Perl-0.7006 on RH 7.1

2001-05-17 Thread Joachim Backes
On 17-May-2001 Dermot Musgrove wrote: > Joachim Backes wrote: > > > > Hi, > > > > having problems to install Gtk-Perl-0.7006 on RedHat 7.1: > > > [...] > > gtktypexp.c:1:30: gtk/gtktypeutils.h: No such file or directory > > gmake:

RE: ANNOUNCE: Glade-Perl 0.59

2001-06-24 Thread Joachim Backes
gt; cd /pub/CPAN/modules/by-module/Glade/ 250 CWD command successful. Regards Joachim Backes -- Joachim Backes <[EMAIL PROTECTED]> | Univ. of Kaiserslautern Computer Center, High Performance Computing | Phone: +49-631-205-2438 D-67653 Kaiserslautern, PO Box 3049,

Cannot compile glib-1.3.15 on SGI IRIX 6.5.14

2002-03-06 Thread Joachim Backes
*** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/sc/backes/Software/glib-1.3.15' gmake: *** [all-recursive-am] Error 2 Any idea Regards Joachim Backes -- Joachim Backes <[EMAIL PROTECTED]> | Univ. of Kaiserslautern Computer Center, High Performance Computing | Phone: +4

RE: GLib-2.0.0 released

2002-03-12 Thread Joachim Backes
On 11-Mar-2002 Owen Taylor wrote: > > GLib-2.0.0 is now available for download at: > > ftp://ftp.gtk.org/pub/gtk/v2.0/ > > GLib is the low-level core library that forms the basis for projects > such as GTK+ and GNOME. It provides data structure handling for C, > portability wrappers,

Compatibility of gtk+-2.0 with gnome-libs-1.2

2002-04-14 Thread Joachim Backes
apps? Regards Joachim Backes -- Joachim Backes <[EMAIL PROTECTED]> | Univ. of Kaiserslautern Computer Center, High Performance Computing | Phone: +49-631-205-2438 D-67653 Kaiserslautern, PO Box 3049, Germany | Fax: +49-6

RE: GLib-2.0.3 released

2002-05-27 Thread Joachim Backes
sc/backes/Software/glib-2.0.3/glib' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/sc/backes/Software/glib-2.0.3' gmake: *** [all-recursive-am] Error 2 On the other hand when configuring by ./configure --with-libiconv=gnu, then glib-2.0.3 can be co

Re: Transparent background in window?

2002-09-04 Thread Joachim Backes
AR WINDOW SHAPE EXTENSION made by Keith Packard (X Consortium) You will find the document for ex. in nscp.upenn.edu/aix4.3html/x11/specs/pdf/shape.PDF Regards Joachim Backes -- Joachim Backes <[EMAIL PROTECTED]> | Univ. of Kaiserslautern Computer Center, High Performan

RE: signal

2002-09-09 Thread Joachim Backes
to be call, how can i do it? > > ___ > gtk-list mailing list > [EMAIL PROTECTED] > http://mail.gnome.org/mailman/listinfo/gtk-list Regards Joachim Backes -- Joachim Backes <[EMAIL PROTECTED]> | Univ. of Kaiserslau