Re: installing gtk+ on redhat 7.3

2002-05-22 Thread Nick Soffe
Hi June, Both gtk1.2 and gtk2.0 are already part of the standard redhat7.3 installation. If you selected either 'all' or the relevant packages when you installed the distribution you shouldn't have to do it the hard way. Sorry if I have misunderstood. Nick Soffe. On Wed, 22 May 2002, June Hill

Change some widget font and fore ground ok,some fail,why?

2002-05-22 Thread sandy_21
Hello: I use Gtk+2.0.0, redhat 7.2 as the gtk reference said, to change widget font and color use gtk_widget_modify_fg(),gtk_widget_modify_font() I make some experiment on some widget ,the conclusion is simple widget such as GtkLabel,GtkEntry the above two api work correctly,but co

Regarding cursor postion

2002-05-22 Thread Jyothi
Hi, Is there any function in the kernal, which gives me information about the cursor position , like the window Id, on which the cursor is located, cursors x and y position. Is there any kernal functions by which I can move the cursor position on the screen. Thanks, Jyothi. ___

Re: pointer grabs and drawing areas

2002-05-22 Thread Sven Neumann
Hi, Paul Davis <[EMAIL PROTECTED]> writes: > i have a drawing area set up to receive both button press+release > events. my understanding is that X/GDK automatically does a pointer > grab when a GdkWindow has these events set for itself. i also receive > motion events, via motion hints. X11 doe

Re: Change some widget font and fore ground ok,some fail,why?

2002-05-22 Thread vyadav
hi.. thereis some problem on compiling gtk on debian linux.. can u suggest something... regards.. vinita..

Scrolling any Box Widget

2002-05-22 Thread Toni Moreno Giménez
Hi. I'm doing a test trying to scroll a box, I have seen an example (a GtkText widget), and I've done the same. --- GtkText- scrolledwindow1 = gtk_scrolled_window_new (NULL, NULL); gtk_widget_show (scrolledwindow1); gtk_container_add (GTK_CONTAINER (info), scrolledwindow1); gtk

Changing toplevel window title on execution time

2002-05-22 Thread Toni Moreno Giménez
Hi , when use gtk_window_set_title() , on execution time, the title is not changed until some other dialog window appears. How can change and update the top level window at once. ? Thanks in advance. -- = Toni Moreno Giménez = Pje de las rosas nº 22 Vilassar

Re: Changing toplevel window title on execution time

2002-05-22 Thread Toni Moreno Giménez
El Mié 22 May 2002 07:14, Toni Moreno Giménez escribió: > Hi , when use gtk_window_set_title() , on execution time, the title is not > changed until some other dialog window appears. > > How can change and update the top level window at once. ? > > Thanks in advance. Sorry , it runs ok, was a mis

No fonts with gtk framebuffer

2002-05-22 Thread Vince Busam
When I run any of the example programs with gtk compiled for framebuffer mode, I don't see _any_ text anywhere. No fonts appear to be working at all. I modified pangorc and pangoft2.aliases per the documentation, but an strace shows that pangoft2.aliases is never opened. Instead, it the applica

Re: depcomp file missing for atk and pango builds

2002-05-22 Thread Owen Taylor
Ray Zuniga <[EMAIL PROTECTED]> writes: > I'm trying to build gtk-2.0.2. I've had success building the > libraries atk-1.0.1, pango-1.0.1, and gtk for i686-pc-linux-gnu but > I'm getting a similar error across multiple platforms when either I > build the atk library or the pango library. > > Th

Re: pointer grabs and drawing areas

2002-05-22 Thread Owen Taylor
Paul Davis <[EMAIL PROTECTED]> writes: > i have a drawing area set up to receive both button press+release > events. my understanding is that X/GDK automatically does a pointer > grab when a GdkWindow has these events set for itself. i also receive > motion events, via motion hints. > > if i pr

Re: GtkEntry set text

2002-05-22 Thread Owen Taylor
Reham Younis <[EMAIL PROTECTED]> writes: > Does anyone know who do I set the text of a GtkEntry? > I am using gtk_entry_set_text(GtkEntry * entry,gchar > *text). But it keeps appending to the current text! > Could anyone give me an explanation? I'm skeptical that it appends instead of replacing

help on plotting the image from a webcam!!!

2002-05-22 Thread simith nambiar
hi there, iam newbie for linux as well as gtk, and i wanted to develop an application (VOIP) for my project. I have a webcam from which i would be grabbing frames ,so can i plot the data on a drawing board or any componenet of gtk, In case it is possible could u plz tell me what to use a