reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30076 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -7679,7 +7679,7 @@ class Window(EvtHandler):
|
|||||||
no matter what and only the font might.
|
no matter what and only the font might.
|
||||||
|
|
||||||
This rather complicated logic is necessary in order to accommodate the
|
This rather complicated logic is necessary in order to accommodate the
|
||||||
different usage scenarius. The most common one is when all default
|
different usage scenarios. The most common one is when all default
|
||||||
attributes are used and in this case, nothing should be inherited as
|
attributes are used and in this case, nothing should be inherited as
|
||||||
in modern GUIs different controls use different fonts (and colours)
|
in modern GUIs different controls use different fonts (and colours)
|
||||||
than their siblings so they can't inherit the same value from the
|
than their siblings so they can't inherit the same value from the
|
||||||
|
@@ -7691,8 +7691,8 @@ class Window(EvtHandler):
|
|||||||
ShouldInheritColours to return false, the colours will not be changed
|
ShouldInheritColours to return false, the colours will not be changed
|
||||||
no matter what and only the font might.
|
no matter what and only the font might.
|
||||||
|
|
||||||
This rather complicated logic is necessary in order to accomodate the
|
This rather complicated logic is necessary in order to accommodate the
|
||||||
different usage scenarius. The most common one is when all default
|
different usage scenarios. The most common one is when all default
|
||||||
attributes are used and in this case, nothing should be inherited as
|
attributes are used and in this case, nothing should be inherited as
|
||||||
in modern GUIs different controls use different fonts (and colours)
|
in modern GUIs different controls use different fonts (and colours)
|
||||||
than their siblings so they can't inherit the same value from the
|
than their siblings so they can't inherit the same value from the
|
||||||
|
Reference in New Issue
Block a user