wxWidgets/include/wx/gtk
Vadim Zeitlin 0b20b97704 Merge branch 'spinctrl-digits'
Improve setting the number of digits in wxSpinCtrlDouble and make it
consistent on all platforms.

See https://github.com/wxWidgets/wxWidgets/pull/2348

Closes #17085.
2021-05-22 21:25:32 +01:00
..
gnome
private Avoid warning: g_object_ref_sink redefined with GTK2 2021-05-02 07:48:35 -07:00
accel.h
activityindicator.h
animate.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
anybutton.h Fix wxToggleButton image when state is changed programmatically 2020-06-02 12:16:57 -07:00
app.h
assertdlg_gtk.h
bitmap.h Remove checks for wxNEEDS_CHARPP 2020-10-19 20:07:16 +02:00
bmpbuttn.h Add possibility to create "Close" bitmap button from XRC 2020-11-19 15:44:54 +01:00
bmpcbox.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
brush.h
button.h Fix setting wxBU_EXACTFIT style for wxButton under wxGTK2 2021-02-27 17:08:37 +01:00
calctrl.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
checkbox.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
checklst.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
chkconf.h
choice.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
clipbrd.h
clrpicker.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
collpane.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
colordlg.h
colour.h
combobox.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
control.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
cursor.h Add wxCursor ctor from XPM data to all ports 2021-04-18 01:14:36 +01:00
dataform.h Define wxDataFormat comparison operator overload taking it itself 2021-04-26 11:44:40 +02:00
dataobj2.h
dataobj.h
dataview.h Add wxDataViewCtrl::ExpandChildren() 2020-12-05 16:37:13 +01:00
dc.h Fix RTL mirroring for wxClientDC, etc with GTK3 2021-02-06 08:28:13 -08:00
dcclient.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
dcmemory.h
dcscreen.h
dialog.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
dirdlg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
dnd.h
dvrenderer.h
dvrenderers.h
evtloop.h
evtloopsrc.h
filectrl.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
filedlg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
filehistory.h
filepicker.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
font.h Change fractional point size from float to double 2020-04-21 09:00:04 -07:00
fontdlg.h
fontpicker.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
frame.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
gauge.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
glcanvas.h Add EGL-based backend for wxGLCanvas 2020-09-01 15:03:30 +02:00
hyperlink.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
infobar.h
listbox.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
mdi.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
menu.h
menuitem.h
mimetype.h
minifram.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
msgdlg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
nonownedwnd.h
notebook.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
pen.h
popupwin.h
print.h Make GtkPageSetup-related functions private 2021-05-16 00:55:04 +02:00
private.h
radiobox.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
radiobut.h Make wxRadioButtonBase a plain class, not template 2020-09-21 18:01:37 +02:00
region.h
scrolbar.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
scrolwin.h
setup.h Enable Winsock 2 and IPv6 build options by default 2021-04-24 18:06:43 +01:00
slider.h Use more reasonable length for wxSlider in wxGTK by default 2020-08-05 00:01:50 +02:00
spinbutt.h
spinctrl.h Make wxSpinCtrlDouble::SetIncrement() update digits in wxGTK too 2021-04-25 21:17:31 +02:00
srchctrl.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
statbmp.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
statbox.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
statline.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
stattext.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
taskbar.h
textctrl.h Fix WriteText() not scrolling to bottom with GTK >= 3.14 2020-10-02 11:10:14 -07:00
textentry.h
tglbtn.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
toolbar.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
tooltip.h
toplevel.h Also make SetMinSize() after wxSizer::Fit() work correctly 2021-04-12 21:19:25 +02:00
webview_webkit.h Implement user agent access for GTK 2021-03-17 09:42:01 +01:00
webviewhistoryitem_webkit.h
window.h Fix best size for windows which are hidden when TLW is shown with GTK3 2021-04-30 12:15:33 -07:00