Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does Blackbox use any X toolkit/widget set?

blackbox Toolkit widget
0
Posted

Does Blackbox use any X toolkit/widget set?

0

No. It uses basic X functions and contains a very simple internal “toolkit” which is used to draw everything on the fly. This means that window decorations, buttons, the menu, the toolbar, slit and everything else is drawn like this, “manually”, so to speak. It also has a caching system to avoid drawing identical things each time. The only things that are “predefined” to some extent are the bitmap icons for the buttons, which are hardcoded XBM’s* (C arrays, basically) and are rendered using X ready-made functions.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123