gnustep / libs-gui

The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon Apple's Cocoa framework (which came from the OpenStep specification). *** Larger patches require copyright assignment to FSF. please file bugs here. ***
http://www.gnustep.org
GNU General Public License v3.0
279 stars 103 forks source link

Implemented NSMenu removeAllItems method #180

Closed qmfrederik closed 1 year ago

qmfrederik commented 1 year ago

Cherry-pick of https://github.com/keysight-eggplant/libs-gui/commit/61695272c58fc799cbd223b4054ba0114c0e2fb5

qmfrederik commented 1 year ago

CI passed on my fork: https://github.com/qmfrederik/libs-gui/actions/runs/4633035130/, but is pending approval here.

gcasa commented 1 year ago

Are there still any outstanding issues with this? @fredkiefer @qmfrederik

gcasa commented 1 year ago

Similar PR merged