2008年12月21日

Boost::Asio::Basic

摘要: Your program will have at least one io_service object. The io_service represents your program's link to the operating system's I/O services.boost::asio::io_service io_service;To perform I/O operations... 阅读全文

posted @ 2008-12-21 22:33 壶中仙 阅读(1306) 评论(1) 推荐(0)

Gtkmm::View[2]

摘要: More than one Model Column per View ColumnTo render more than one model column in a view column, you need to create the TreeView::Column widget manually, and usepack_start()to add the model columns to... 阅读全文

posted @ 2008-12-21 01:47 壶中仙 阅读(230) 评论(0) 推荐(0)

导航