wxwidgets/misc
Vadim Zeitlin 712c2d4004 Add possibility to create "Close" bitmap button from XRC
This requires refactoring NewCloseButton() in order to extract
CreateCloseButton() from it, as XRC relies on being able to use two-step
creation which was previously impossible for this kind of buttons.

CreateCloseButton() is rather unusual, as it has to be declared in the
derived, platform-specific class, in order to be able to call its
Create(), but is defined only once in common, platform-independent,
code. However the only alternative seems to be to have a static
function, e.g. InitCloseButton(), which wouldn't be very pretty neither.

Closes https://github.com/wxWidgets/wxWidgets/pull/2118
2020-11-19 15:44:54 +01:00
..
gdb Add wxArrayString pretty printer for gdb 2018-11-24 16:34:25 +01:00
git Add more commits to ignore when running git-blame 2020-06-30 19:18:00 +02:00
languages Remove MicroWindows support. 2015-08-27 11:00:16 +02:00
msvc Add MSVS debug visualizers for wxGrid{Cell,Block}Coords 2020-04-12 02:38:37 +02:00
schema Add possibility to create "Close" bitmap button from XRC 2020-11-19 15:44:54 +01:00
scripts Fix broken MSW tags generation script 2020-08-14 15:55:41 +02:00
suppressions Add a suppression file for FontConfig leaks occurring under wxGTK 2020-10-19 13:54:19 +02:00
theme_test Fixed various typos. 2011-03-22 14:17:38 +00:00
unictabl Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00