summaryrefslogtreecommitdiff
path: root/lib/wx/doc/src/wxAuiTabArt.xml
blob: 67a0e3f372a7add64a369fa16f9ee688f0a7e127 (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
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE erlref SYSTEM "erlref.dtd">

<!-- THIS FILE IS GENERATED DO NOT EDIT -->


<erlref>
<header>
  <copyright>
    <year>2020</year>
    <holder>wxWidgets team.</holder></copyright>
  <legalnotice>Licensed under the wxWindows Free Documentation Licence, Version 3
  </legalnotice>
  <title>wxAuiTabArt</title>
</header>
<module>wxAuiTabArt</module>
<modulesummary>Functions for wxAuiTabArt class</modulesummary>
<description><p>Tab art provider defines all the drawing functions used by <seeerl marker="wxAuiNotebook"><c>wxAuiNotebook</c></seeerl>.
      </p><p>This allows the <seeerl marker="wxAuiNotebook"><c>wxAuiNotebook</c></seeerl> to have a pluggable look-and-feel.
      </p><p>By default, a <seeerl marker="wxAuiNotebook"><c>wxAuiNotebook</c></seeerl> uses an instance of this class called <c>wxAuiDefaultTabArt</c> (not implemented in wx) which provides bitmap art and a colour scheme that is adapted to the major platforms' look. You can either derive from that class to alter its behaviour or write a completely new tab art class.
      </p><p>Another example of creating a new <seeerl marker="wxAuiNotebook"><c>wxAuiNotebook</c></seeerl> tab bar is <seeerl marker="wxAuiSimpleTabArt"><c>wxAuiSimpleTabArt</c></seeerl>.
      </p><p>Call <seemfa marker="wxAuiNotebook#setArtProvider/2"><c>wxAuiNotebook:setArtProvider/2</c></seemfa> to make use of this new tab art.
      </p>
  <p>wxWidgets docs: <url href="https://docs.wxwidgets.org/3.1/classwx_aui_tab_art.html">wxAuiTabArt</url></p>
  </description>
<datatypes><datatype><name name="wxAuiTabArt"/></datatype></datatypes>

<funcs>
  <func>
    <name name="setFlags" arity="2" clause_i="1" since=""/>
    <fsummary>Sets flags. </fsummary>
    <desc><p>Sets flags. 
      </p></desc>
  </func>
  
  <func>
    <name name="setMeasuringFont" arity="2" clause_i="1" since=""/>
    <fsummary>Sets the font used for calculating measurements. </fsummary>
    <desc><p>Sets the font used for calculating measurements. 
      </p></desc>
  </func>
  
  <func>
    <name name="setNormalFont" arity="2" clause_i="1" since=""/>
    <fsummary>Sets the normal font for drawing labels. </fsummary>
    <desc><p>Sets the normal font for drawing labels. 
      </p></desc>
  </func>
  
  <func>
    <name name="setSelectedFont" arity="2" clause_i="1" since=""/>
    <fsummary>Sets the font for drawing text for selected UI elements. </fsummary>
    <desc><p>Sets the font for drawing text for selected UI elements. 
      </p></desc>
  </func>
  
  <func>
    <name name="setColour" arity="2" clause_i="1" since=""/>
    <fsummary>Sets the colour of the inactive tabs. </fsummary>
    <desc><p>Sets the colour of the inactive tabs. 
      </p><p>Since: 2.9.2 
      </p></desc>
  </func>
  
  <func>
    <name name="setActiveColour" arity="2" clause_i="1" since=""/>
    <fsummary>Sets the colour of the selected tab. </fsummary>
    <desc><p>Sets the colour of the selected tab. 
      </p><p>Since: 2.9.2 
      </p></desc>
  </func>
  </funcs>
</erlref>