Cross-platform GUI widgets?

2003-09-16 Thread Michael Hipp
What do the big projects like, say, Mozilla Firebird or OpenOffice.org 
use to create their cross-platform GUI widgets and controls? Firebird's 
are beautiful and look native on every platform I've seen.

Thanks,
Michael
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: Cross-platform GUI widgets?

2003-09-16 Thread Collins Richey
On Tue, 16 Sep 2003 11:49:25 -0500
Michael Hipp [EMAIL PROTECTED] wrote:

 What do the big projects like, say, Mozilla Firebird or OpenOffice.org 
 use to create their cross-platform GUI widgets and controls? Firebird's 
 are beautiful and look native on every platform I've seen.
 

According to the MozillaFirebird page, they are now using GTK2.  No clue abouty
OO.

-- 
Collins Richey - Denver Area
if you fill your heart with regrets of yesterday and the 
worries of tomorrow, you have no today to be thankful for.


___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: Cross-platform GUI widgets?

2003-09-16 Thread Michael Hipp
Collins Richey wrote:
According to the MozillaFirebird page, they are now using GTK2.  No clue abouty
OO.
There must be more to it than that. Unless GTK2 now runs on Windows.

Michael

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: Cross-platform GUI widgets?

2003-09-16 Thread Aaron Grewell
Michael Hipp wrote:
Collins Richey wrote:

According to the MozillaFirebird page, they are now using GTK2.  No 
clue abouty
OO.


There must be more to it than that. Unless GTK2 now runs on Windows.



GTK2 does run on Windows, but that's not what they did.  They wrote a 
set of libraries as part of the Mozilla core that abstract the differing 
UI calls.  That way their XUL (eXtensible User interface Library IIRC) 
code always looks native.

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users


Re: Cross-platform GUI widgets?

2003-09-16 Thread Michael Hipp
Aaron Grewell wrote:
GTK2 does run on Windows, but that's not what they did.  They wrote a 
set of libraries as part of the Mozilla core that abstract the differing 
UI calls.  That way their XUL (eXtensible User interface Library IIRC) 
code always looks native.
Ok, so it's a home grown solution (and a very impressive one), not one 
of the pre-made cross platform solutions like, say, 
http://www.wxwindows.org/ .

Thanks.

Michael

___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://www.linux-sxs.org/mailman/listinfo/linux-users