[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: X-Windows programming in C++
On Thu, Dec 21, 2000 at 09:11:13PM -0800, Shine Vijayan wrote:
> Hi,
>
> I am in the process of porting a Adobe Acrobat plug-in developed on Windows
> platform to Linux platform.
Are you talking about a browser plug-in ? In that case, you'll have to
use the same "toolkit" as the browser.
For Netscape 4.x - that's Motif. For Mozilla, it's Gtk, but there are
Qt, Xt based ports floating around on the net.
Once you've made the toolkit choice,
Qt - Complete C++
Gtk++ - C++ bindings for Gtk
Vtk - Motif in C++
-Arun