wxWidgets/include/wx/gtk
2007-10-23 22:19:34 +00:00
..
gnome Use wxPointList instead of wxList in wxDC code 2007-10-19 14:53:55 +00:00
private check for wxUSE_TIMER in headers, not the files including them 2007-07-11 00:00:33 +00:00
accel.h
animate.h use -Wunused-parameter with gcc for consistency with MSVC and other compilers which warn about this; fix the uncovered warnings in wxGTK 2007-10-23 22:19:34 +00:00
app.h added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
assertdlg_gtk.h functions not taking argument must be declared as (void) in C, not () 2007-09-21 11:25:11 +00:00
bitmap.h Converted wxGTK's basic DC classes to new DC code 2007-09-23 11:27:41 +00:00
bmpbuttn.h
brush.h added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
button.h
checkbox.h
checklst.h
chkconf.h do platform-specific checks after ensuring that the symbols we use are defined; extract wxGTK-specific checks to wx/gtk/chkconf.h 2007-07-19 15:47:11 +00:00
choice.h many wxItemContainer-related changes: 2007-07-26 13:54:14 +00:00
clipbrd.h fix wrong clear selection (modified patch 1763916) 2007-08-15 11:52:13 +00:00
clrpicker.h
collpane.h
colordlg.h
colour.h fixed linking with visibility enable on Ubuntu and some other systems (any gcc 4.2 amd64?) by removing superfluous virtual wxColour::Ok() (already in wxColourBase) 2007-08-01 14:43:14 +00:00
combobox.h added wxTextEntry common base class for both wxTextCtrl and wxComboBox; refactor wxGTK code to put common parts of these classes in the base class; fixed some inconsistencies in the text control behaviour between platforms 2007-09-26 00:30:22 +00:00
control.h
cursor.h added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
dataform.h provide overloads for all kinds of strings for wxDataFormat ctor to allow passing strings as formats implicitly 2007-06-04 12:50:43 +00:00
dataobj2.h
dataobj.h
dataview.h Use a private GtkCellRendererText for rendering text in a wxDataViewCustomRenderer 2007-10-22 11:26:04 +00:00
dc.h Remove several hack from PS code, use high resolution code from GNOME print, invert Y axis internally 2007-09-24 14:04:09 +00:00
dcclient.h Converted wxGTK's basic DC classes to new DC code 2007-09-23 11:27:41 +00:00
dcmemory.h Converted wxGTK's basic DC classes to new DC code 2007-09-23 11:27:41 +00:00
dcscreen.h use -Wunused-parameter with gcc for consistency with MSVC and other compilers which warn about this; fix the uncovered warnings in wxGTK 2007-10-23 22:19:34 +00:00
dialog.h added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
dirdlg.h
dnd.h
filectrl.h various small cleanups 2007-09-17 17:24:44 +00:00
filedlg.h added new and improved wxFileCtrl implementation (patch 1763164) 2007-09-17 00:14:34 +00:00
filepicker.h use -Wunused-parameter with gcc for consistency with MSVC and other compilers which warn about this; fix the uncovered warnings in wxGTK 2007-10-23 22:19:34 +00:00
font.h
fontdlg.h
fontpicker.h
frame.h simplify toolbar and statusbar create/set code 2007-10-18 17:20:38 +00:00
gauge.h
glcanvas.h use WXDLLIMPEXP_GL instead of WXDLLEXPORT (which is for core, not gl, library) 2007-07-06 15:40:45 +00:00
hyperlink.h
listbox.h many wxItemContainer-related changes: 2007-07-26 13:54:14 +00:00
mdi.h fix MDI child sizing, which was working more or less by accident before I broke it in rev 46223 2007-07-12 07:01:54 +00:00
menu.h Menu label consistency changes 2007-08-11 17:54:59 +00:00
menuitem.h Menu label consistency changes 2007-08-11 17:54:59 +00:00
minifram.h added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
msgdlg.h 1. Derive wxMessageDialogBase from wxDialog (why did we use multiple 2007-05-24 12:50:42 +00:00
notebook.h added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
pen.h
popupwin.h move m_sizeSet out of wxWindow 2007-05-19 18:25:15 +00:00
print.h Use wxPointList instead of wxList in wxDC code 2007-10-19 14:53:55 +00:00
private.h added missing export declarations for wxGTK internal functions needed outside of wxCore 2007-08-11 12:03:37 +00:00
radiobox.h added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
radiobut.h
region.h compilation fixes for wxUSE_IMAGE==0 2007-07-11 00:02:11 +00:00
scrolbar.h added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
scrolwin.h
slider.h don't compare initial slider position with uninitialized m_pos (modified patch 1818759) 2007-10-23 18:16:06 +00:00
spinbutt.h Block all events in wxSpinButton::SetValue etc. 2007-07-10 11:58:03 +00:00
spinctrl.h Block all events in wxSpinCtrl::SetValue etc. 2007-07-10 11:50:14 +00:00
statbmp.h
statbox.h
statline.h
stattext.h
taskbarpriv.h get more accurate TLW sizing by using a window decorations cache 2007-09-13 04:36:06 +00:00
tbargtk.h
textctrl.h added wxTextEntry common base class for both wxTextCtrl and wxComboBox; refactor wxGTK code to put common parts of these classes in the base class; fixed some inconsistencies in the text control behaviour between platforms 2007-09-26 00:30:22 +00:00
textentry.h added wxTextEntry common base class for both wxTextCtrl and wxComboBox; refactor wxGTK code to put common parts of these classes in the base class; fixed some inconsistencies in the text control behaviour between platforms 2007-09-26 00:30:22 +00:00
tglbtn.h added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
tooltip.h added wxToolTip::SetAutoPop() and SetReshow() (patch 1768804) 2007-08-15 12:57:36 +00:00
toplevel.h get more accurate TLW sizing by using a window decorations cache 2007-09-13 04:36:06 +00:00
treectrl.h added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support) 2007-07-09 10:09:52 +00:00
treeentry_gtk.h
win_gtk.h
window.h Always make wxWindow::SetFocus() focus the window, overriding SetCanFocus, some more focus related docs 2007-09-17 10:17:12 +00:00