GtkTreeView question

2002-09-12 Thread Andrew E. Makeev
Hi, We have created TreeView widget and made it's columns clickable and reorderable. The question - is it right that signal clicked on column header is generated in both cases: click column header and start column header DnD operation with left mouse button? If there is nothing to fix, could

Re: GdkPixmap and configure_event

2002-09-12 Thread Olexiy Avramchenko
Reham Younis wrote: Hi, I am working on a project in which we are trying to upgrade its old GUI based on x lib pure calls to GTK (gtk-1.2). The problem is that I am creating a gtk drawing area which is used for drawing with x calls drawing functions. Things are working fine,except for GdkPixmap.

How do I expose a specific widget and all it parents?

2002-09-12 Thread Egon Andersen, Talura
Hi, I don't know if the correct word is 'expose' or something else, but I'll try to explain my problem. I have a notebook with several pages and I want to be able to from the application to show/expose any specific page I want. I have notebooks that are nested and I imagine this may

Re: expose_event

2002-09-12 Thread John . Cupitt
Paul Davis wrote: I need to write an expose_event which clears a widget (GtkLayout) from things I've drawn on it. The way I do it at the moment is: gdk_draw_rectangle() (complete region) Unfortunately this also 'overwrites' too much (GtkFrames inside the GTkLayout disappear etc.) Any idea how

Re: How do I expose a specific widget and all it parents?

2002-09-12 Thread John . Cupitt
Egon Andersen, Talura wrote: I have a notebook with several pages and I want to be able to from the application to show/expose any specific page I want. I think you need gtk_notebook_set_page() I also have scrollable windows and want a specific entry to be visible - just another

Re: How do I expose a specific widget and all it parents?

2002-09-12 Thread Egon Andersen, Talura
Cupitt, John wrote: Egon Andersen, Talura wrote: I have a notebook with several pages and I want to be able to from the application to show/expose any specific page I want. I think you need gtk_notebook_set_page() I thought of this function, but then I need to make it top-down. I can

Re: How do I expose a specific widget and all it parents?

2002-09-12 Thread John . Cupitt
Egon Andersen, Talura wrote: I have a notebook with several pages and I want to be able to from the application to show/expose any specific page I want. I think you need gtk_notebook_set_page() I thought of this function, but then I need to make it top-down. I can in no way just say

Re: How do I expose a specific widget and all it parents?

2002-09-12 Thread Egon Andersen, Talura
Cupitt, John wrote: Egon Andersen, Talura wrote: I have a notebook with several pages and I want to be able to from the application to show/expose any specific page I want. I think you need gtk_notebook_set_page() I thought of this function, but then I need to make it top-down. I can in

GtkSocket and Modal Window

2002-09-12 Thread Salvador Zazueta Rubio
Hello All: I'm developing a set of programs that interact with each other. They are all developed with GTK ,Glade etc. Recently, I'm trying to embed all program windows with GtkSocket, GtkPlug. Everything works as expected, except the modal windows. I use modal windows dialogs and

How to stretch a picture?

2002-09-12 Thread liangdexiang
Dear gtk-list, I am a new hand to gtk programming. A project need a window which can be resized, and we put a background image on the window, when window is being resized, we hope the background image resized,too. But I can not get helpful message in GTK1.2. I found a pixbuf demo in GTK2.0.

problem with pango cvs

2002-09-12 Thread mike
I am trying to compile pango after installing fcpackage but I get the following error /bin/sh ../libtool --mode=link gcc -O3 -march=k6 -Wall -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include-o pango-querymodules querymodules.o libpangoft2-1.0.la libpangox-1.0.la

GdkEvenButton - spacebar?

2002-09-12 Thread David Swiston
Hi guys. I've ran into a quirk in a program of mine where I have a double click callback for a clist. The double click works fine, however, if I tab and select an item in the list with the spacebar I get a seg fault. For some reason, the spacebar is seen as some type of mouse click, however, when

RE: How to stretch a picture?

2002-09-12 Thread CAVEY GERARD
hello Because gtk1.2doesn t support any pixmap stretching you may get code of function used in demo and put it in a function u could write. gtk is open source enjoy it :D c ya -Message d'origine- De?: liangdexiang [mailto:[EMAIL PROTECTED]] Envoy¨¦?: vendredi 13 septembre 2002 02:15 ¨¤?: