wxWidgets/include/wx/motif
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
..
private
accel.h
app.h
bmpbuttn.h Add possibility to create "Close" bitmap button from XRC 2020-11-19 15:44:54 +01:00
bmpmotif.h
button.h
checkbox.h
checklst.h
chkconf.h
choice.h
clipbrd.h
colour.h
combobox.h
control.h
ctrlsub.h
cursor.h
dataform.h
dataobj2.h
dataobj.h
dc.h
dcclient.h
dcmemory.h
dcprint.h
dcscreen.h
dialog.h
dnd.h
filedlg.h
font.h
frame.h
gauge.h
icon.h Remove checks for wxNEEDS_CHARPP 2020-10-19 20:07:16 +02:00
listbox.h
menu.h
menuitem.h
minifram.h
msgdlg.h
popupwin.h
print.h
private.h
radiobox.h
radiobut.h Make wxRadioButtonBase a plain class, not template 2020-09-21 18:01:37 +02:00
scrolbar.h
setup0.h Add EGL-based backend for wxGLCanvas 2020-09-01 15:03:30 +02:00
slider.h
spinbutt.h
statbmp.h
statbox.h
stattext.h
textctrl.h
textentry.h
tglbtn.h
toolbar.h
toplevel.h
window.h