wxWidgets/include/wx/gtk
Paul Cornett 46a1983ae4 use int instead of size_t for a couple member variables
it's simpler, and there is no point in using size_t anyway since they are assigned from ints

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-11-25 00:52:24 +00:00
..
gnome Fixed various typos. 2011-03-22 14:17:38 +00:00
hildon
private Move GDK_META_MASK definition in the header in which it is also used. 2011-11-08 11:02:05 +00:00
accel.h
animate.h
anybutton.h Refactor wxButton and wxToggleButton to derive from wxAnyButton. 2011-06-14 13:00:42 +00:00
app.h remove unnecessary GTK declarations from defs.h, move things only used once to the place that needs them 2011-09-07 16:56:50 +00:00
assertdlg_gtk.h convert assertdlg_gtk to C++ 2011-03-30 05:35:24 +00:00
bitmap.h remove unnecessary GTK declarations from defs.h, move things only used once to the place that needs them 2011-09-07 16:56:50 +00:00
bmpbuttn.h
bmpcbox.h
brush.h
button.h Refactor wxButton and wxToggleButton to derive from wxAnyButton. 2011-06-14 13:00:42 +00:00
calctrl.h Implement wxCalendarCtrl::SetDateRange() in the native GTK version. 2011-06-19 22:46:36 +00:00
checkbox.h
checklst.h
chkconf.h
choice.h
clipbrd.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
clrpicker.h
collpane.h
colordlg.h
colour.h
combobox.h Replace wxComboBox::IsEmpty() with Is{List,Text}Empty(). 2011-08-21 12:06:16 +00:00
control.h remove unnecessary GTK declarations from defs.h, move things only used once to the place that needs them 2011-09-07 16:56:50 +00:00
cursor.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
dataform.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
dataobj2.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
dataobj.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
dataview.h Remove wxHeaderColumn::SetAsSortKey() and only use SetSortOrder(). 2011-09-21 15:07:46 +00:00
dc.h
dcclient.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
dcmemory.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
dcscreen.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
dialog.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
dirdlg.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
dnd.h remove unnecessary GTK declarations from defs.h, move things only used once to the place that needs them 2011-09-07 16:56:50 +00:00
dvrenderer.h remove unnecessary GTK declarations from defs.h, move things only used once to the place that needs them 2011-09-07 16:56:50 +00:00
dvrenderers.h Use wxDatePickerCtrl in wxDataViewDateRenderer. 2011-10-19 16:20:06 +00:00
evtloop.h
evtloopsrc.h
filectrl.h
filedlg.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
filehistory.h
filepicker.h
font.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
fontdlg.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
fontpicker.h remove unnecessary GTK declarations from defs.h, move things only used once to the place that needs them 2011-09-07 16:56:50 +00:00
frame.h
gauge.h
glcanvas.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
hyperlink.h need to override DoGetBestClientSize() to get correct size, fixes #13088 2011-04-02 20:43:29 +00:00
infobar.h
listbox.h clean up wxGTK tooltip code 2011-03-23 17:36:10 +00:00
mdi.h fix wxMDIChildFrame after r69390 and r69468, TLW realization code should not be called, fixes #13593 2011-10-25 16:56:57 +00:00
menu.h Fix inserting radio menu items in wxGTK too. 2011-05-10 08:50:47 +00:00
menuitem.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
minifram.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
msgdlg.h Add support for wxHELP button to wxMessageDialog. 2011-08-04 22:53:42 +00:00
nonownedwnd.h Added wxNonOwnedWindow::SetShape(wxGraphicsPath). 2011-10-18 21:56:52 +00:00
notebook.h No changes, just use symbolic NO_IMAGE constant instead of -1 or wxNOT_FOUND. 2011-08-21 14:08:49 +00:00
pen.h remove unnecessary GTK declarations from defs.h, move things only used once to the place that needs them 2011-09-07 16:56:50 +00:00
popupwin.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
print.h Fixed various typos. 2011-03-22 14:17:38 +00:00
private.h Replaced Ok() occurrences with IsOk() throughout trunk. 2011-05-03 16:29:04 +00:00
radiobox.h clean up wxGTK tooltip code 2011-03-23 17:36:10 +00:00
radiobut.h
region.h use int instead of size_t for a couple member variables 2011-11-25 00:52:24 +00:00
scrolbar.h avoid deprecated functions and direct struct access 2011-03-28 06:27:49 +00:00
scrolwin.h
slider.h
spinbutt.h
spinctrl.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
statbmp.h
statbox.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
statline.h
stattext.h Add wxUSE_MARKUP and wrap SetLabelMarkup() in it. 2011-02-27 12:48:07 +00:00
taskbar.h
textctrl.h Add wxTextCtrl::PositionToCoords() functions for wxMSW and wxGTK. 2011-07-29 15:11:54 +00:00
textentry.h Refactor wxTextEntry::AutoComplete() to simply call DoAutoCompleteXXX(). 2011-04-16 17:27:04 +00:00
tglbtn.h Refactor wxButton and wxToggleButton to derive from wxAnyButton. 2011-06-14 13:00:42 +00:00
toolbar.h move deprecated GtkTooltips forward declaration to one place that still needs it 2011-03-23 17:37:14 +00:00
tooltip.h clean up wxGTK tooltip code 2011-03-23 17:36:10 +00:00
toplevel.h Implement SetShape() for wxPopupWindow in wxGTK. 2011-10-13 12:45:56 +00:00
treeentry_gtk.h avoid deprecated functions and direct struct access 2011-03-28 06:27:49 +00:00
webview_webkit.h Don't include webkit headers from wx headers 2011-11-17 01:23:03 +00:00
webviewhistoryitem_webkit.h Don't include webkit headers from wx headers 2011-11-17 01:23:03 +00:00
window.h Make GTK callbacks passed to GTKConnectWidget() extern "C". 2011-10-27 21:10:45 +00:00