On Thu, May 22, 2008 at 12:32:07PM -0400, Jorge Arellano Cid wrote:
On Wed, May 21, 2008 at 05:43:05PM +0200, Johannes Hofmann wrote:
Hi Justus,
On Wed, May 21, 2008 at 12:02:14AM +0200, Justus Winter wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hey everyone :)
attached is a patch that transforms dillos find in page dialog box into a firefox style toolbar. There are some issues that I cannot put my finger on... see the comments in the event handler. Maybe there's some magic about fltks event model that I did not fully understand... then again it might be fltks fault. Anyway, I'd be happy for some hints.
This is really nice! For text search the popup menus are even more annoying than for entering an url.
One minor thing. You can make the CheckButton and Input members of Findbar private if you use static methods for the callbacks instead of functions.
Yes, I agree.
Patch attached. Cheers, Johannes