wxWidgets/include/wx/gtk
Vadim Zeitlin d3b9686099 Take number of digits into account in GTK wxSpinCtrlDouble
When determining the entry width in wxSpinCtrlDouble, we need to account
not only for the width of the integer part, but also for the number of
digits that determines the width of the fractional part.

Do it in the overridden version of (now virtual) GtkSetEntryWidth().

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

Closes #18734.
2020-05-09 23:36:25 +02:00
..
gnome
private Make wxAnimationImpl private and get rid of wxAnimationImplType 2020-04-06 01:00:15 +02:00
accel.h
activityindicator.h
animate.h Add static wxAnimationCtrl::CreateCompatibleAnimation() 2020-04-06 23:33:07 +02:00
anybutton.h
app.h
assertdlg_gtk.h
bitmap.h Move code for creating a disabled bitmap to wxBitmap 2019-12-29 09:08:40 -08:00
bmpbuttn.h
bmpcbox.h
brush.h
button.h
calctrl.h
checkbox.h
checklst.h
chkconf.h
choice.h
clipbrd.h
clrpicker.h
collpane.h
colordlg.h
colour.h
combobox.h Replace dynamic casts with virtual wxWindow::WXGetTextEntry() 2020-01-09 23:25:49 +01:00
control.h Improve our estimate of GtkEntry margins 2019-11-11 08:29:28 -08:00
cursor.h
dataform.h Remove unnecessary copy ctors/copy assignment operators 2019-10-14 09:07:21 -07:00
dataobj2.h
dataobj.h
dataview.h
dc.h Don't allow DestroyClippingRegion() to remove paint update area clipping with GTK3 2019-10-31 23:30:18 -07:00
dcclient.h
dcmemory.h
dcscreen.h
dialog.h
dirdlg.h
dnd.h
dvrenderer.h
dvrenderers.h
evtloop.h
evtloopsrc.h
filectrl.h
filedlg.h
filehistory.h
filepicker.h
font.h Change fractional point size from float to double 2020-04-21 09:00:04 -07:00
fontdlg.h
fontpicker.h
frame.h
gauge.h
glcanvas.h
hyperlink.h
infobar.h
listbox.h
mdi.h Return (0, 0) from wxMDIChildFrame::GetPosition() in wxGTK 2019-12-10 22:42:00 +01:00
menu.h
menuitem.h
mimetype.h
minifram.h Revert to using our own drag-move code for wxGTK wxMiniFrame with non-Wayland backends 2020-02-19 20:26:08 -08:00
msgdlg.h
nonownedwnd.h
notebook.h
pen.h
popupwin.h
print.h
private.h
radiobox.h
radiobut.h
region.h
scrolbar.h
scrolwin.h
setup0.h Remove --disable-nativeanimation and wxUSE_NATIVE_ANIMATIONCTRL 2020-03-25 14:03:28 -07:00
slider.h
spinbutt.h
spinctrl.h Take number of digits into account in GTK wxSpinCtrlDouble 2020-05-09 23:36:25 +02:00
srchctrl.h Derive from wxTextEntry instead of wxTextCtrlBase 2020-01-07 03:15:39 +01:00
statbmp.h
statbox.h
statline.h
stattext.h
taskbar.h
textctrl.h
textentry.h
tglbtn.h
toolbar.h
tooltip.h
toplevel.h
webview_webkit.h
webviewhistoryitem_webkit.h
window.h