GetDefaultAttributes, and other tweaks needed to get up to date with CVS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -79,6 +79,7 @@ wxListBoxNameStr = wx.controls.ListBoxNameStr
|
||||
wxListBox = wx.controls.ListBox
|
||||
wxListBoxPtr = wx.controls.ListBoxPtr
|
||||
wxPreListBox = wx.controls.PreListBox
|
||||
wxListBox_GetClassDefaultAttributes = wx.controls.ListBox_GetClassDefaultAttributes
|
||||
wxCheckListBox = wx.controls.CheckListBox
|
||||
wxCheckListBoxPtr = wx.controls.CheckListBoxPtr
|
||||
wxPreCheckListBox = wx.controls.PreCheckListBox
|
||||
@@ -332,6 +333,7 @@ wxEVT_COMMAND_LIST_ITEM_FOCUSED = wx.controls.wxEVT_COMMAND_LIST_ITEM_FOCUSED
|
||||
wxListCtrl = wx.controls.ListCtrl
|
||||
wxListCtrlPtr = wx.controls.ListCtrlPtr
|
||||
wxPreListCtrl = wx.controls.PreListCtrl
|
||||
wxListCtrl_GetClassDefaultAttributes = wx.controls.ListCtrl_GetClassDefaultAttributes
|
||||
wxListView = wx.controls.ListView
|
||||
wxListViewPtr = wx.controls.ListViewPtr
|
||||
wxPreListView = wx.controls.PreListView
|
||||
@@ -400,6 +402,7 @@ wxTreeEventPtr = wx.controls.TreeEventPtr
|
||||
wxTreeCtrl = wx.controls.TreeCtrl
|
||||
wxTreeCtrlPtr = wx.controls.TreeCtrlPtr
|
||||
wxPreTreeCtrl = wx.controls.PreTreeCtrl
|
||||
wxTreeCtrl_GetClassDefaultAttributes = wx.controls.TreeCtrl_GetClassDefaultAttributes
|
||||
wxDirDialogDefaultFolderStr = wx.controls.DirDialogDefaultFolderStr
|
||||
wxDIRCTRL_DIR_ONLY = wx.controls.DIRCTRL_DIR_ONLY
|
||||
wxDIRCTRL_SELECT_FIRST = wx.controls.DIRCTRL_SELECT_FIRST
|
||||
|
@@ -964,11 +964,13 @@ wxAcceleratorTablePtr = wx.core.AcceleratorTablePtr
|
||||
wxNullAcceleratorTable = wx.core.NullAcceleratorTable
|
||||
wxGetAccelFromString = wx.core.GetAccelFromString
|
||||
wxPanelNameStr = wx.core.PanelNameStr
|
||||
wxWINDOW_VARIANT_DEFAULT = wx.core.WINDOW_VARIANT_DEFAULT
|
||||
wxVisualAttributes = wx.core.VisualAttributes
|
||||
wxVisualAttributesPtr = wx.core.VisualAttributesPtr
|
||||
wxWINDOW_VARIANT_NORMAL = wx.core.WINDOW_VARIANT_NORMAL
|
||||
wxWINDOW_VARIANT_SMALL = wx.core.WINDOW_VARIANT_SMALL
|
||||
wxWINDOW_VARIANT_MINI = wx.core.WINDOW_VARIANT_MINI
|
||||
wxWINDOW_VARIANT_LARGE = wx.core.WINDOW_VARIANT_LARGE
|
||||
wxWINDOW_VARIANT_MAX = wx.core.WINDOW_VARIANT_MAX
|
||||
wxWindow = wx.core.Window
|
||||
wxWindowPtr = wx.core.WindowPtr
|
||||
wxPreWindow = wx.core.PreWindow
|
||||
@@ -977,6 +979,7 @@ wxWindow_NextControlId = wx.core.Window_NextControlId
|
||||
wxWindow_PrevControlId = wx.core.Window_PrevControlId
|
||||
wxWindow_FindFocus = wx.core.Window_FindFocus
|
||||
wxWindow_GetCapture = wx.core.Window_GetCapture
|
||||
wxWindow_GetClassDefaultAttributes = wx.core.Window_GetClassDefaultAttributes
|
||||
wxFindWindowById = wx.core.FindWindowById
|
||||
wxFindWindowByName = wx.core.FindWindowByName
|
||||
wxFindWindowByLabel = wx.core.FindWindowByLabel
|
||||
@@ -1000,6 +1003,7 @@ wxControlNameStr = wx.core.ControlNameStr
|
||||
wxControl = wx.core.Control
|
||||
wxControlPtr = wx.core.ControlPtr
|
||||
wxPreControl = wx.core.PreControl
|
||||
wxControl_GetClassDefaultAttributes = wx.core.Control_GetClassDefaultAttributes
|
||||
wxItemContainer = wx.core.ItemContainer
|
||||
wxItemContainerPtr = wx.core.ItemContainerPtr
|
||||
wxControlWithItems = wx.core.ControlWithItems
|
||||
|
Reference in New Issue
Block a user