18.wxWidgets – wxTreeCtrl

January 27, 2025 amit 0

OVERVIEW The wxTreeCtrl lets you display data in a hierarchical tree format. It supports different styles and has comprehensive events which can be processed. Given […]

17.wxWidgets – wxWebView

January 10, 2025 amit 0

OVERVIEW The wxWebView component enables a web browser to be embedded into wxWidgets forms and allow us to manipulate the content in the browser. Depending […]

SVG Ruler in Javascript

February 11, 2024 amit 0

OVERVIEW This is a small, compact ruler display tool in an svg container using plain javascript. Its less than 200 lines of code and can […]