gtk for vxworks

2003-08-29 Thread yang
HI,gtk-list! I have been studying to implement the embedded web browser under Vxworks. and I have found several browser under gtk(they sound good). as I known, the browser above is based on gtk and Xwindows. I have found several browser: dillo, zen(other is non open-source or can

How to change color of the text in gtk button

2003-08-29 Thread Luiz Rafael Culik Guimaraes
Dear Friends As subject, i successfully change the color of the button , but the text on center still black also, can buttons has diferent fonts on text Regards Luiz ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gt

new bie

2003-08-29 Thread Chorn Sokun
Title: Message Dear all,   I am new to linux I would like to get some simple advince on how to setup gtk development environment under redhat 9. I got luck after install redhat 9 but i don't know what to do to be able to test gtk hello world :)   Help !   Kun

Re: new bie

2003-08-29 Thread NGP Languages
Title: Message There is a lot of documentation about it for example:   http://www.gtk.org/tutorial/   Greatings, Sjoerd Dear all,   I am new to linux I would like to get some simple advince on how to setup gtk development environment under redhat 9. I got luck after instal

Re: new bie

2003-08-29 Thread NGP Languages
Title: Message In the source packages (*.tar.gz), you will find files with documentation on how to compile it.   Greatings, Sjoerd - Original Message - From: Chorn Sokun To: [EMAIL PROTECTED] Sent: Friday, August 29, 2003 6:04 AM Subject: new bie Dear all,

RE: new bie

2003-08-29 Thread Chorn Sokun
Title: Message Sjoerd   Site is on strike where can I get the source packages?   Thanks, Kun     -Original Message-From: NGP Languages [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 2:47 PMTo: Chorn Sokun; [EMAIL PROTECTED]Subject: Re: new bie In the source packages (*.t

Re: new bie

2003-08-29 Thread Russell Shaw
Chorn Sokun wrote: Sjoerd Site is on strike where can I get the source packages? http://www.gtk.org/download/ http://www.gtk.org/tutorial/ ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: new bie

2003-08-29 Thread NGP Languages
Title: Message Source packages can be found at:   ftp://ftp.gtk.org/pub/gtk/   Sjoerd - Original Message - From: Chorn Sokun To: [EMAIL PROTECTED] Sent: Friday, August 29, 2003 10:22 AM Subject: RE: new bie Sjoerd   Site is on strike where can I get the

How to use GtkTextView with PHP script in windows\linux?

2003-08-29 Thread NGP Languages
Hi all,   for all I now is that the component GtkTextView is not yet implemented in PGP_GTK. My goal is to get this REAL text editor to work with PHP script in Linux and Windows. (PS For newbies: the old version GtkText is really ugly!)   Is there anyone working on it? Can you help me or giv

Re: How to change color of the text in gtk button

2003-08-29 Thread Peter Krueger
Hello Luiz, a GtkButton is derived from GtkBin. This means that the GtkButton widget itself draws background and frame, but the button's contents (e.g. the label) is drawn by its child. You have to change the attributes of this child widget (GtkWidget *child = gtk_bin_get_child(GTK_BIN(button))) to

GdkPixbufLoader and tiff files

2003-08-29 Thread Diego Zuccato
Hello all. I'm trying to use GdkPixbufLoader to detect some info on tiff files. What I'm doing is (omitting error checks): GdkPixbufLoader *pbl=gdk_pixbuf_loader_new(); // tested new_with_type("tiff", NULL) too ! FILE *f=fopen(file, "rb"); if(f) { char buff[512]; gint siz; do { siz=frea

Images / printing / positionning with PHPP GTK

2003-08-29 Thread decio.osiris
Thanks Chad for your answer. So, since it is better not to lock the size of the box containners, how can I garantee the right size of the boxes? For example, I was playing around with it and tried out a tipical windows environment design, withe a menubas on top, a vbox with a button box of a toolb

problem with g_locale_to_utf8()

2003-08-29 Thread Paulo Ricardo Batista Mesquita
Hello guys, I am writing an application that receives data in portuguese language, it runs both Linux (English) and Windows (Brazilian Portuguese). In the beginning, I was writing the code using non English characters, especially when using message boxes. That time, it was working fine. When

GTK Install help...PLEASE

2003-08-29 Thread Paul Ashe
Title: securance_1   I am trying to install glib2.2 & gtk1.2.10.  I believe I have correctly installed glib.  I follow the direction on the install of gtk and when I enter ./configure I get the following error message:   checking for GLIB - version >= 1.2.8... no*** The glib-config script

Re: GTK Install help...PLEASE

2003-08-29 Thread Valdis . Kletnieks
On Sat, 30 Aug 2003 04:47:45 PDT, Paul Ashe <[EMAIL PROTECTED]> said: > I am trying to install glib2.2 & gtk1.2.10. I believe I have correctly Gtk 1.2 will probably require glib 1.X as well rather than glib2.2. Alternatively, Install glib2.2 and Gtk2.2. It *WILL* work to install glib1.2/gtk1.

Learning GTK / GUI Programming

2003-08-29 Thread Rick Sutphin
Hello, I am a newbie who is trying to learn GTK+, and GUI programming in general. I have gone through the tutorial, and have written a couple simple programs. What I am having trouble with, is trying to learn to write/design larger applications. The programs I have written so far have been ugly;