From kfm-devel Sat Jan 11 02:02:40 2003 From: Andreas Dieling Date: Sat, 11 Jan 2003 02:02:40 +0000 To: kfm-devel Subject: Re: Win32 Port of Safari X-MARC-Message: https://marc.info/?l=kfm-devel&m=104225064604107 > > My recolletion of is MFC is that it mirrors the GDI almost exactly, except > that it wraps the GDI handles in C++ classes. An MFC function is just a GDI > function with one less argument. It doesn't buy much. > > The only reason I thought about toolkits is because Kwq is right on top of > NextStep. I was jelous. I doesn't make sense though for reasons that are as > obvious to me now (after two days with the code) as they are to all of you. > sorry my fault, when i suggested mfc i meant it to be used for the whole gui of a possible browser. But you asked how to draw the controls in khtml:p For them GDI is obviously the easiest solution. Andreas