firemail

标题: 对nsITreeBoxObject.idl 接口文件修改的影响 [打印本页]

作者: hechengjin    时间: 2015-8-5 19:37
标题: 对nsITreeBoxObject.idl 接口文件修改的影响
  1. .\mozilla\layout\xul\base\src\tree\public\nsITreeBoxObject.idl中加入接口函数
  2. boolean ifShowMoreLeftOnServerRow(in long row);


  3. .\mozilla\layout\xul\base\src\tree\src\nsTreeBoxObject.cpp中实现

  4. NS_IMETHODIMP nsTreeBoxObject::IfShowMoreLeftOnServerRow(int32_t row, bool *_retval)
  5. {
  6.         nsTreeBodyFrame* body = GetTreeBody();
  7.         if (body)
  8.                 return body->IfShowMoreLeftOnServerRow(row, _retval);
  9.         return NS_OK;
  10. }
复制代码





欢迎光临 firemail (http://firemail.wang:8088/) Powered by Discuz! X3