wxWidgets/include/wx/qt
Artur Wieczorek 90e4ceb1c6 Make wxMask::GetBitmap a public function
According to the documentation this function should be declared as public,
not protected.
2019-09-29 20:19:10 +02:00
..
private Enable mouse tracking on construction of every wxQt widget 2019-09-27 13:24:29 +02:00
accel.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
anybutton.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
app.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
bitmap.h Make wxMask::GetBitmap a public function 2019-09-29 20:19:10 +02:00
bmpbuttn.h
brush.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
button.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
calctrl.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
checkbox.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
checklst.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
choice.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
clipbrd.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
clrpicker.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
colordlg.h Make wxColourData parameter of wxColourDialog ctor const 2019-07-16 20:19:33 +02:00
colour.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
combobox.h Avoid focus loss event when wxComboBox popup is opened in wxQt 2019-07-03 13:18:30 +02:00
control.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
ctrlsub.h
cursor.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
dataform.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
dataobj2.h
dataobj.h Merge branch 'qt-dnd' 2019-02-02 15:54:21 +01:00
dataview.h
dc.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
dcclient.h Fix painting logic in wxQt wxClientDC implementation 2019-02-02 16:23:49 +01:00
dcmemory.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
dcprint.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
dcscreen.h Fix several problem with wxMemoryDC in wxQt 2018-12-19 13:44:52 +01:00
defs.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
dialog.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
dirdlg.h
dnd.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
dvrenderer.h
dvrenderers.h
evtloop.h Fix wxQT monolithic build on Linux 2019-02-25 00:35:27 -08:00
filedlg.h
font.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
fontdlg.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
frame.h Implement wxFrame::DoSetClientSize() 2019-09-15 01:35:54 +02:00
gauge.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
glcanvas.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
listbox.h Send wxEVT_CHECKLISTBOX when a checkbox is clicked 2019-09-22 02:30:05 +02:00
listctrl.h Rewrite wxListCtrl to use QTreeView and a custom model 2019-09-15 00:14:02 +02:00
mdi.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
menu.h Adding wxOVERRIDE specifiers to wxMenu and wxMenuBar methods 2019-01-18 13:25:27 +00:00
menuitem.h Make accelerators work for menu items created in the code too 2019-09-27 13:47:45 +02:00
minifram.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
msgdlg.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
nonownedwnd.h
notebook.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
palette.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
pen.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
popupwin.h
printdlg.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
printqt.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
radiobox.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
radiobut.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
region.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
scrolbar.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
slider.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
spinbutt.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
spinctrl.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
statbmp.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
statbox.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
statline.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
stattext.h Add minimal support for ellipsization to wxQt wxStaticText 2019-07-08 10:09:14 +02:00
statusbar.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
taskbar.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
textctrl.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
textentry.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
tglbtn.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
toolbar.h Make wxToolBar::GetQToolBar() non-virtual and mark it as private 2019-01-20 03:21:11 +01:00
tooltip.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
toplevel.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
treectrl.h Code review changes 2019-06-04 10:29:17 +01:00
window.h Send set cursor events whenever there is mouse movement 2019-09-27 14:00:02 +02:00