We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb3bd05 commit 3960a43Copy full SHA for 3960a43
1 file changed
bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabItem.java
@@ -278,6 +278,13 @@ public boolean getShowClose() {
278
return showClose;
279
}
280
281
+/**
282
+ * TODO
283
+
284
+ * @return
285
+ *
286
+ * @since 4.35
287
+ */
288
public boolean getShowDirty() {
289
checkWidget();
290
@@ -498,6 +505,13 @@ public void setShowClose(boolean close) {
498
505
parent.updateFolder(CTabFolder.REDRAW_TABS);
499
506
500
507
508
509
510
511
+ * @param dirty
512
513
514
501
515
public void setShowDirty(boolean dirty) {
502
516
503
517
if (showDirty == dirty) return;
0 commit comments