How to best implement a custom quad-paned widget?

2005-09-19 Thread Mirco \"MacSlow\"
Greetings everybody! Before I start, take a quick look at what I intend to achieve with my custom widget (named GtkXPaned): http://macslow.mine.nu/shots/GtkXPaned-mockup.jpg This program seen in the screenshot is currently a workaround using two GtkHPaned widgets embedded

API documentation, GtkTextBuffer signals

2005-09-19 Thread Søren Wedel Nielsen
Hi, I have written some documentation of the GtkTextBuffer signals. If this is useful I will try to find time to continue with more signals - they seems to be neglected in most of the documentation. I include a patch against 2.6.7 and would like to hear your comments/criticism. Is this useful

Re: ./teststatusicon (was Re: A cross-platform status icon api)

2005-09-19 Thread Hans Breuer
On 19.09.2005 00:38, Tor Lillqvist wrote: Hans Breuer writes: > BTW: I'd appreciate if somebody with a deeper understanding of gtk internals > could do a review of gtktrayicon-win32.c. Maybe what I've done is considered > too much of a hack ;-) I appreciate your work, but why the rush? Isn't

Re: ./teststatusicon (was Re: A cross-platform status icon api)

2005-09-19 Thread Matthias Clasen
On Mon, 2005-09-19 at 01:38 +0300, Tor Lillqvist wrote: > Hans Breuer writes: > > BTW: I'd appreciate if somebody with a deeper understanding of gtk > internals > > could do a review of gtktrayicon-win32.c. Maybe what I've done is > considered > > too much of a hack ;-) > > I appreciate your

Re: ./teststatusicon (was Re: A cross-platform status icon api)

2005-09-19 Thread Matthias Clasen
On Sun, 2005-09-18 at 14:27 +0200, Hans Breuer wrote: > On 06.09.2005 15:08, Matthias Clasen wrote: > > On Mon, 2005-09-05 at 23:25 +0200, Hans Breuer wrote: > [...] > >>Also gtkstatusicon-x11.c not only implements the fdo spec but it also > >>defines a bunch of status icon api. Not only 21 functio

[ANNOUNCE] GtkJavaScript and RadojoWidgets

2005-09-19 Thread Michael Clark
Hi Folks, I'l like to announce some proof-of-concept code i've been working on. This is the first public announcement of this work. The general problem i'm trying to address is the divergence of web UI programming and native UI programming and I have a novel solution (travelling on the wake of wh

Re: Watching filedescriptors

2005-09-19 Thread Mikael Hallendal
Soeren Sandmann wrote: Hi, > One thing I and many other people regularly need is to be notified > whenever something happens on a file descriptor. This is needed when > you write networked applications, or when you with to communicated > with spawned child processes, and in many other circumstanc