ChinaUnix.net
相关文章推荐:

listview消息取出item数目

1 APR - Apache Portable Runtime The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations. The primary goal is to provide an API to which software developers may code and be assured of predictable if not identical behaviour regardless of the platform ...

by davisxie - php文档中心 - 2008-08-29 16:04:52 阅读(1053) 回复(0)

相关讨论

同事把Workspace从Notes Clients最左边一列按钮中的“Database” 删掉了,如何恢复?谢谢用的是6.5的客户端

by nirvana - 服务器应用 - 2008-04-30 16:07:19 阅读(3665) 回复(1)

SugarCRM列表的实现原理的核心是listview类。下文将根据一个实例来解剖listview类。 1)$listview = new listview(); 2)$listview->initNewXTemplate('modules/Documents/DocumentRevisionlistview.html',$mod_strings); 3)$listview->setQuery(" document_id = '$focus->id'",""," document_revisions.date_entered desc",""); 4)$listview->setHeaderTitle($mod_strings['LBL_DOC_REV_HEADER']); 5)$listview->...

by zxltxwd1984 - php文档中心 - 2007-02-28 11:10:33 阅读(1230) 回复(0)

就像Beyond Compare 那样,似乎是listview中加入的TreeCtrl控件,效果图如下,我很想知道是怎么实现的,最好能提供一下源代码,谢谢各位了。

by xiongzhend - C/C++ - 2006-06-13 14:55:49 阅读(1105) 回复(1)

cc 编译程序时用到-lpanel -lmenu -lform -lcurses ,我知道-lcurses是用curses库,也了解其中的一些函数,但 -lpannel,-lmenu -lform 呢?它们是什么库?在哪能找到相关的资料?thanks!!

by qmbaby - 其他UNIX - 2003-07-14 16:39:42 阅读(815) 回复(0)

  “Penny item Grid 网页图片格”是一款开放源代码的跨浏览器图片翻页控件。   利用Javascrip + HTML + CSS技术,实现多张图片的翻页显示功能,特别适于产品图片、画册、摄影集等图库图片的显示使用。   “Penny item Grid便士图片表格”的各项参数可灵活配置,使用者通过简单的参数设定即可获得适合的图片表格。 下载地址:http://www.pennycms.com 联系方式:[email=service@pennycms.com]service@pennycms.com[/emai...

by pennyhot - PHP - 2008-03-04 15:58:42 阅读(1405) 回复(0)

这是java 的api里的。我在domino designer里没有看到呀。 谢谢各位老大赐教! 我刚接触domino。

by yxzhang - 服务器应用 - 2005-06-22 17:32:07 阅读(1236) 回复(0)

哪位大哥知道 gtk里有没有类似于 windows 下 listview_GetSelectionMark() -This macro retrieves the selection mark from a list view control. 这样的函数啊 作用就是返回 listview 里选中行的行号?? 现在我要做把windows 程序 转到 FC5 上 这个问题困扰我很久了 我反复的查看 gtk的 renference manual 可是找不到这样的函数啊 要昏了! 哪位知道的 请帮帮忙 谢谢!!

by kcwu - GUI编程 - 2008-02-19 14:33:28 阅读(4318) 回复(6)

J2ME中似乎没有像其他GUI库中的listview库吧(像QT, MFC中等). 请问哪里能找实现这个功能的开源的代码? 或者有什么插件可以用吗? 多谢你的帮助!

by web_surf - Java - 2007-04-19 09:21:40 阅读(1265) 回复(0)

This article will teach you how to create pop-up menu, sub menu, check menu item, radio menu item, separator menu item, and make a menu item grayed by GTK. the reason for I write this article is I did not found any document about pop-up menu, check menu item, radio menu item in GTK 2.0 reference manual. I hope the article will be useful for you.Thank you for viewing.I will be so sorry if my bad En...

by luojiafeng1984 - GUI编程 - 2008-06-21 12:36:24 阅读(4027) 回复(5)

我做的一个拖放的QTreeView,当有东西拖放进来的时候,我需要获取当前的item(不是当前选中的,而是当前鼠标放开的时候所在的item)。 请问如何做到?我找了文档只找到获取当前modelindex的办法,这个是选中的item,而不是鼠标下面的。 或者能不能让QTreeView自动选中鼠标拖动的时候经过的item?

by fluke - GUI编程 - 2009-02-05 02:01:53 阅读(4582) 回复(1)