UDFs renaming

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 $fexactを使用する場合は_GUICtrlComboBox_FindStringExact
_GUICtrlComboGetList _GUICtrlComboBox_GetList $sDelimiterによって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 パラメータの位置変更と$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 アイテムは必須または_GUICtrlListView_GetItemTextString
_GUICtrlListViewGetNextItem _GUICtrlListView_GetNextItem $i_directionパラメータ変更
_GUICtrlListViewGetSubItemsCount _GUICtrlListView_GetColumnCount 名称変更
_GUICtrlListViewInsertColumn _GUICtrlListView_InsertColumn オプションパラメータの位置変更
_GUICtrlListViewInsertItem _GUICtrlListView_InsertItem column >1では_GUICtrlListView_SetItemText
_GUICtrlListViewSetColumnHeaderText _GUICtrlListView_SetColumn パラメータの位置変更
_GUICtrlListViewSetColumnOrder _GUICtrlListView_SetColumnOrder $orderは分割されている必要がある
_GUICtrlListViewSetCheckState _GUICtrlListView_SetItemChecked 名称変更
_GUICtrlListViewSetItemSelState _GUICtrlListView_SetItemSelected または_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パラメータは必要なくなった
_GUICtrlStatusBarSetUnicode _GUICtrlStatusBar_SetUnicodeFormat 名称変更

コメント
_GUICtrlTabGetItemRECT _GUICtrlTab_GetItemRect 返し値を変更

コメント
_GUICtrlTreeViewDeleteAllItems _GUICtrlTreeView_DeleteAll 名称変更
_GUICtrlTreeViewDeleteItem _GUICtrlTreeView_Delete $hGUIパラメータの削除
_GUICtrlTreeViewExpand _GUICtrlTreeView_Expand オプションパラメータの位置変更
_GUICtrlTreeViewGetParentID _GUICtrlTreeView_GetParentParam 名称変更
_GUICtrlTreeViewGetTree _GUICtrlTreeView_GetTree $sSeparatorによってOpt("GUIDataSeparatorChar")が必要なくなった