[wx-dev] Re: #1954: Veto notebook page change problem
wxTrac
noreply at wxsite.net
Mon Jun 2 02:47:16 PDT 2008
Ticket URL: <http://trac.wxwidgets.org/ticket/1954#comment:4>
#1954: Veto notebook page change problem
---------------------------+------------------------------------------------
Reporter: frankmillman | Owner:
Type: defect | Status: confirmed
Priority: low | Milestone:
Component: wxGTK | Version:
Resolution: | Keywords: wxNotebook
Blockedby: | Patch: 0
Blocking: |
---------------------------+------------------------------------------------
Changes (by wojdyr):
* priority: normal => low
* status: new => confirmed
Comment:
The original problem is gone.
But there is another problem: if changing page A to page B is veto'ed, and
than page B is clicked again, no event is generated.
Changing to page C enables all changes again.
This seems to be how gtk works after:
{{{
g_signal_stop_emission_by_name(notebook->m_widget, "switch_page");
}}}
I don't know if this can be fixed.
--
Ticket URL: <http://trac.wxwidgets.org/ticket/1954#comment:4>
More information about the wx-dev
mailing list