Please any one can help me?!

2004-01-08 Thread Mama Mari
Dear All, I am a beginner in using the GUI Toolkits. I have started with FLTK. Later on I discovered that FLTK has a drawing problem. It is flashing when you resize the window or some objects (like scrollbar) blinks. I used some demo programs which written by Microwindows. They have the same

Please any one can help me?!

2004-01-08 Thread Mama Mari
Dear All, I am a beginner in using the GUI Toolkits. I have started with FLTK. Later on I discovered that FLTK has a drawing problem. It is flashing when you resize the window or some objects (like scrollbar) blinks. I used some demo programs which written by Microwindows. They have the same

gtk_widget_area - expose_event - problem

2004-01-08 Thread francex
Hi, I got from GDB this error for my application: Program received signal SIGSEGV, Segmentation fault. 0x0804b349 in expose_event (widget=0x80ac738, event=0x0, g=0x0) at graph_edit.c:248 248 gdk_draw_drawable (widget-window, (gdb) In this app, there are 2 timelines for graphic

Re: dependency hell over glib stuffs

2004-01-08 Thread Valdis . Kletnieks
On Wed, 07 Jan 2004 22:54:35 EST, Gene Heskett [EMAIL PROTECTED] said: It does sound like a good idea, but that also means I'd have to remember it. Setting the var and exporting it in .bashrc is a one-time deal. For this often forgetfull old codger its a no brainer Never been bitten by

Re: Please any one can help me?!

2004-01-08 Thread Owen Taylor
On Thu, 2004-01-08 at 04:09, Mama Mari wrote: Dear All, I am a beginner in using the GUI Toolkits. I have started with FLTK. Later on I discovered that FLTK has a drawing problem. It is flashing when you resize the window or some objects (like scrollbar) blinks. I used some demo programs

Re: dependency hell over glib stuffs

2004-01-08 Thread Gene Heskett
On Thursday 08 January 2004 10:46, [EMAIL PROTECTED] wrote: On Wed, 07 Jan 2004 22:54:35 EST, Gene Heskett [EMAIL PROTECTED] said: It does sound like a good idea, but that also means I'd have to remember it. Setting the var and exporting it in .bashrc is a one-time deal. For this often

Re-used a window and synchronization problem.

2004-01-08 Thread Luis Sánchez Vidal
I'm trying to do the following but I don't know how and if it's a good idea. I have a menu with some items, each of themdo different things but some of them needthe sametype of information from the user to completeits own job. So I createone gtk_top_window than gets the information that I

Treeviewcolumn event

2004-01-08 Thread Manuel Op de Coul
I need to retrieve the button number in a clicked event handler for a treeview column, but I don't know how to read it from the event data (is there any?). Can someone help? Thanks in advance, Manuel ___ gtk-list mailing list [EMAIL PROTECTED]

Re: Please any one can help me?!

2004-01-08 Thread Tara Milana
I'm assuing you are using Linux/X. Each widget that you can draw to has an associated window (an X Window in this case). In GTK it is refered to as a GdkWindow (built around an X Window). When you draw to a window, you almost always draw the window's background (usually a solid color or a tiled

Re: Please any one can help me?!

2004-01-08 Thread Sven Neumann
Hi, Tara Milana [EMAIL PROTECTED] writes: The way around this is to use back buffers and that's X Pixmaps, in GTK it is refered to as a GdkPixmap. What you do is draw to the GdkPixmap first (same thing, draw a solid background, then details). Then you put the GdkPixmap to the GdkWindow all

Scrolling part of a widget

2004-01-08 Thread Stuart Whitman
Hello, I would like to know how to specify that only a part of a widget should be scrolled. Specifically, I want to be able to use a GtkTreeView to display a list of employees. Like the column headings, I want to be able to specify that the first column of cells (employee names) is always