[wx-dev] GTK implementation (was: Re: Re[6]: [wx-dev] New event)
Igor Korot
ikorot at earthlink.net
Sat Feb 2 18:30:26 PST 2008
Vadim,
I know there is a certain policy about implementing
new feature and patch submitting, but I want to ask
this question anyway.
This feature is kind of big, so I propose to divide the
implementation to pieces.
1. Implement the call of the dialog (mouse click on the
toolbar) on all platforms.
2. Implement the dialog. Design will be discussed here.
3. Implement functinality along with the demo and docs.
Now, step 1 is completed here for MSW. I need one more day
of testing to make sure that GTK part is working fine.
Besides I will probably need some help from you or Robert.
But in the meantime, I want to submit at least MSW piece.
After I'm done with the testing, I'll update the same
patch for stages 2 and 3.
Could we agree on such a plan?
Thank you.
-----Original Message-----
>From: Vadim Zeitlin <vadim at wxwidgets.org>
>Sent: Feb 2, 2008 7:51 AM
>To: wx-dev at lists.wxwidgets.org
>Subject: Re: [wx-dev] GTK implementation (was: Re: Re[6]: [wx-dev] New event)
>
>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
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: wx-dev-unsubscribe at lists.wxwidgets.org
>For additional commands, e-mail: wx-dev-help at lists.wxwidgets.org
>
More information about the wx-dev
mailing list