Fixed some line-endings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -877,3 +877,4 @@ paramDict = {
|
|||||||
'tooltip': ParamText, 'bitmap': ParamBitmap, 'icon': ParamBitmap,
|
'tooltip': ParamText, 'bitmap': ParamBitmap, 'icon': ParamBitmap,
|
||||||
'encoding': ParamEncoding
|
'encoding': ParamEncoding
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -458,7 +458,7 @@ class XML_Tree(wxTreeCtrl):
|
|||||||
elif n.nodeType != minidom.Node.ELEMENT_NODE:
|
elif n.nodeType != minidom.Node.ELEMENT_NODE:
|
||||||
treeObj.element.removeChild(n)
|
treeObj.element.removeChild(n)
|
||||||
n.unlink()
|
n.unlink()
|
||||||
|
|
||||||
# Insert new item at specific position
|
# Insert new item at specific position
|
||||||
def InsertNode(self, itemParent, parent, elem, nextItem):
|
def InsertNode(self, itemParent, parent, elem, nextItem):
|
||||||
# Insert in XML tree and wxWin
|
# Insert in XML tree and wxWin
|
||||||
@@ -641,7 +641,7 @@ class XML_Tree(wxTreeCtrl):
|
|||||||
testWin = g.testWin
|
testWin = g.testWin
|
||||||
# Create a window with this resource
|
# Create a window with this resource
|
||||||
xxx = self.GetPyData(item).treeObject()
|
xxx = self.GetPyData(item).treeObject()
|
||||||
|
|
||||||
# If frame
|
# If frame
|
||||||
# if xxx.__class__ == xxxFrame:
|
# if xxx.__class__ == xxxFrame:
|
||||||
# Frame can't have many children,
|
# Frame can't have many children,
|
||||||
|
@@ -542,7 +542,7 @@ class xxxRadioBox(xxxObject):
|
|||||||
allParams = ['label', 'content', 'selection', 'dimension', 'pos', 'size', 'style']
|
allParams = ['label', 'content', 'selection', 'dimension', 'pos', 'size', 'style']
|
||||||
paramDict = {'dimension': ParamInt}
|
paramDict = {'dimension': ParamInt}
|
||||||
required = ['label', 'content']
|
required = ['label', 'content']
|
||||||
default = {'content': '[]'}
|
default = {'content': '[]'}
|
||||||
winStyles = ['wxRA_SPECIFY_ROWS', 'wxRA_SPECIFY_COLS']
|
winStyles = ['wxRA_SPECIFY_ROWS', 'wxRA_SPECIFY_COLS']
|
||||||
|
|
||||||
class xxxCheckBox(xxxObject):
|
class xxxCheckBox(xxxObject):
|
||||||
|
Reference in New Issue
Block a user