Rafał Jopek
Rafał Jopek
This example works fine, it is OK after closing. If we change the line 40 to 41the program hangs on closing. After removing the uiUninit () function in both cases...
Hi, NewLabel is different between Linux and Windows for example: ``` c uiBoxAppend(vbox, uiControl(uiNewLabel("This is a label\n . Right now, labels can only span one line." )), 0); ``` A...
Hi, attempts to execute lib from nuklear.h with no success. Maybe there is way to disable those assert macros altogether with a flag? the case only applies to Windows 10....
Hi, when creating a library for language bindings, I have an error and a condition: 1. error: struct nk_convert_config has no member named tex_null https://github.com/Immediate-Mode-UI/Nuklear/blob/master/demo/glfw_opengl2/nuklear_glfw_gl2.h#L143 2. warning: struct nk_font_atlas declared...
Hi, @Petewg Could I ask you to change this sentence to:? ``` NOTE: This is an original work created by active [Harbour](https://github.com/harbour/core) users. All the information below this paragraph should...
Hi, I am writing to request the inclusion of two projects in the official Harbour projects list. These projects aim to showcase various capabilities of Harbour and could serve as...
The `hb_BeginObject` function is a function in the Harbour language that is used to start the definition of an object class. It is typically used in conjunction with the `hb_EndObject`...