wxWidgets/include/wx/gtk
Vadim Zeitlin 9e565667d0 Add wxSpinCtrl::SetBase() to allow entering hexadecimal numbers.
Add a generic SetBase() API even though right now only bases 10 and 16 are
supported as we might support other ones (e.g. 8?) in the future. Implement it
for MSW, GTK and generic versions.

Add controls allowing to test this feature to the widgets sample.

Add "base" property support to the XRC handler for wxSpinCtrl, document it and
test it in the xrc sample.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-08-30 20:24:38 +00:00
..
gnome Add GetHandle for wxGnomePrinterDCImpl 2012-07-28 21:52:37 +00:00
hildon
private Add a private wrapper for GError to wxGTK. 2012-07-27 15:36:45 +00:00
accel.h
animate.h Reverted bogus fix for bogus bug report #13402. 2012-02-05 22:53:39 +00:00
anybutton.h
app.h
assertdlg_gtk.h Fix display of "const" methods in wxGTK assert dialog. 2012-03-21 00:11:12 +00:00
bitmap.h support for GTK3 2012-06-30 20:39:06 +00:00
bmpbuttn.h
bmpcbox.h
brush.h
button.h
calctrl.h
checkbox.h
checklst.h
chkconf.h support for GTK3 2012-06-30 20:39:06 +00:00
choice.h
clipbrd.h
clrpicker.h support for GTK3 2012-06-30 20:39:06 +00:00
collpane.h
colordlg.h
colour.h support for GTK3 2012-06-30 20:39:06 +00:00
combobox.h Update the text part of combobox when changing text of selected item in wxGTK. 2012-03-11 23:55:19 +00:00
control.h support for GTK3 2012-06-30 20:39:06 +00:00
cursor.h
dataform.h
dataobj2.h Use both URL-specific and plain text formats in wxGTK wxURLDataObject. 2012-07-20 11:55:10 +00:00
dataobj.h
dataview.h Replace wxDataViewCtrl::StartEditor() with EditItem(). 2012-01-17 14:05:17 +00:00
dc.h wxDC::GetHandle support for wxGTK 2012-07-28 19:31:18 +00:00
dcclient.h remove unneeded includes and forward declaration 2012-03-25 23:34:42 +00:00
dcmemory.h wxDC::GetHandle support for wxGTK 2012-07-28 19:31:18 +00:00
dcscreen.h
dialog.h
dirdlg.h Implement wxDirDialog:: and wxFileDialog::Create() in wxGTK. 2012-03-14 12:32:27 +00:00
dnd.h Add wxDropSource::SetIcon for wxGTK to mimic SetCursor on the other ports. 2012-05-03 23:30:40 +00:00
dvrenderer.h
dvrenderers.h support for GTK3 2012-06-30 20:39:06 +00:00
evtloop.h
evtloopsrc.h
filectrl.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
filedlg.h Implement wxDirDialog:: and wxFileDialog::Create() in wxGTK. 2012-03-14 12:32:27 +00:00
filehistory.h
filepicker.h Remove use of "size-request" signal for wxWindow sizing. 2012-05-17 15:29:50 +00:00
font.h move Pango underline workaround into wxFont::GTKSetPangoAttrs 2012-01-29 08:14:34 +00:00
fontdlg.h
fontpicker.h
frame.h
gauge.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
glcanvas.h support for GTK3 2012-06-30 20:39:06 +00:00
hyperlink.h
infobar.h Remove use of "size-request" signal for wxWindow sizing. 2012-05-17 15:29:50 +00:00
listbox.h
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 Workaround for Ubuntu 12.04 run time warning 2012-06-05 16:49:28 +00:00
menuitem.h
minifram.h
msgdlg.h
nonownedwnd.h Added wxNonOwnedWindow::SetShape(wxGraphicsPath). 2011-10-18 21:56:52 +00:00
notebook.h Implement wxNotebook::CalcSizeFromPage() for wxGTK. 2011-12-24 18:19:26 +00:00
notifmsg.h Add a wxGTK-specific function to set wxNotificationMessage icon name. 2012-07-29 22:07:06 +00:00
pen.h
popupwin.h remove unnecessary override of AddChildGTK 2012-02-28 17:25:59 +00:00
print.h wxDC::GetHandle support for wxGTK 2012-07-28 19:31:18 +00:00
private.h support for GTK3 2012-06-30 20:39:06 +00:00
radiobox.h
radiobut.h
region.h support for GTK3 2012-06-30 20:39:06 +00:00
scrolbar.h
scrolwin.h
setup0.h update minimum GTK2 version requirement to 2.6 2012-07-10 16:39:44 +00:00
slider.h
spinbutt.h
spinctrl.h Add wxSpinCtrl::SetBase() to allow entering hexadecimal numbers. 2012-08-30 20:24:38 +00:00
statbmp.h
statbox.h fix virtual override broken in r58875 2012-02-28 17:06:56 +00:00
statline.h
stattext.h remove DoSetSize override, unneeded after r72001 2012-07-10 17:27:41 +00:00
taskbar.h Make wxTaskBarIcon's ctor have the same API on all platforms even though setting the icon type can only be done on wxOSX-cocoa 2012-04-20 05:41:54 +00:00
textctrl.h
textentry.h Generate clipboard events for wxComboBox in wxGTK too. 2012-07-29 22:08:15 +00:00
tglbtn.h
toolbar.h Make the CreateTool factories be public so they can be used from application code 2012-03-10 00:01:09 +00:00
tooltip.h
toplevel.h update size hints when decoration size becomes known, and preserve size hint increments 2012-06-24 16:18:28 +00:00
treeentry_gtk.h
webview_webkit.h Add support for searching and highlighting a wxWebView. 2012-08-28 17:13:13 +00:00
webviewhistoryitem_webkit.h Minor changes, just trim trailing spaces in webview code. 2012-03-28 18:00:30 +00:00
window.h Refactor: extract GtkScrolledWindow creation from wxWindow::Create(). 2012-07-24 20:45:21 +00:00