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 |
参数倒置. |
| 旧函数 |
新函数 |
注释 |
| _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 |
optional 参数倒置. |
| _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 |
|
OBSOLETE |
| _GUICtrlStatusBarDelete |
_GUICtrlStatusBar_Destroy |
重命名的. |
| _GUICtrlStatusBarGetParts |
_GUICtrlStatusBar_GetCount |
重命名的. |
| _GUICtrlStatusBarGetTip |
_GUICtrlStatusBar_GetTipText |
重命名的. |
| _GUICtrlStatusBarGetUnicode |
_GUICtrlStatusBar_GetUnicodeFormat |
重命名的. |
| _GUICtrlStatusBarSetIcon |
_GUICtrlStatusBar_SetIcon |
optional 参数倒置. |
| _GUICtrlStatusBarSetParts |
_GUICtrlStatusBar_SetParts |
$hGUI parameter suppression. |
| _GUICtrlStatusBarSetUnicode |
_GUICtrlStatusBar_SetUnicodeFormat |
重命名的. |