wxWidgets/include/wx/gtk
2020-07-06 23:13:33 -07:00
..
gnome Remove support for Gnome printing from wxGTK. 2013-10-01 17:09:02 +00:00
private Make wxAnimationImpl private and get rid of wxAnimationImplType 2020-04-06 01:00:15 +02:00
accel.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
activityindicator.h Add wxActivityIndicator control. 2015-03-20 00:08:37 +01:00
animate.h Add static wxAnimationCtrl::CreateCompatibleAnimation() 2020-04-06 23:33:07 +02:00
anybutton.h Fix wxToggleButton image when state is changed programmatically 2020-06-02 12:16:57 -07:00
app.h Remove Hildon framework support. 2015-08-26 22:49:53 +02:00
assertdlg_gtk.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
bitmap.h Move code for creating a disabled bitmap to wxBitmap 2019-12-29 09:08:40 -08:00
bmpbuttn.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
bmpcbox.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
brush.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
button.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
calctrl.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
checkbox.h Override DoEnable() instead of Enable() in wxGTK controls 2018-12-09 19:21:51 +01:00
checklst.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
chkconf.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
choice.h Suppress focus loss on opening combobox popup in wxGTK 2018-02-04 14:51:58 +01:00
clipbrd.h Implement wxClipboard::Flush() in wxGTK 2019-05-10 01:46:54 +02:00
clrpicker.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
collpane.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
colordlg.h Make wxColourData parameter of wxColourDialog ctor const 2019-07-16 20:19:33 +02:00
colour.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
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 Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dataform.h Remove unnecessary copy ctors/copy assignment operators 2019-10-14 09:07:21 -07:00
dataobj2.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
dataobj.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
dataview.h Fix generation of mouse events for wxDataViewCtrl with GTK 2019-07-12 23:17:20 -07:00
dc.h Don't allow DestroyClippingRegion() to remove paint update area clipping with GTK3 2019-10-31 23:30:18 -07:00
dcclient.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
dcmemory.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
dcscreen.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dialog.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dirdlg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dnd.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
dvrenderer.h Reduce code duplication in wxGTK wxDataViewRenderer classes 2018-02-05 00:01:52 +01:00
dvrenderers.h Add wxDataViewToggleRenderer::ShowAsRadio() 2018-07-11 23:48:14 +02:00
evtloop.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
evtloopsrc.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
filectrl.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
filedlg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
filehistory.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
filepicker.h Avoid some GTK+ run-time errors when using wx{File,Dir}PickerCtrl 2017-11-03 11:45:50 -07:00
font.h Change fractional point size from float to double 2020-04-21 09:00:04 -07:00
fontdlg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
fontpicker.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
frame.h Remove Hildon framework support. 2015-08-26 22:49:53 +02:00
gauge.h No longer return fixed values from wxGauge::GetBestSize() in wxGTK 2019-06-21 02:05:19 +02:00
glcanvas.h Avoid including X11 headers from <wx/glcanvas.h> 2019-08-28 09:37:49 -07:00
hyperlink.h Revert d30673e5, it's completely broken. See #17089 2016-11-23 09:28:28 -08:00
infobar.h Allow access to the currently shown wxInfoBar buttons. 2014-06-02 01:15:11 +00:00
listbox.h Improve wxListBox::GetCountPerPage() in wxGTK and wxOSX 2017-10-21 22:10:35 +02:00
mdi.h Return (0, 0) from wxMDIChildFrame::GetPosition() in wxGTK 2019-12-10 22:42:00 +01:00
menu.h remove const from pass-by-value parameters 2016-01-16 10:55:01 -08:00
menuitem.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
mimetype.h Do NOT have method GetIconFromMimeType except under Unix. 2017-03-07 12:47:33 -05:00
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 Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
nonownedwnd.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
notebook.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
pen.h Introduce wxPenInfo class 2017-09-10 01:02:06 +02:00
popupwin.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
print.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
private.h Avoid many -Wparentheses warnings from gtk/gtk.h with gcc8 2018-05-21 12:34:04 +02:00
radiobox.h Override DoEnable() instead of Enable() in wxGTK controls 2018-12-09 19:21:51 +01:00
radiobut.h Override DoEnable() instead of Enable() in wxGTK controls 2018-12-09 19:21:51 +01:00
region.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
scrolbar.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
scrolwin.h Resolve -Wsuggest-override warnings. 2017-02-24 23:37:44 +01:00
setup0.h added wxUSE_MENUBAR 2020-06-28 22:59:00 +02:00
slider.h Implement wxSlider ticks support in wxGTK 2019-07-07 17:04:55 +02:00
spinbutt.h Override DoEnable() instead of Enable() in wxGTK controls 2018-12-09 19:21:51 +01:00
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 Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
statbox.h Move m_labelWin to wxStaticBoxBase itself 2017-12-24 22:38:10 +01:00
statline.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
stattext.h Rename wxStaticText::Do[SG]etLabel() to WX[SG]etVisibleLabel() 2019-06-19 18:15:57 +02:00
taskbar.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
textctrl.h Use the same "changed" GTK callback for wxComboBox and wxTextCtrl 2019-07-08 18:50:58 +02:00
textentry.h Merge remote-tracking branch 'sunset/process-enter' 2019-07-26 18:02:08 +02:00
tglbtn.h Add RAII wrapper for GTKDisableEvents/GTKEnableEvents() calls 2016-02-06 19:13:35 +01:00
toolbar.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
tooltip.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
toplevel.h Fix the default background color reported for toplevel windows with GTK3 2020-07-06 23:13:33 -07:00
webview_webkit.h Add wxWebView::SetZoomFactor(float) and GetZoomFactor() 2020-06-18 03:13:00 +02:00
webviewhistoryitem_webkit.h Add support for WebKit2GTK+ in wxWebView 2017-04-22 20:00:48 +01:00
window.h Suppress focus loss on opening combobox popup in wxGTK 2018-02-04 14:51:58 +01:00