欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

用戶自定義函數(shù)重命名

從 v3.2.9.3 開始  _GUICtrlXXXYYY() 被重命名為 _GUICtrlXXX_YYY() 除了列表中的外,沒有任何功能修改.

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


舊函數(shù) 新函數(shù) 注釋
_GUICtrlComboAddDir _GUICtrlComboBox_AddDir 參數(shù)倒置并修改類型 $vAttrib->$iAttrib.
_GUICtrlComboAutoComplete _GUICtrlComboBox_AutoComplete $sText, $s_WTitle, $s_WText 參數(shù)被忽略.
_GUICtrlComboFindString _GUICtrlComboBox_FindString or _GUICtrlComboBox_FindStringExact if $fexact was  used.
_GUICtrlComboGetList _GUICtrlComboBox_GetList $sDelimiter suppress use Opt("GUIDataSeparatorChar").
_GUICtrlComboInsertString _GUICtrlComboBox_InsertString 參數(shù)倒置.
_GUICtrlComboSelectString _GUICtrlComboBox_SelectString 參數(shù)倒置.
_GUICtrlComboSetItemHeight _GUICtrlComboBox_SetItemHeight 參數(shù)倒置.

舊函數(shù) 新函數(shù) 注釋
_GUICtrlEditFind _GUICtrlEdit_Find $hGui 參數(shù)移除
_GUICtrlEditFindText   OBSOLETE
_GUICtrlEditGetRECT _GUICtrlEdit_GetRECT 返回值修改.
_GUICtrlEditGetSel _GUICtrlEdit_GetSel 返回值修改.
_GUICtrlEditSetRECT _GUICtrlEdit_SetRECT 返回值修改.

舊函數(shù) 新函數(shù) 注釋
_GUICtrlIpAddressClear _GUICtrlIpAddress_ClearAddress 重命名的.
_GUICtrlIpAddressDelete _GUICtrlIpAddress_Destroy 重命名的.

舊函數(shù) 新函數(shù) 注釋
_GUICtrlListAddDir _GUICtrlListBox_Dir 參數(shù)倒置 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 參數(shù)倒置.
_GUICtrlListSetSel _GUICtrlListBox_SetSel 參數(shù)倒置.

舊函數(shù) 新函數(shù) 注釋
_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 參數(shù)修改.
_GUICtrlListViewGetSubItemsCount _GUICtrlListView_GetColumnCount 重命名的.
_GUICtrlListViewInsertColumn _GUICtrlListView_InsertColumn optional 參數(shù)倒置.
_GUICtrlListViewInsertItem _GUICtrlListView_InsertItem _GUICtrlListView_SetItemText  for column >1
_GUICtrlListViewSetColumnHeaderText _GUICtrlListView_SetColumn 參數(shù)倒置.
_GUICtrlListViewSetColumnOrder _GUICtrlListView_SetColumnOrder $order must be split.
_GUICtrlListViewSetCheckState _GUICtrlListView_SetItemChecked 重命名的.
_GUICtrlListViewSetItemSelState _GUICtrlListView_SetItemSelected  or _GUICtrlListView_SetItemFocused.
_GUICtrlListViewSetItemText _GUICtrlListView_SetItemText 參數(shù)倒置.
_GUICtrlListViewSort _GUICtrlListView_SimpleSort 重命名的.

舊函數(shù) 新函數(shù) 注釋
_GUICtrlMonthCalGet1stDOW _GUICtrlMonthCal_GetFirstDOWStr 重命名的.
_GUICtrlMonthCalGetColor _GUICtrlMonthCal_GetColorArray 重命名的.
_GUICtrlMonthCalGetMinReqRECT _GUICtrlMonthCalGetMinReqRECT 重命名的.
_GUICtrlMonthCalSetColor _GUICtrlMonthCal_SetColor 返回值修改.
_GUICtrlMonthCalSet1stDOW _GUICtrlMonthCal_SetFirstDOW 重命名的.
_GUICtrlMonthCalSetDelta _GUICtrlMonthCal_SetMonthDelta 重命名的.

舊函數(shù) 新函數(shù) 注釋
_GUICtrlStatusBarCreateProgress   OBSOLETE
_GUICtrlStatusBarDelete _GUICtrlStatusBar_Destroy 重命名的.
_GUICtrlStatusBarGetParts _GUICtrlStatusBar_GetCount 重命名的.
_GUICtrlStatusBarGetTip _GUICtrlStatusBar_GetTipText 重命名的.
_GUICtrlStatusBarGetUnicode _GUICtrlStatusBar_GetUnicodeFormat 重命名的.
_GUICtrlStatusBarSetIcon _GUICtrlStatusBar_SetIcon optional 參數(shù)倒置.
_GUICtrlStatusBarSetParts _GUICtrlStatusBar_SetParts $hGUI parameter suppression.
_GUICtrlStatusBarSetUnicode _GUICtrlStatusBar_SetUnicodeFormat 重命名的.

舊函數(shù) 新函數(shù) 注釋
_GUICtrlTabGetItemRECT _GUICtrlTab_GetItemRect 返回值修改.

舊函數(shù) 新函數(shù) 注釋
_GUICtrlTreeViewDeleteAllItems _GUICtrlTreeView_DeleteAll 重命名的.
_GUICtrlTreeViewDeleteItem _GUICtrlTreeView_Delete $hGUI 參數(shù)移除.
_GUICtrlTreeViewExpand _GUICtrlTreeView_Expand 可選參數(shù)倒置.
_GUICtrlTreeViewGetParentID _GUICtrlTreeView_GetParentParam 重命名的.
_GUICtrlTreeViewGetTree _GUICtrlTreeView_GetTree $sSeparator suppress use Opt("GUIDataSeparatorChar").
 
provider with jb51.net (unicode)