首页 \ 问答 \ wxWidgets 3.0 - 新特性和功能,添加和替换已弃用的功能(wxWidgets 3.0 - new features and functions, additions and replacing deprecated ones)

wxWidgets 3.0 - 新特性和功能,添加和替换已弃用的功能(wxWidgets 3.0 - new features and functions, additions and replacing deprecated ones)

对于使用wxWidgets的开发人员,我有一个问题。

我刚刚开始学习wxWidgets 3.0,没有任何GUI编程经验。 经过一番搜索和询问后,我发现最新版本包含许多新的非常有用的功能和特性,其中一些特性和功能取代了已弃用的特性和功能。 最常提到的新功能是Bind(),它取代了Connect()和事件表。

我正在学习本教程本教程 ,以及来自库文档的一些简单示例。 由于这些教程和示例主要来自以前的版本,因此它们大多不包含wxWidgets 3.0中的最新更改/添加。

我想知道... wxWidgets 3.0引入了哪些最突出的新功能和特性,wxWidgets的新手应该一定要了解? 谢谢。


I have a question for developers who use wxWidgets.

I have just started learning wxWidgets 3.0, without any prior experience with GUI programming . After just a little searching and asking, I have found out that the latest version includes many new very useful features and functions, some of them replacing deprecated ones. The one most often mentioned new function is Bind(), that replaces Connect() and event tables.

I am following this tutorial and this tutorial, as well as a few simple samples from library documentation. Since these tutorials and the samples are mostly from previous versions, they mostly don't include the newest changes / additions in wxWidgets 3.0 .

I would like to know... what are the most prominent new functions and features, that have been introduced with wxWidgets 3.0, that a newcomer to wxWidgets should definitely learn about ? Thank you.


原文:https://stackoverflow.com/questions/21743809
更新时间:2023-03-17 15:03

最满意答案

尝试:

table { border-collapse:collapse; border-spacing:0; } 

这是cellspacing属性的CSS替换。


Try:

table { border-collapse:collapse; border-spacing:0; } 

This is the CSS replacement for the cellspacing attribute.

相关问答

更多