Articles

Taking Screenshots with wxWidgets under Mac OS is Really Tricky.

Taking screenshots is a very common task and it was a must for one of my current projects. What was…

15 years ago

How to Create Nice About Box in wxWidgets

After taking a look at wxWidgets samples I noticed that all of them have simple message box instaed of normal…

15 years ago

How to Draw Gradient Buttons (wxWidgets Way)

Several days ago I found How to draw gradient buttons post at Native Mobile blog. Looks nice but I think…

16 years ago

Getting Acquainted with Document/View Framework – Simple Image Viewer

In my previous posts here and here I showed how to create a simple application which uses Document/View framework. Now…

16 years ago

Getting Acquainted with Document-View architecture – Part II – Simple Text Editor

Today we’ll dig a little bit deeper into Document/View framework provided by wxWidgets and will see how to create a…

16 years ago

Getting Acquainted with Document-View architecture – Part I

A few weeks ago, working on TIFF viewer software, I realized that many developers, who use wxWidgets in their work,…

16 years ago

wxJSON Tutorial – Part IV – Using Comment Lines in wxJSON

Preface Here is a fourth part of wxJSON tutorial provided by Luciano Cattani, author and maintainer of wxJSON library. Visit…

16 years ago

wxJSON Tutorial – Part III – Describing a Table

Preface Here is a third part of wxJSON tutorial provided by Luciano Cattani, author and maintainer of wxJSON library. Visit…

16 years ago

wxJSON Tutorial – Part II – Сonfiguration File

Preface Here is a second part of wxJSON tutorial provided by Luciano Cattani, author and maintainer of wxJSON library. Visit…

16 years ago

wxJSON Tutorial – Part I – Introduction

Preface Today I start publishing a cycle of articles related to wxJSON library. These articles are provided by Luciano Cattani,…

16 years ago