wxWidgets/include/wx/gtk
2008-03-18 04:06:50 +00:00
..
gnome DC reorganization 2007-11-30 13:48:22 +00:00
hildon added wxNotificationMessage and implemented it generically and natively for Maemo 2007-11-24 01:56:13 +00:00
private moved win_gtk.h header to wx/gtk/private, it's for internal use only 2008-02-22 13:24:05 +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 add SetNativeTheme() (slightly modified patch 1884553) 2008-02-27 17:46:14 +00:00
assertdlg_gtk.h
bitmap.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
bmpbuttn.h fix a huge number of build errors 2008-03-17 18:26:00 +00:00
brush.h introduce wxBrushStyle enum and replace 'int style' occurrences in wxBrush code with 'wxBrushStyle style'; the change is backward compatible and documented in changes.txt 2008-03-16 16:47:57 +00:00
button.h
checkbox.h
checklst.h
chkconf.h
choice.h make access for virtuals match base 2007-10-26 06:20:23 +00:00
clipbrd.h
clrpicker.h Include the parent classes header to fix compilation of wxGTK core after these controls don't inherit from generic control anymore (which happened to do the include of button.h before) 2007-11-06 00:32:34 +00:00
collpane.h removed all compile- and run-time checks for GTK+ < 2.4; don't include the generic files which are now never used in wxGTK in the build 2007-11-05 22:31:24 +00:00
colordlg.h
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 simplified and cleaned up wxGTK's focus handling 2008-03-14 01:10:43 +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 check for self-assignment in operator= 2008-01-09 04:08:33 +00:00
dataobj2.h Implemented wxURLDataObject for wxGTK using text/x-moz-url 2008-03-01 17:22:31 +00:00
dataobj.h
dataview.h Patch from Hartwig and me for implementing reorderable dataview columns. Works on OS X and GTK+, breaks OS X a litte 2007-12-26 18:30:56 +00:00
dc.h make access for virtuals match base 2007-12-06 16:22:00 +00:00
dcclient.h factor out a whole bunch of duplicated code 2007-12-17 07:31:35 +00:00
dcmemory.h make access for virtuals match base 2007-12-06 16:22:00 +00:00
dcscreen.h make access for virtuals match base 2007-12-06 16:22:00 +00:00
dialog.h call Show(false) from ~wxDialog to call EndModal if the dialog is still modal consistently in all ports 2008-02-05 19:13:26 +00:00
dirdlg.h removed all compile- and run-time checks for GTK+ < 2.4; don't include the generic files which are now never used in wxGTK in the build 2007-11-05 22:31:24 +00:00
dnd.h handle failure of gtk_drag_begin() (which can happen e.g. because gdk_pointer_grab() failed) in DoDragDrop() (patch 1825237) + minor cleanup in trunk version of the code 2007-11-03 21:46:55 +00:00
filectrl.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
filedlg.h add support for custom controls in file dialog in wxGTK and generic versions; also allow using generic dialogs in the sample with wxGTK2 (patch 1846837) 2008-03-02 14:33:47 +00:00
filepicker.h use generic file picker in wxFLP_SAVE case as the native one doesn't allow to select non-existent files 2008-02-09 23:30:47 +00:00
font.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
fontdlg.h
fontpicker.h Include the parent classes header to fix compilation of wxGTK core after these controls don't inherit from generic control anymore (which happened to do the include of button.h before) 2007-11-06 00:32:34 +00:00
frame.h always return true from IsMaximized() under Hildon 2007-11-18 23:32:30 +00:00
gauge.h
glcanvas.h remove unnecessary m_glWidget, fix return types for realize and map callbacks 2008-02-01 04:51:34 +00:00
hyperlink.h
listbox.h implement wxListBox::EnsureVisible() in wxGTK; add a test for it to the widgets sample 2008-02-11 16:03:23 +00:00
mdi.h make DoSetSizeHints protected, remove parameter defaults 2007-11-22 06:12:56 +00:00
menu.h simplify wxEVT_MENU_OPEN/CLOSE generation 2008-03-18 03:01:30 +00:00
menuitem.h
minifram.h make DoSetSizeHints protected, remove parameter defaults 2007-11-22 06:12:56 +00:00
msgdlg.h
notebook.h
pen.h fix a huge number of build errors 2008-03-17 18:26:00 +00:00
popupwin.h Use a GtkVBox to do TLW layout. Rework some of the remaining sizing code. 2007-10-24 18:07:24 +00:00
print.h set resolution of print preview from print data (modified patch 1851381) 2008-01-03 22:21:04 +00:00
private.h DC headers don't need to be in gtk/private.h 2007-12-20 06:07:40 +00:00
radiobox.h simplified and cleaned up wxGTK's focus handling 2008-03-14 01:10:43 +00:00
radiobut.h Remove unnecessary IsRadioButton(). 2008-01-29 04:02:33 +00:00
region.h Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
scrolbar.h
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
spinctrl.h
statbmp.h
statbox.h
statline.h
stattext.h Enable best size caching, remove unnecessary GetLabel() and SetForegroundColour(), 2008-02-02 21:33:51 +00:00
taskbarpriv.h remove duplicate wxTaskBarIconAreaBase::DoPopupMenu, extracting the one-line difference into a new virtual 2008-03-18 04:06:50 +00:00
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
textentry.h build fix: return type for AutoComplete is bool 2007-11-04 23:27:59 +00:00
tglbtn.h Document wxBitmapToggleButton, add update UI event in Base class for all toggle buttons 2007-12-08 10:36:59 +00:00
tooltip.h
toplevel.h revert updating GTK size hints when window decorations change, it messes up min size set by a sizer 2008-02-28 06:34:43 +00:00
treectrl.h
treeentry_gtk.h
window.h remove duplicate wxTaskBarIconAreaBase::DoPopupMenu, extracting the one-line difference into a new virtual 2008-03-18 04:06:50 +00:00