How can I change color of fonts in GTK 1.2

2002-07-29 Thread Krzysztof Magrel
I've problem like in subject. Please help. Krzysztof Magrel Registered Linux User #157725 ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Glib Newbie Question: manual event invoking

2002-07-29 Thread André Küster
Hi, I want to play a little bit with the glib2.0 Mainloop, now I have a question. I can add multiple Eventsources, but they are obviously timer-controled. In GTK I have gtk_signal_connect, to connect a signal to a specific event. I think glib's g_source_set_callback will do some similar (with

Re: Glib Newbie Question: manual event invoking

2002-07-29 Thread Sven Neumann
Hi, André Küster [EMAIL PROTECTED] writes: I want to play a little bit with the glib2.0 Mainloop, now I have a question. I can add multiple Eventsources, but they are obviously timer-controled. In GTK I have gtk_signal_connect, to connect a signal to a specific event. I think glib's

gtk_widget_set_events on drawing area in interface built with Glade

2002-07-29 Thread Peter Van Osta
Hi, I want to connect some events to a Gtk drawing area, but where should I put this in the source code built with Glade ??? The drawingarea1 is local to interface.c, but I cannot edit this file as it might be overwritten ? e.g.: gtk_widget_set_events (drawingarea1, GDK_EXPOSURE_MASK

GtkTextView/GtkTextBuffer question

2002-07-29 Thread Igor Popik
Hi! Is it possible to add text to GtkTextBuffer with some tags to have different (eg. blue whatever) color of the background for the whole line in GtkTextView even if we have just few characters of text displayed in that line? I would like to have something like in GtkTreeView using GtkListStore

GModule

2002-07-29 Thread Olaf Leidinger
Hello! Is the number of GModules being opend at the same time limited by glib2 in any way? Ciao, Olaf ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Compilling Pango ...

2002-07-29 Thread Stoyan karanfilov
You have to cp freetype.h from your directory /usr/X11R6/include/freetype2/freetype/feetype.h = /usr/X11R6/include/freetype/ There is such file in the given destination directory. Don't forget to backup it ! You'll have to put it back after installing pango! I don't know if the path is tha same

Treeview question

2002-07-29 Thread Frederic LESPEZ
Hi, My questions are about the correct way to emit signal from the GtkTreeModel. If my model has the following structure : |-A |-B | |-C |-D And i want to delete B and C, should the tree model emit row-deleted C and then row-deleted B or emitting row-deleted B is sufficient ? And should the

GtkCalendar help with colors

2002-07-29 Thread TonyB
Hello, I am new to GTK+ and very rusty with 'C'. I would like to build a program using the GtkCalendar widget. Is it possible to set the color of EACH day of the current month? The GtkCalendar struct has 3 fields that I might be able to use (see ***): struct _GtkCalendar { GtkWidget

Multithreaded server

2002-07-29 Thread Ricardo Lebre
I'm developing a multithreaded server application using gtk+-1.2 and real time is a critical factor. On my application the main thread (A) launches thread (B) that initializes a gtk console and blocks itself at gtk_main(). After that, thread (A) blocks itself waiting for socket connections

Glib Newbie Question: manual

2002-07-29 Thread André Küster
Hi, I want to play a little bit with the glib2.0 Mainloop, now I have a question. I can add multiple Eventsources, but they are obviously timer-controled. In GTK I have gtk_signal_connect, to connect a signal to a specific event. I think glib's g_source_set_callback will do some similar (with

Help Help Glib installation + ATK + Pango + GTK

2002-07-29 Thread Sascha Braun
Hello Everybody, I'm under real pressure 'cause I have to install GTK+ and Glib, ATK, Pango and pgk-config. I did load all packages down but Glib says that, after i have installed pgk-config, it needs pgk-config installed first (I believe its the right order I'm explaning here). ATK says,

Re: Glib Newbie Question: manual

2002-07-29 Thread rsteinke
From: Andr? K?ster [EMAIL PROTECTED] Hi, I want to play a little bit with the glib2.0 Mainloop, now I have a question. I can add multiple Eventsources, but they are obviously timer-controled. In GTK I have gtk_signal_connect, to connect a signal to a specific event. I think glib's

Re: Multithreaded server

2002-07-29 Thread rsteinke
From: Ricardo Lebre [EMAIL PROTECTED] I'm developing a multithreaded server application using gtk+-1.2 and real time is a critical factor. On my application the main thread (A) launches thread (B) that initializes a gtk console and blocks itself at gtk_main(). After that, thread (A)