File: dlged15.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 (24 lines) | stat: -rw-r--r-- 1,518 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<HTML>
<head><title>Creating a dialog</title></head>

<BODY BGCOLOR=#FFFFFF>
<A NAME="topic11"></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="dlged14.htm#topic10"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="dlged16.htm#propeditors"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>

<H2>Creating a dialog</H2>
<P>
To create a new dialog, click on the <B>File: New</B> menu item, or equivalent
toolbar button. A dialog will appear. To put a control on the dialog, left-click
on the appropriate palette icon and then left-click on the dialog. A new item
will appear at the place you clicked.<P>
You can edit any control or dialog by control-left clicking. A property editor
will appear, allowing any property to be selected and edited (see <A HREF="dlged16.htm#propeditors">Using property editors</A>).
You can also edit items by right-clicking to show a menu, and then selecting <I>Edit properties</I>.<P>
To move a control, drag the item with the left mouse button, or edit
the position values in the property editor. To resize a control, you
can either select it by left-clicking and then dragging on a selection
handle, or edit the size values in the property editor. <P>
You can delete items from the right-click menu, or by selecting the item and
choosing <B>Edit: Delete</B> from the menu bar.<P>

</BODY></HTML>