wxWidgets/include/wx/gtk1
2008-06-17 17:28:26 +00:00
..
private
accel.h
app.h
bitmap.h reorganized wxBitmap/wxBitmapHandler classes to use wxBitmapType instead of "long" where possible; made them const-correct; introduce wxBITMAP_SCREEN_DEPTH instead of -1 for clearness (specially in the docs); remove wxBitmapHandler empty stubs and rename wxBitmapHandlerBase as wxBitmapHandler 2008-03-25 20:31:48 +00:00
bmpbuttn.h
brush.h declare future-deprecated SetStyle(int) in wxPen/Brush and not wxPen/BrushBase as it's useless there (compilation of user code doing pen.SetStyle(wxDOT) still fails) 2008-06-17 17:28:26 +00:00
button.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
checkbox.h
checklst.h
choice.h
clipbrd.h
colordlg.h substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE 2008-03-26 15:06:00 +00:00
colour.h added wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_CONSTRUCTORS() in all ports now (patch 1851600) 2007-12-22 15:03:58 +00:00
combobox.h substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE 2008-03-26 15:06:00 +00:00
control.h
cursor.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
dataform.h
dataobj2.h
dataobj.h
dc.h fixed wxGTK1 compilation after wxDC changes (still doesn't work) 2007-12-15 18:20:59 +00:00
dcclient.h deprecate wxDC::SetClippingRegion(wxRegion) overload and replace it with SetDeviceClippingRegion() to avoid confusion due to use of different kind of coordinates in this and other overloads of the same function; also rename wxDCImpl::DoSetClippingRegionAsRegion() to DoSetDeviceClippingRegion(); finally use bounding box of the region passed to wxDCClipper ctor to avoid interpreting coordinates differently for different ctors of the same class (see #8970) 2008-06-08 01:45:56 +00:00
dcmemory.h Updates For OpenVMS support and some extra includes to define wx(xxxx)DC types. 2007-12-21 09:58:20 +00:00
dcscreen.h fixed wxGTK1 compilation after wxDC changes (still doesn't work) 2007-12-15 18:20:59 +00:00
dialog.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
dnd.h
filedlg.h
font.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
fontdlg.h
frame.h
gauge.h make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow 2007-11-12 21:37:46 +00:00
glcanvas.h replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut) 2007-12-12 01:35:53 +00:00
listbox.h
mdi.h substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE 2008-03-26 15:06:00 +00:00
menu.h
menuitem.h
minifram.h
msgdlg.h substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE 2008-03-26 15:06:00 +00:00
notebook.h
pen.h declare future-deprecated SetStyle(int) in wxPen/Brush and not wxPen/BrushBase as it's useless there (compilation of user code doing pen.SetStyle(wxDOT) still fails) 2008-06-17 17:28:26 +00:00
popupwin.h
private.h remove check for missing gtk_icon_size_lookup, since it is for GTK+ 2.1, and 2.4 is required now 2007-11-24 19:11:19 +00:00
radiobox.h
radiobut.h
region.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
scrolbar.h
scrolwin.h substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE 2008-03-26 15:06:00 +00:00
slider.h
spinbutt.h
spinctrl.h
statbmp.h
statbox.h
statline.h
stattext.h
tbargtk.h
textctrl.h move Freeze() and Thaw() to wxWindowBase to ensure that they behave consistently (i.e. recursively, as described in the docs) in all ports; removed different duplications of freeze count from derived classes 2008-01-05 00:21:31 +00:00
tglbtn.h Derive from wxToggleButtonBase 2007-12-08 10:43:10 +00:00
tooltip.h
toplevel.h
treectrl.h substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE 2008-03-26 15:06:00 +00:00
win_gtk.h
window.h