wxWidgets/include/wx/gtk
2009-03-15 16:28:33 +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 Added licence/copyright information 2005-05-04 18:57:50 +00:00
animate.h allow loading wxAnimationCtrl contents from stream (patch 1962344) 2008-05-17 22:51:52 +00:00
app.h second part of #10320: move wxApp event handling functions to wxEventLoopBase (in particular move Yield() functions); add backward compatible redirections to wxApp; update docs; remove global lists wxPendingEvents and wxPendingEventsLocker 2009-02-15 14:25:08 +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 add wxSize overloads to wxBitmap ctors and to wxBitmap::Create 2009-03-14 13:57:51 +00:00
bmpbuttn.h revert removal of wxBU_AUTODRAW, now that it is again available with WXWIN_COMPATIBILITY_2_8==0 2008-03-18 16:25:48 +00:00
bmpcbox.h just fix some $Id$ tokens 2009-01-11 11:58:34 +00:00
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 use a single wxBookCtrlEvent class for all wxBookCtrlBase-derived controls (#9667) 2008-08-01 13:46:46 +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 use gtk_block_event instead of m_block event field 2008-09-01 08:27:56 +00:00
checklst.h Rewrite selection event code for wxListBox. 2006-10-26 20:29:02 +00:00
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 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 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 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 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 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 provide backward-compat wxCursor(int) ctor; remove empty stubs of XBM ctor from all ports except gtk,motif; make all ports emit wxLogError on invalid bitmap types; implement wxCursor(const wxString&, ...) ctor on GTK (not tested yet) 2008-09-25 17:56:07 +00:00
dataform.h check for self-assignment in operator= 2008-01-09 04:08:33 +00:00
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 Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
dataview.h Make all instances of HasEditorCtrl() const, not just a few 2009-03-06 19:07:40 +00:00
dc.h make access for virtuals match base 2007-12-06 16:22:00 +00:00
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 Added new wxGraphicsContext:Create( wxPrinterDC ) instead of wxDC:CreateGraphicsContext 2008-04-28 20:39:57 +00:00
dcscreen.h make access for virtuals match base 2007-12-06 16:22:00 +00:00
dialog.h don't terminate the event loop in EndModal() if it was already terminated because of an exception thrown inside it (#9838) 2008-08-18 11:51:53 +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 Add wxDataFormat GetMatchingPair() which wxGTK and wxMSW already had under different names 2009-01-21 14:01:31 +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 Fix #9917: File save dialog does not honor file extension on GTK 2008-08-29 13:57:03 +00:00
filedlg.h replace m_insertCallback with a virtual function, contrary to the old comments a virtual works just fine 2008-08-29 15:46:48 +00:00
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 add the wxFont(const wxSize& pixelSize, ...) ctor to all ports; add some wxCHECK_MSGs to ensure that the wxSize objects contains non-negative arguments; document that passing zero for the width parameter is allowed; other minor doc fixes 2009-03-15 16:28:33 +00:00
fontdlg.h Better backward compatibility and deprecation markup for interface deprecated in comments. 2006-03-30 14:04:17 +00:00
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 Headers cleaning. 2006-10-17 14:44:52 +00:00
glcanvas.h remove unnecessary m_glWidget, fix return types for realize and map callbacks 2008-02-01 04:51:34 +00:00
hyperlink.h native wxHyperlinkCtrl implementation for GTK+ 2.10+ (patch 1661851) 2007-03-07 22:12:47 +00:00
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 simplify menu item callbacks by passing in wxMenuItem instead of wxMenu 2008-06-11 17:07:07 +00:00
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 make DoSetSizeHints protected, remove parameter defaults 2007-11-22 06:12:56 +00:00
msgdlg.h make access for virtuals match base 2008-11-16 18:20:21 +00:00
notebook.h replace m_insertCallback with a virtual function, contrary to the old comments a virtual works just fine 2008-08-29 15:46:48 +00:00
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 Forgot to commit 2008-10-07 08:01:34 +00:00
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 GTK prefix for internal tooltip methods 2009-02-13 10:10:36 +00:00
radiobut.h Remove unnecessary IsRadioButton(). 2008-01-29 04:02:33 +00:00
region.h change generic ints to enums in wxDC (closes #9959) 2009-01-08 14:21:53 +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 do only what is necessary in SetScrollbars(), let the base class do the rest 2009-02-08 20:51:44 +00:00
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 Workaround for GTK+ sensitivity bug 2009-01-18 12:34:23 +00:00
spinctrl.h use wxRound(x) instead of int( x+0.5 ) 2009-01-08 14:36:18 +00:00
statbmp.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
statbox.h I've now seen 2 or 3 themes that need this extra space in a label-less 2006-05-23 02:04:01 +00:00
statline.h default name of wxStaticLine should be wxStaticLineNameStr, not wxStaticTextNameStr 2006-12-09 14:52:59 +00:00
stattext.h Enable best size caching, remove unnecessary GetLabel() and SetForegroundColour(), 2008-02-02 21:33:51 +00:00
taskbar.h new wxTaskBarIcon implementation for GTK2 2009-02-08 22:21:24 +00:00
tbargtk.h replace m_insertCallback with a virtual function, contrary to the old comments a virtual works just fine 2008-08-29 15:46:48 +00:00
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 declare all NameStr[] strings as const char using the correct WXDLLIMPEXP_DATA_ macros; in the process, change wxPropGrid window classes to take 'const wxString& name' arguments instead of 'const wxChar *name' 2008-11-02 22:16:14 +00:00
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 Applied Ryan's native wxListBox and wxCheckListBox patch 2006-03-01 21:51:42 +00:00
window.h More GTK prefixing for internal methods 2009-02-13 10:25:38 +00:00