wxWidgets/include/wx/gtk
2009-06-27 22:22:48 +00:00
..
gnome add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros 2009-02-08 11:45:59 +00:00
hildon add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros 2009-02-08 11:45:59 +00:00
private add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros 2009-02-08 11:45:59 +00:00
accel.h
animate.h
app.h first round of debug/release merge: introduce wxDEBUG_LEVEL, for now defined as 1 if __WXDEBUG__ is defined, i.e. no real changes; don't use __WXDEBUG__ in the headers to keep debug and release builds ABI-compatible; add functions to customize or disable asserts handling 2009-03-21 23:36:37 +00:00
assertdlg_gtk.h
bitmap.h add wxSize overloads to wxBitmap ctors and to wxBitmap::Create 2009-03-14 13:57:51 +00:00
bmpbuttn.h set the initial size of bitmap buttons correctly again after it was broken by r61081 (closes #10927) 2009-06-27 22:22:48 +00:00
bmpcbox.h just fix some $Id$ tokens 2009-01-11 11:58:34 +00:00
brush.h
button.h implement support for bitmaps for all states in wxGTK wxButton 2009-06-16 19:08:59 +00:00
calctrl.h add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros 2009-02-08 11:45:59 +00:00
checkbox.h
checklst.h
chkconf.h
choice.h don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither 2009-01-19 13:55:27 +00:00
clipbrd.h Added experimental async clipboard format query 2008-12-21 22:15:50 +00:00
clrpicker.h
collpane.h Also report events from wxCollapsiblePane's label 2009-02-03 09:53:33 +00:00
colordlg.h don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither 2009-01-19 13:55:27 +00:00
colour.h
combobox.h added wxTextEntry::SetHint() (a.k.a. cue banner or placeholder string) 2009-03-02 12:25:01 +00:00
control.h Workaround for GTK+ sensitivity bug 2009-01-18 12:34:23 +00:00
cursor.h fix the wxCursor(const wxString& cursor_file, ...) ctor by reusing wxImage ctor; fix doxygen rendering of that ctor docs 2009-05-16 10:42:48 +00:00
dataform.h
dataobj2.h don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither 2009-01-19 13:55:27 +00:00
dataobj.h
dataview.h Make all instances of HasEditorCtrl() const, not just a few 2009-03-06 19:07:40 +00:00
dc.h
dcclient.h don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither 2009-01-19 13:55:27 +00:00
dcmemory.h
dcscreen.h
dialog.h
dirdlg.h
dnd.h made definition of wxUSE_LOG_DEBUG dependent on wxDEBUG_LEVEL and added wxUSE_LOG_TRACE (currently never enabled by default); fix warnings about unused variables after these changes 2009-03-22 17:18:07 +00:00
evtloop.h implement the wxGTK selective yield with a different approach: rather than getting the events ourselves and fetching them to gtk_main_do_event(), install our own wxgtk_main_do_event() to filter them (closes #10320 -- see bug reported in comment 19) 2009-03-14 23:59:21 +00:00
filectrl.h
filedlg.h
filepicker.h Forgot to commit file for giving a GTK specific methid the prefix GTK 2009-02-13 09:33:15 +00:00
font.h added convenient wxFont::Make{Bold,Italic,Smaller,Larger} and Scale() methods 2009-06-12 20:11:21 +00:00
fontdlg.h
fontpicker.h
frame.h
gauge.h
glcanvas.h
hyperlink.h
listbox.h GTK prefix for internal tooltip methods 2009-02-13 10:10:36 +00:00
mdi.h fix crash caused by an wxMDIClientWindow's GTK signal handler being called when the wxMDIClientWindow is already (partially) destroyed: easily reproducible (without this fix) in the 'mdi' and 'svg' samples 2009-03-14 01:24:45 +00:00
menu.h
menuitem.h don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither 2009-01-19 13:55:27 +00:00
minifram.h
msgdlg.h make access for virtuals match base 2008-11-16 18:20:21 +00:00
notebook.h
pen.h
popupwin.h
print.h add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros 2009-02-08 11:45:59 +00:00
private.h Further attempts at getting the header buttons right 2009-01-22 14:09:32 +00:00
radiobox.h use wxRA_SPECIFY_COLS/ROWS instead of old, deprecated and confusing wxRA_HORIZONTAL/VERTICAL 2009-06-03 22:33:32 +00:00
radiobut.h
region.h change generic ints to enums in wxDC (closes #9959) 2009-01-08 14:21:53 +00:00
scrolbar.h
scrolwin.h do only what is necessary in SetScrollbars(), let the base class do the rest 2009-02-08 20:51:44 +00:00
slider.h
spinbutt.h Workaround for GTK+ sensitivity bug 2009-01-18 12:34:23 +00:00
spinctrl.h use wxALIGN_RIGHT instead of wxTE_RIGHT here too (should have been part of last commit) 2009-03-22 11:18:15 +00:00
statbmp.h
statbox.h allow windows which are placed inside wxStaticBoxes to be built as children of the wxStaticBox itself rather than forcing users to build them as siblings of the static box (closes #9859) 2009-04-25 10:49:36 +00:00
statline.h
stattext.h
taskbar.h new wxTaskBarIcon implementation for GTK2 2009-02-08 22:21:24 +00:00
tbargtk.h
textctrl.h added wxTextEntry::SetHint() (a.k.a. cue banner or placeholder string) 2009-03-02 12:25:01 +00:00
textentry.h added wxTextEntry::DoGetValue() to allow returning empty string if the control currently contains hint text 2009-03-02 13:31:29 +00:00
tglbtn.h
tooltip.h GTK prefix for internal tooltip methods 2009-02-13 10:10:36 +00:00
toplevel.h wxBusyInfo now uses wxGenericStaticText under GTK+, more Refresh/Update updates 2009-03-06 23:30:54 +00:00
treeentry_gtk.h
window.h added helper GTKShouldIgnoreEvent() to use in void GTK event handlers 2009-06-16 19:08:24 +00:00