Re: Re: Treeview multiple selection behaviour

2003-09-15 Thread Victor Mierla
Pe data de Sun, 14 Sep 2003 13:27:59 0200, ai scris: On Sun, 2003-09-14 at 11:23, Victor Mierla wrote: Hi people I'm writing a file-manager program which has 2 treeviews. I want to drag and drop files from one treeview to another. So i select 10 rows from 1 treeview for dragging. But the

Re: Spam ? - Re: Re: Treeview multiple selection behaviour

2003-09-15 Thread Andrew E. Makeev
Here is a hint: Connect handler on TreeView for button_press_event. Remember position that should be selected when your dragging operation is done Start dragging operation Stop button_press_event by returning TRUE from your handler Catch end/stop dragging signal Change TreeView selection if

Fwd: save session/open session

2003-09-15 Thread Roberto F. Ligeiro Marques
hello friends! I need some help with gnome session manager, i need to save a gnome session (using my own code, but thats ok, i can use 'system(gnome-session-save);' ) and after i want to copy this file saved to other machine (the same configuration) and open this session there, but,

GTK+ documentation

2003-09-15 Thread Chris Moller
I'm in the process of writing a CDT hover help extension to Eclipse, the mechanism that pops up a brief description of a function when you park the cursor over the function name in the Eclipse C/C++ editor. To do this, I need to store API info in a retrievable form. So, the question is: Is

Re: GTK+ documentation

2003-09-15 Thread Sven Neumann
Hi, Chris Moller [EMAIL PROTECTED] writes: I'm in the process of writing a CDT hover help extension to Eclipse, the mechanism that pops up a brief description of a function when you park the cursor over the function name in the Eclipse C/C++ editor. To do this, I need to store API info in a

Re: GTK+ documentation

2003-09-15 Thread Owen Taylor
[ Cc'ing and setting reply-to to gtk-doc-list, since that's the more appropriate forum for ths ] On Mon, 2003-09-15 at 10:48, Chris Moller wrote: I'm in the process of writing a CDT hover help extension to Eclipse, the mechanism that pops up a brief description of a function when you park

mtrace reading

2003-09-15 Thread francex
Hi, in a my application with gtk, program makes and destroy many widgets. With 'top' I have noticed an enormous use of memory for my appl. and so i have used mtrace() function to test memory usage. In output file I get for example: ... 0x083ef0b8 0x1c at 0x40498924 0x083ef0d8 0x2 at

Re: mtrace reading

2003-09-15 Thread Sven Neumann
Hi, [EMAIL PROTECTED] writes: in a my application with gtk, program makes and destroy many widgets. With 'top' I have noticed an enormous use of memory for my appl. and so i have used mtrace() function to test memory usage. I suggest you try using memprof instead. Sven

Re: mtrace reading

2003-09-15 Thread francex
Thanks for replies, I have tried 'memprof' but there are problems (I suppose) for programs that use g_spawn. with mtrace appl appl_log I get 'No memory leaks.' Mah?!? I hope (but I'm not sure) that my prg works... Thanks again France

Re: mtrace reading

2003-09-15 Thread Paul Davis
Thanks for replies, I have tried 'memprof' but there are problems (I suppose) for programs th= at use g_spawn. with mtrace appl appl_log I get 'No memory leaks.' Mah?!? I hope (but I'm not sure) that my prg wor= ks... unless i'm forgetting something, and mtrace *is* a valgrind skin, then you

Trying compile gtk+-2.2.0

2003-09-15 Thread D O
I first of all. I am new to this list and new in general to linux OS's, I originally programm in Win, but i am moving to linux, I use redhat for now. Ok, I understand a little for what need the ./configure files and a lot of others files, but ok, i read the install and the read me, i put

Re: Trying compile gtk+-2.2.0

2003-09-15 Thread Anthony
Hello, Also in this errors I see that i need some called fontconfig, where i download it ???. I searched google.com for fontconfig, and the first page in the search results is fontconfig.org. That should be what you want. -Anthony http://nodivisions.com/ D O wrote: I first of all. I am new