File: dlged17.htm

package info (click to toggle)
wxwin2-doc 2.01-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 6,540 kB
  • ctags: 5,968
  • sloc: cpp: 15,157; makefile: 434; sh: 6
file content (17 lines) | stat: -rw-r--r-- 1,029 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<HTML>
<head><title>Saving and loading files</title></head>

<BODY BGCOLOR=#FFFFFF>
<A NAME="topic12"></A><CENTER>
<A HREF="dlged.htm"><img align=center src="contents.gif" BORDER=0 ALT="Contents"></A> <A HREF="dlged13.htm#procedures"><img align=center src="up.gif" BORDER=0 ALT="Up"></A> <A HREF="dlged16.htm#propeditors"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="dlged18.htm#topic13"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>

<H2>Saving and loading files</H2>
<P>
Use <I>File: Save</I> and <I>File: Save as</I> or the equivalent toolbar button
to save the current dialog(s) in a wxWindows resource file (extension <TT>.wxr</TT>).<P>
The <TT>.wxr</TT> file can be used directly in a wxWindows program, if
wxWindows resources have been enabled when building the wxWindows library.
These files can be loaded dynamically, or included directly into program source
with a <TT>#include</TT> directive. See the wxWindows user manual for further details.<P>

</BODY></HTML>