summaryrefslogtreecommitdiff
path: root/opcodes/fltabsend.xml
blob: 2d303b64fcd261c6e795e27f255a866d0734aebd (plain)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<refentry id="FLtabsEnd">
<indexterm id="IndexFLtabsEnd"><primary>FLtabsEnd</primary></indexterm>
  <refentryinfo><title>FLTK:Containers</title></refentryinfo>
  <refmeta>
    <refentrytitle>FLtabsEnd</refentrytitle>
  </refmeta>



  <refnamediv>
    <refname>FLtabsEnd</refname>
    <refpurpose>
      Marks the end of a tabbed FLTK interface.
          </refpurpose>
  </refnamediv>
  
  <refsect1>
    <title>Description</title>
    <para>
      Marks the end of a tabbed FLTK interface.
    </para>
  </refsect1>

  <refsect1>
    <title>Syntax</title>
    <synopsis><command>FLtabsEnd</command></synopsis>
  </refsect1>

  <refsect1>
    <title>Performance</title>
    <para>
      Containers are useful to format the graphic appearance of the widgets. The most important container is <link linkend="FLpanel"><citetitle>FLpanel</citetitle></link>, that actually creates a window. It can be filled with other containers and/or valuators or other kinds of widgets.
    </para>

    <para>
      There are no k-rate arguments in containers.
    </para>
  </refsect1>

  <refsect1>
    <title>See Also</title>
    <para>
      <link linkend="FLgroup"><citetitle>FLgroup</citetitle></link>, 
      <link linkend="FLgroupEnd"><citetitle>FLgroupEnd</citetitle></link>, 
      <link linkend="FLpack"><citetitle>FLpack</citetitle></link>, 
      <link linkend="FLpackEnd"><citetitle>FLpackEnd</citetitle></link>, 
      <link linkend="FLpanel"><citetitle>FLpanel</citetitle></link>, 
      <link linkend="FLpanelEnd"><citetitle>FLpanelEnd</citetitle></link>, 
      <link linkend="FLscroll"><citetitle>FLscroll</citetitle></link>, 
      <link linkend="FLscrollEnd"><citetitle>FLscrollEnd</citetitle></link>, 
      <link linkend="FLtabs"><citetitle>FLtabs</citetitle></link>
    </para>
  </refsect1>

  <refsect1>
    <title>Credits</title>
    <para>Author: &namegabriel;</para>
    <para>New in version 4.22</para>
  </refsect1>
</refentry>