File: 04_06_02_object_windows.html

package info (click to toggle)
koffice 1%3A2.2.1-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 157,656 kB
  • ctags: 110,762
  • sloc: cpp: 889,358; xml: 22,758; ansic: 6,533; python: 5,224; perl: 2,771; sh: 1,805; yacc: 1,304; ruby: 1,219; sql: 720; lex: 455; makefile: 76
file content (35 lines) | stat: -rw-r--r-- 1,652 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<H3>4.6.2. Database object windows</H3>

<H4>Opening object's window</H4>
<p>
To open a database object in a window:
<ol>
<li><p>Select the object in <a href="04_06_01_project_navigator.html">Project Navigator pane</a></p></li>
<li><p>Click <img src="icons/edit.png" class="icon"> <em>Open</em> button on the <a href="04_06_01_project_navigator.html#mini_toolbar">Project Navigator pane's toolbar</a>.</p></li>
</ol>

<H4>Commands related to object windows</H4>

<H5>Closing an object window</H5>
<p>
When the <a href="08_01_00_mdi.html#mode_ideal">IDEAl</a> user interface mode (the default) is used, each window has it's own tab. Move the mouse pointer to the tab. You will see <img src="fileclose.png" class="icon"> close button. Click it to close the tab.
</p>
<p>
In the <a href="08_01_00_mdi.html#mode_childframe">Childframe</a> on the right hand of each opened window there are buttons you can use to control the window. Click the first one on the right hand to close the window.
</p>
<p>
Alternatively, regardless of the user interface mode you are using, you can select <em>Window</em> -&gt;<em>Close</em> from the Menubar.
</p>

<H5>Window's buttons for Childframe user interface mode</H5>
<p>
 <br><img src="img/04_06_02_window_buttons.png">
 <br>Window's buttons<br><br>
Other button's (from right to left) can be used to: maximize, minimize and undock the window.
</p>
<p>
There's a small icon on the left hand of the window which can be clicked to show a context menu with commands related to the window.
</p>
<p>
See also <a href="08_02_00_dock_undock.html">8.2. Docking and undocking of the windows<!-- TODO (js) chapter# --></a>.
</p>