Re: Test Driven Development in GNUstep

2021-11-07 Thread Gregory Casamento
I was actually about mention this too. This is built into gnustep-make. You can find examples in both libs-base and libs-gui on how to use it. Tests for libs-gui need to be more complete. Yours, GC On Sun, Nov 7, 2021 at 12:01 PM Riccardo Mottola wrote: > Hi, > > On 11/6/21 8:44 PM, Tito

Re: Wayland backend

2021-11-07 Thread Riccardo Canalicchio
sure, in wayland when creating a popup window is requested to provide a parent window. When creating a window for a submenu, I had to find a way to retrieve the window of the parent menu, what the code does is: 1) get a NSWindow from windowid 2) get the NSMenu associated 3) get supermenu from the

Re: Wayland backend

2021-11-07 Thread Fred Kiefer
Great improvement! Thank you for that. > Am 06.11.2021 um 13:33 schrieb Riccardo Canalicchio > : > > Hello, > following up on this, I moved forward with the implementation and I have got > to a working state. (with still some bugs but usable) > Windows are shown properly, dropdown menus as

Re: Test Driven Development in GNUstep

2021-11-07 Thread Riccardo Mottola
Hi, On 11/6/21 8:44 PM, Tito Mari Francis EscaƱo wrote: Looking for test driven development tools for Objective-C, I ran into OCUnit > and OCMock >, are these commendable