Interface updates for Phoenix. Add wxNativeFontInfo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -318,6 +318,29 @@ public:
|
||||
|
||||
|
||||
|
||||
/**
|
||||
Helper class to temporarily change an event to not propagate.
|
||||
*/
|
||||
class wxPropagationDisabler
|
||||
{
|
||||
public:
|
||||
wxPropagationDisabler(wxEvent& event);
|
||||
~wxPropagationDisabler();
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
Helper class to temporarily lower propagation level.
|
||||
*/
|
||||
class wxPropagateOnce
|
||||
{
|
||||
public:
|
||||
wxPropagateOnce(wxEvent& event);
|
||||
~wxPropagateOnce();
|
||||
};
|
||||
|
||||
|
||||
|
||||
/**
|
||||
@class wxEvtHandler
|
||||
|
||||
|
Reference in New Issue
Block a user