colors

2001-01-19 Thread Billy Patton
For lack of a better method I've started doing colors in the following manner : guint32 white = 0x00ff; guint32 black = 0x; I need many more colors. Does anyone have a list in this form anywhere ? ___ gtk-list mailing

justify in container box

2001-01-19 Thread Billy Patton
How do I left justify items in a container box ? ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: colors

2001-01-19 Thread Sven Neumann
Billy Patton <[EMAIL PROTECTED]> writes: > For lack of a better method I've started doing colors in the following > manner : > guint32 white = 0x00ff; > guint32 black = 0x; > > I need many more colors. Does anyone have a list in this form anywhere > ? How about

socket/plug question

2001-01-19 Thread Ronald Bultje
Hi again, For my application, I would like to implement an X-application (not Gtk) as a widget into my own application. I thought that using the socket/plu widgets would be a good idea. I have download the socket/plug example from ftp.gtk.org/pub/users/otaylor/plugsocket-0.3.tar.gz. I also tried

RE: colors

2001-01-19 Thread Dugas, Alan
Try using the color list in rgb.txt (I believe this comes standard with X11). Once you have chosen a color from the list you can do the following; GdkColor color; ... gdk_color_parse("red", &color); gdk_color_alloc(gdk_colormap_get_system(), &color); ... Hope this helps.

GList and combobox problem

2001-01-19 Thread Marco Cova
Hi all. I have the following problem. I want to fill a GList *list with the names of files stored in a directory and then use this list together with a combobox. So, I expect to see the files' names as popdown strings, but all I get is some garbage. A part of the code follows: /* function I use

Re: GList and combobox problem

2001-01-19 Thread Billy Patton
Here's my piece of code I create a selection list in a container box. Hope this helps. cp = LaffCellNameIterator(db,1); while (cp) { gchar *string ; GtkWidget *label,*list_item ; if (! strcmp("BARINFO",cp)) goto NEXT; label = gtk_label_new(cp); list_item =

Re: GList and combobox problem

2001-01-19 Thread Maher Awamy
On Fri, 19 Jan 2001 17:27:17 +0100, Marco Cova said: > Hi all. > I have the following problem. > I want to fill a GList *list with the names of files stored in a > directory and then use this list together with a combobox. So, I expect > to see the files' names as popdown strings, but all I

gtk themes

2001-01-19 Thread David Eduardo Gomez Noguera
Hello. Its my first time i write here. I just happen to have some questions. There are a few themes with dark backgrounds. They se up fonts to be white, but gtk tool tips fonts keep black, and so do other window fonts, like the background and fonts of the mail client im using now, or like gnom