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 列>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")の使用を禁止