gtk strange behavior

2006-01-27 Thread kornelix
I got no help so far on the questions below. Perhaps they were too naive for this group. Re: multi-thread GTK apps I found some help in the online GTK FAQ about implementing multi-threaded apps. It seems messy and fragile. Since multi-threaded is the normal and expected way to write GUI apps

How to select multiple folders

2006-01-27 Thread Sandeep KS
Hello everyone, I am new to this group. I need to design GUI using GTK. I must implement a function which displays all the files and folders in the directory. Clicking on that folder must also display all its subfolders and files. There must be a check button box to the left of each di

best way to pass data around

2006-01-27 Thread Ken Nagorski
Hi there, So I have created a small IM app in gtk that can now connect and send data to my java IM server I created. Yippie... However I do have a question. in order to solve the problem of getting the text that I typed and the sockfd to the send_text function I created a struct. typedef str

GTK+ 2.8.11 released

2006-01-27 Thread Matthias Clasen
GTK+ 2.8.11 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.8/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.8/ gtk+-2.8.11.tar.bz2 md5sum: 921ba85da341e52f0994f8fb569f1c61 gtk+-2.8.11.tar.gzmd5sum: 885f28e0040006018828919033b806f1 This is a bugfix release in the 2.8.x ser

when clicking treeview column headers

2006-01-27 Thread Jens Oknelid
Hello everybody! Here's a quick question I couldn't answer by Google or list archives: Is there some way to get some kind of button event when clicking the column headers of a treeview? The "clicked" signal isn't enough for what I need, I want to have a popup menu when the headers are right-clicked

RE: synthesize-key-press-event

2006-01-27 Thread Marc Santhoff
Am Freitag, den 27.01.2006, 08:37 -0600 schrieb Boncek, John: > Here is a copy of Marc's message. I presume the attachment will make it > to you but not the list (would be nice if that worked). Since it tends to be a FAQ, is someone reading this list who can integrate the snippet in a matching o

RE: Doubts about gtkplot (from gtkextra)

2006-01-27 Thread MQ
I agree with Al. I have used gtkplot in our proprietary memory debugger. This tool is now standard inclusion accross all programs in our company and has been delievered to and requested by our customer, mainly the us military (navy, air force, etc). They are used to very old fashioned technology wh

GLib 2.9.5 released

2006-01-27 Thread Matthias Clasen
GLib 2.9.5 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.9/ http://ftp.gnome.org/pub/GNOME/sources/glib/2.9/ glib-2.9.5.tar.bz2 md5sum: d92467e6a644341d704a5d0e3af8c06f glib-2.9.5.tar.gz md5sum: 6ef7253fc29dda78414d7578f35fc88a This is a development release lea

RE: synthesize-key-press-event

2006-01-27 Thread Boncek, John
Here is a copy of Marc's message. I presume the attachment will make it to you but not the list (would be nice if that worked). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alex Aycinena (sent by Nabble.com) Sent: Thursday, January 26, 2006 8:04 PM To

Re: Inter-application drag and drop for win32

2006-01-27 Thread Thomas Gilgin
Tor Lillqvist wrote: > Thomas Gilgin writes: > > Is inter-application drag and drop still unsupported for win32? > > Yes. Thanks for the answer, even if it's not my favourite :-) Does anybody know a "good" workaround or an app that uses one? Regards, Thomas

RE: Widget search and tree build

2006-01-27 Thread Kurucz Istvan
If you have a parent widget, which includes other child widgets, how can I get the entire child widgets pointer? How can you analyze a defined widget easier? I need to find different type of widgets, where could change some of its features? Thanks: Kurucz István :) ===