UDFs renaming

Starting 3.2.9.3  _GUICtrlXXXYYY() have been renamed _GUICtrlXXX_YYY() without any functional changes except stated in the below table.

For XXX equal "Combo" and "List" have also been changed to "ComboBox" and "ListBox". They can be found in GuiComboBox.au3 and GuiListBox.au3. So the #include have to be changed too.

Old New Comments
_GUICtrlComboAddDir _GUICtrlComboBox_AddDir parameters inversion and $vAttrib->$iAttrib.
_GUICtrlComboAutoComplete _GUICtrlComboBox_AutoComplete $sText, $s_WTitle, $s_WText parameters ignored.
_GUICtrlComboFindString _GUICtrlComboBox_FindString or _GUICtrlComboBox_FindStringExact if $fexact was  used.
_GUICtrlComboGetList _GUICtrlComboBox_GetList $sDelimiter suppress use Opt("GUIDataSeparatorChar").
_GUICtrlComboInsertString _GUICtrlComboBox_InsertString parameters inversion.
_GUICtrlComboSelectString _GUICtrlComboBox_SelectString parameters inversion.
_GUICtrlComboSetItemHeight _GUICtrlComboBox_SetItemHeight parameters inversion.

Old New Comments
_GUICtrlEditFind _GUICtrlEdit_Find $hGui parameter removed
_GUICtrlEditFindText   OBSOLETE
_GUICtrlEditGetRECT _GUICtrlEdit_GetRECT return modified.
_GUICtrlEditGetSel _GUICtrlEdit_GetSel return modified.
_GUICtrlEditSetRECT _GUICtrlEdit_SetRECT return modified.

Old New Comments
_GUICtrlIpAddressClear _GUICtrlIpAddress_ClearAddress renamed.
_GUICtrlIpAddressDelete _GUICtrlIpAddress_Destroy renamed.

Old New Comments
_GUICtrlListAddDir _GUICtrlListBox_Dir parameters inversion and $vAttrib->$iAttrib.
_GUICtrlListAddItem _GUICtrlListBox_AddString renamed.
_GUICtrlListClear _GUICtrlListBox_ResetContent renamed.
_GUICtrlListCount _GUICtrlListBox_GetCount renamed.
_GUICtrlListDeleteItem _GUICtrlListBox_DeleteString renamed.
_GUICtrlListGetInfo _GUICtrlListBox_GetListBoxInfo renamed.
_GUICtrlListGetItemRect _GUICtrlListBox_GetItemRect return modified.
_GUICtrlListGetLocale _GUICtrlListBox_GetLocale $fDec ignored.
_GUICtrlListGetSelState _GUICtrlListBox_GetSel renamed.
_GUICtrlListInsertItem _GUICtrlListBox_InsertString renamed.
_GUICtrlListSelectedIndex _GUICtrlListBox_GetCurSel renamed.
_GUICtrlListSelectIndex _GUICtrlListBox_SetCurSel renamed.
_GUICtrlListSelItemRange _GUICtrlListBox_SelItemRange parameters inversion.
_GUICtrlListSetSel _GUICtrlListBox_SetSel parameters inversion.

Old New Comments
_GUICtrlListViewFindItem _GUICtrlListView_FindInText _GUICtrlListView_FindItem, _GUICtrlListView_FindNearest, _GUICtrlListView_FindParam, _GUICtrlListView_FindText
_GUICtrlListViewGetBackColor _GUICtrlListView_GetBkColor renamed.
_GUICtrlListViewGetCheckedState _GUICtrlListView_GetItemChecked renamed.
_GUICtrlListViewGetCurSel _GUICtrlListView_GetNextItem renamed.
_GUICtrlListViewGetItemText _GUICtrlListView_GetItemText item is mandatory or _GUICtrlListView_GetItemTextString
_GUICtrlListViewGetNextItem _GUICtrlListView_GetNextItem $i_direction parameter changed.
_GUICtrlListViewGetSubItemsCount _GUICtrlListView_GetColumnCount renamed.
_GUICtrlListViewInsertColumn _GUICtrlListView_InsertColumn optional parameters inversion.
_GUICtrlListViewInsertItem _GUICtrlListView_InsertItem _GUICtrlListView_SetItemText  for column >1
_GUICtrlListViewSetColumnHeaderText _GUICtrlListView_SetColumn parameters inversion.
_GUICtrlListViewSetColumnOrder _GUICtrlListView_SetColumnOrder $order must be split.
_GUICtrlListViewSetCheckState _GUICtrlListView_SetItemChecked renamed.
_GUICtrlListViewSetItemSelState _GUICtrlListView_SetItemSelected  or _GUICtrlListView_SetItemFocused.
_GUICtrlListViewSetItemText _GUICtrlListView_SetItemText parameters inversion.
_GUICtrlListViewSort _GUICtrlListView_SimpleSort renamed.

Old New Comments
_GUICtrlMonthCalGet1stDOW _GUICtrlMonthCal_GetFirstDOWStr renamed.
_GUICtrlMonthCalGetColor _GUICtrlMonthCal_GetColorArray renamed.
_GUICtrlMonthCalGetMinReqRECT _GUICtrlMonthCalGetMinReqRECT renamed.
_GUICtrlMonthCalSetColor _GUICtrlMonthCal_SetColor return modified.
_GUICtrlMonthCalSet1stDOW _GUICtrlMonthCal_SetFirstDOW renamed.
_GUICtrlMonthCalSetDelta _GUICtrlMonthCal_SetMonthDelta renamed.

Old New Comments
_GUICtrlStatusBarCreateProgress   OBSOLETE
_GUICtrlStatusBarDelete _GUICtrlStatusBar_Destroy renamed.
_GUICtrlStatusBarGetParts _GUICtrlStatusBar_GetCount renamed.
_GUICtrlStatusBarGetTip _GUICtrlStatusBar_GetTipText renamed.
_GUICtrlStatusBarGetUnicode _GUICtrlStatusBar_GetUnicodeFormat renamed.
_GUICtrlStatusBarSetIcon _GUICtrlStatusBar_SetIcon optional parameters inversion.
_GUICtrlStatusBarSetParts _GUICtrlStatusBar_SetParts $hGUI parameter suppression.
_GUICtrlStatusBarSetUnicode _GUICtrlStatusBar_SetUnicodeFormat renamed.

Old New Comments
_GUICtrlTabGetItemRECT _GUICtrlTab_GetItemRect return modified.

Old New Comments
_GUICtrlTreeViewDeleteAllItems _GUICtrlTreeView_DeleteAll renamed.
_GUICtrlTreeViewDeleteItem _GUICtrlTreeView_Delete $hGUI parameter removed.
_GUICtrlTreeViewExpand _GUICtrlTreeView_Expand optional parameter inversion.
_GUICtrlTreeViewGetParentID _GUICtrlTreeView_GetParentParam renamed.
_GUICtrlTreeViewGetTree _GUICtrlTreeView_GetTree $sSeparator suppress use Opt("GUIDataSeparatorChar").