Removed more traces of wxrcedit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c17f3431fa
commit
5a7b6f80e7
102
autoconf_inc.m4
102
autoconf_inc.m4
File diff suppressed because one or more lines are too long
@ -33,8 +33,6 @@ utils/wxrc/*M?.xml
|
||||
utils/wxrc/*.mcp
|
||||
contrib/utils/convertrc/*M?.xml
|
||||
contrib/utils/convertrc/*.mcp
|
||||
contrib/utils/wxrcedit/*M?.xml
|
||||
contrib/utils/wxrcedit/*.mcp
|
||||
|
||||
samples/artprov/*M?.xml
|
||||
samples/artprov/*.mcp
|
||||
|
@ -457,7 +457,6 @@ dospinsetup()
|
||||
rm -f src/mingegcs.bat
|
||||
rm -f -r distrib
|
||||
rm -f *.spec
|
||||
rm -f -r contrib/utils/wxrcedit
|
||||
rm -f src/gtk/descrip.mms src/motif/descrip.mms
|
||||
|
||||
echo Copying readme files...
|
||||
|
@ -56,33 +56,6 @@ contrib/utils/wxrc/*.txt
|
||||
contrib/utils/wxrc/*.ico
|
||||
contrib/utils/wxrc/*.bmp
|
||||
contrib/utils/wxrc/*.xpm
|
||||
contrib/utils/wxrc/wxrcVC.dsp
|
||||
contrib/utils/wxrc/wxrcVC.dsw
|
||||
|
||||
contrib/utils/wxrcedit/*.cpp
|
||||
contrib/utils/wxrcedit/*.h
|
||||
contrib/utils/wxrcedit/*.rc
|
||||
contrib/utils/wxrcedit/*.def
|
||||
contrib/utils/wxrcedit/*.xbm
|
||||
contrib/utils/wxrcedit/makefile.vc
|
||||
contrib/utils/wxrcedit/makefile.bcc
|
||||
contrib/utils/wxrcedit/makefile.b32
|
||||
contrib/utils/wxrcedit/makefile.wat
|
||||
contrib/utils/wxrcedit/makefile.g95
|
||||
contrib/utils/wxrcedit/makefile.unx
|
||||
contrib/utils/wxrcedit/makefile.dos
|
||||
contrib/utils/wxrcedit/makefile.vms
|
||||
contrib/utils/wxrcedit/Makefile.in
|
||||
contrib/utils/wxrcedit/wxrcEditVC.dsp
|
||||
contrib/utils/wxrcedit/wxrcEditVC.dsw
|
||||
contrib/utils/wxrcedit/*.txt
|
||||
contrib/utils/wxrcedit/*.ico
|
||||
contrib/utils/wxrcedit/*.bmp
|
||||
contrib/utils/wxrcedit/*.xpm
|
||||
contrib/utils/wxrcedit/bitmaps/*.bmp
|
||||
contrib/utils/wxrcedit/bitmaps/*.ico
|
||||
contrib/utils/wxrcedit/bitmaps/*.xpm
|
||||
contrib/utils/wxrcedit/df/*.df
|
||||
|
||||
distrib/msw/xml.rsp
|
||||
distrib/msw/zipxml.bat
|
||||
|
@ -543,8 +543,8 @@ development can be done. The program can be found in {\tt utils/configtool}.
|
||||
\item[{\bf XRC resource system}]
|
||||
This is the sizer-aware resource system, and uses
|
||||
XML-based resource specifications that can be generated by tools
|
||||
such as \urlref{wxDesigner}{http://www.roebling.de} and XRC's own wxrcedit.
|
||||
You can find this in {\tt src/xrc}, {\tt include/wx/xrc}, {\tt samples/xrc}, and {\tt utils/wxrcedit}.
|
||||
such as \urlref{wxDesigner}{http://www.roebling.de}.
|
||||
You can find this in {\tt src/xrc}, {\tt include/wx/xrc}, {\tt samples/xrc}.
|
||||
For more information, see the \helpref{XML-based resource system overview}{xrcoverview}.
|
||||
\item[{\bf Object Graphics Library}]
|
||||
OGL defines an API for applications that need to display objects connected by lines.
|
||||
|
@ -38,9 +38,6 @@ htmlFaceName = "Arial, Lucida, Helvetica"
|
||||
ignoreInput = "ltx.tex"
|
||||
; htmlStylesheet = "wx.css"
|
||||
|
||||
;\overview [2] {\rtfonly{See also }\settransparency{on}\sethotspotcolour{off}\sethotspotunderline{on}\winhelponly{\image{}{books.bmp}\settransparency{off}}
|
||||
;\htmlonly{\image{}{books.gif}}\helpref{#1}{#2}
|
||||
;\sethotspotcolour{on}\sethotspotunderline{on}}
|
||||
\overview [2] {\helpref{#1}{#2}}
|
||||
\docparam [2]{\parskip{0}{\it #1}\htmlignore{\par}\parskip{10}\indented{1cm}{#2}}
|
||||
\wxheading [1]{{\bf \htmlignore{\fcol{blue}{#1}}\htmlonly{\fcol{red}{#1}}}}
|
||||
|
@ -39,9 +39,6 @@ htmlIndex = true
|
||||
ignoreInput = "ltx.tex"
|
||||
htmlStylesheet = "wx.css"
|
||||
|
||||
;\overview [2] {\rtfonly{See also }\settransparency{on}\sethotspotcolour{off}\sethotspotunderline{on}\winhelponly{\image{}{books.bmp}\settransparency{off}}
|
||||
;\htmlonly{\image{}{books.gif}}\helpref{#1}{#2}
|
||||
;\sethotspotcolour{on}\sethotspotunderline{on}}
|
||||
\overview [2] {\helpref{#1}{#2}}
|
||||
\docparam [2]{\parskip{0}{\it #1}\htmlignore{\par}\parskip{10}\indented{1cm}{#2}}
|
||||
\wxheading [1]{{\bf \htmlignore{\fcol{blue}{#1}}\htmlonly{\fcol{red}{#1}}}}
|
||||
|
@ -11,7 +11,7 @@ define the layout of controls in dialogs in wxWidgets because of
|
||||
their ability to create visually appealing dialogs independent of the
|
||||
platform, taking into account the differences in size and style of
|
||||
the individual controls. Unlike the original wxWidgets Dialog Editor,
|
||||
editors such as wxDesigner, DialogBlocks, wxrcedit, XRCed and wxWorkshop create dialogs based exclusively on sizers,
|
||||
editors such as wxDesigner, DialogBlocks, XRCed and wxWorkshop create dialogs based exclusively on sizers,
|
||||
practically forcing the user to create platform independent layouts without compromises.
|
||||
|
||||
The next section describes and shows what can be done with sizers.
|
||||
|
@ -1,7 +1,7 @@
|
||||
Announcing wxWidgets 2.6.0: a cross-platform GUI toolkit
|
||||
----------------------------------------------------------------
|
||||
|
||||
April 21st, 2005 -- the wxWidgets team is pleased to announce
|
||||
April 30th, 2005 -- the wxWidgets team is pleased to announce
|
||||
a new official release of the mature cross-platform C++
|
||||
application framework.
|
||||
|
||||
|
@ -15,6 +15,9 @@ comp.windows.ms.programmer
|
||||
microsoft.public.win32.programmer.tools
|
||||
microsoft.public.win32.programmer.ui
|
||||
microsoft.public.win32.programmer.3rdparty
|
||||
microsoft.public.win32.programmer.wince
|
||||
microsoft.public.pocketpc.developer
|
||||
microsoft.public.smartphone.developer
|
||||
|
||||
Non-Microsoft:
|
||||
|
||||
|
@ -13,8 +13,10 @@ dialog editors with XRC support.
|
||||
If you only want to use the resources, you can choose from a number of editors:
|
||||
a) wxDesigner (http://www.roebling.de)
|
||||
b) XRCed (wxPython/tools)
|
||||
c) wxWorkshop (http://wxworkshop.sf.net)
|
||||
b) wxrcedit (contrib/utils/wxrcedit)
|
||||
c) DialogBlocks (wxPython/tools)
|
||||
|
||||
and others listed on the Resources section of the wxWidgets web
|
||||
site.
|
||||
|
||||
The XRC format is based on XML 1.0 (please consult W3C's specification). There
|
||||
is no DTD available since it is not possible to fully describe the format with
|
||||
|
Loading…
Reference in New Issue
Block a user