用户自定义函数重命名

从 v3.2.9.3 开始 _GUICtrlXXXYYY() 被重命名为 _GUICtrlXXX_YYY() 除了列表中的外,没有任何功能修改.

XXX 等于 "Combo" 和 "List" ,它们被修改为 "ComboBox" 和 "ListBox". 它们可以在 GuiComboBox.au3 和 GuiListBox.au3中找到. 因此#include 包含文件也将被修改.


旧的函数 新的函数 详细信息
_GUICtrlComboAddDir _GUICtrlComboBox_AddDir 参数位置改变并修改类型 $vAttrib->$iAttrib.
_GUICtrlComboAutoComplete _GUICtrlComboBox_AutoComplete $sText, $s_WTitle, $s_WText 参数被忽略.
_GUICtrlComboFindString _GUICtrlComboBox_FindString or _GUICtrlComboBox_FindStringExact if $fexact was used.
_GUICtrlComboGetList _GUICtrlComboBox_GetList $sDelimiter suppress use Opt("GUIDataSeparatorChar").
_GUICtrlComboInsertString _GUICtrlComboBox_InsertString 参数位置改变.
_GUICtrlComboSelectString _GUICtrlComboBox_SelectString 参数位置改变.
_GUICtrlComboSetItemHeight _GUICtrlComboBox_SetItemHeight 参数位置改变.

旧的函数 新的函数 详细信息
_GUICtrlEditFind _GUICtrlEdit_Find $hGui 参数移除
_GUICtrlEditFindText   已经移除
_GUICtrlEditGetRECT _GUICtrlEdit_GetRECT 返回值修改.
_GUICtrlEditGetSel _GUICtrlEdit_GetSel 返回值修改.
_GUICtrlEditSetRECT _GUICtrlEdit_SetRECT 返回值修改.

旧的函数 新的函数 详细信息
_GUICtrlIpAddressClear _GUICtrlIpAddress_ClearAddress 重新命名
_GUICtrlIpAddressDelete _GUICtrlIpAddress_Destroy 重新命名

旧的函数 新的函数 详细信息
_GUICtrlListAddDir _GUICtrlListBox_Dir 参数位置改变 and $vAttrib->$iAttrib.
_GUICtrlListAddItem _GUICtrlListBox_AddString 重新命名
_GUICtrlListClear _GUICtrlListBox_ResetContent 重新命名
_GUICtrlListCount _GUICtrlListBox_GetCount 重新命名
_GUICtrlListDeleteItem _GUICtrlListBox_DeleteString 重新命名
_GUICtrlListGetInfo _GUICtrlListBox_GetListBoxInfo 重新命名
_GUICtrlListGetItemRect _GUICtrlListBox_GetItemRect 返回值修改.
_GUICtrlListGetLocale _GUICtrlListBox_GetLocale $fDec 忽略.
_GUICtrlListGetSelState _GUICtrlListBox_GetSel 重新命名
_GUICtrlListInsertItem _GUICtrlListBox_InsertString 重新命名
_GUICtrlListSelectedIndex _GUICtrlListBox_GetCurSel 重新命名
_GUICtrlListSelectIndex _GUICtrlListBox_SetCurSel 重新命名
_GUICtrlListSelItemRange _GUICtrlListBox_SelItemRange 参数位置改变.
_GUICtrlListSetSel _GUICtrlListBox_SetSel 参数位置改变.

旧的函数 新的函数 详细信息
_GUICtrlListViewFindItem _GUICtrlListView_FindInText _GUICtrlListView_FindItem, _GUICtrlListView_FindNearest, _GUICtrlListView_FindParam, _GUICtrlListView_FindText
_GUICtrlListViewGetBackColor _GUICtrlListView_GetBkColor 重新命名
_GUICtrlListViewGetCheckedState _GUICtrlListView_GetItemChecked 重新命名
_GUICtrlListViewGetCurSel _GUICtrlListView_GetNextItem 重新命名
_GUICtrlListViewGetItemText _GUICtrlListView_GetItemText item is mandatory or _GUICtrlListView_GetItemTextString
_GUICtrlListViewGetNextItem _GUICtrlListView_GetNextItem $i_direction 参数修改.
_GUICtrlListViewGetSubItemsCount _GUICtrlListView_GetColumnCount 重新命名
_GUICtrlListViewInsertColumn _GUICtrlListView_InsertColumn 可选参数位置改变.
_GUICtrlListViewInsertItem _GUICtrlListView_InsertItem _GUICtrlListView_SetItemText for column >1
_GUICtrlListViewSetColumnHeaderText _GUICtrlListView_SetColumn 参数位置改变.
_GUICtrlListViewSetColumnOrder _GUICtrlListView_SetColumnOrder $order must be split.
_GUICtrlListViewSetCheckState _GUICtrlListView_SetItemChecked 重新命名
_GUICtrlListViewSetItemSelState _GUICtrlListView_SetItemSelected or _GUICtrlListView_SetItemFocused.
_GUICtrlListViewSetItemText _GUICtrlListView_SetItemText 参数位置改变.
_GUICtrlListViewSort _GUICtrlListView_SimpleSort 重新命名

旧的函数 新的函数 详细信息
_GUICtrlMonthCalGet1stDOW _GUICtrlMonthCal_GetFirstDOWStr 重新命名
_GUICtrlMonthCalGetColor _GUICtrlMonthCal_GetColorArray 重新命名
_GUICtrlMonthCalGetMinReqRECT _GUICtrlMonthCalGetMinReqRECT 重新命名
_GUICtrlMonthCalSetColor _GUICtrlMonthCal_SetColor 返回值修改.
_GUICtrlMonthCalSet1stDOW _GUICtrlMonthCal_SetFirstDOW 重新命名
_GUICtrlMonthCalSetDelta _GUICtrlMonthCal_SetMonthDelta 重新命名

旧的函数 新的函数 详细信息
_GUICtrlStatusBarCreateProgress   已经移除
_GUICtrlStatusBarDelete _GUICtrlStatusBar_Destroy 重新命名
_GUICtrlStatusBarGetParts _GUICtrlStatusBar_GetCount 重新命名
_GUICtrlStatusBarGetTip _GUICtrlStatusBar_GetTipText 重新命名
_GUICtrlStatusBarGetUnicode _GUICtrlStatusBar_GetUnicodeFormat 重新命名
_GUICtrlStatusBarSetIcon _GUICtrlStatusBar_SetIcon 可选参数位置改变.
_GUICtrlStatusBarSetParts _GUICtrlStatusBar_SetParts $hGUI parameter suppression.
_GUICtrlStatusBarSetUnicode _GUICtrlStatusBar_SetUnicodeFormat 重新命名

旧的函数 新的函数 详细信息
_GUICtrlTabGetItemRECT _GUICtrlTab_GetItemRect 返回值修改.

旧的函数 新的函数 详细信息
_GUICtrlTreeViewDeleteAllItems _GUICtrlTreeView_DeleteAll 重新命名
_GUICtrlTreeViewDeleteItem _GUICtrlTreeView_Delete $hGUI 参数移除.
_GUICtrlTreeViewExpand _GUICtrlTreeView_Expand 可选参数位置改变.
_GUICtrlTreeViewGetParentID _GUICtrlTreeView_GetParentParam 重新命名
_GUICtrlTreeViewGetTree _GUICtrlTreeView_GetTree $sSeparator suppress use Opt("GUIDataSeparatorChar").