Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用列数 = 2 的 SWT 网格布局;
是否可以选择向此布局添加 3 个元素,例如:标签复选框文本
其中标签是第一个元素,复选框和文本是第二个元素
复选框和文本在一个元素中的一种组(无边框),以便与网格布局一起使用
提前致谢。
您可以创建一个Composite对象并将其用作复选框和文本小部件的父级。然后,您可以将其Composite作为第二个元素添加到您的网格布局中。
Composite