[wx-dev] GTK implementation (was: Re: Re[6]: [wx-dev] New event)

Vadim Zeitlin vadim at wxwidgets.org
Sat Feb 2 04:51:13 PST 2008


On Sat, 2 Feb 2008 01:07:04 -0500 (GMT-05:00) Igor Korot <ikorot at earthlink.net> wrote:

IK> What is the difference between the wxFrame and wxTopLevelWindowGTK.

 The class hierarchy in wx is:

         wxWindow
            |
            |
            v
   wxTopLevelWindowBase
            |
            |
            v
   wxTopLevelWindow<Port>
           /\
          /  \
         /    \
        v      v
    wxFrame   wxDialog

IK> In wxMSW, I modified wxFrame, but looking at the GTK part, it
IK> looks like I will need to modify the latter.
IK> 
IK> Am I right? Or maybe I was wrong on MSW side?

 It depends on whether the functionality is frame-specific or can be useful
in dialogs too.

 Regards,
VZ





More information about the wx-dev mailing list