summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/textdocument-lists/textdocument-lists.pro
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-05-08 03:24:44 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-05-08 03:24:44 (GMT)
commite7cf5fc921c00286846ac552b51a37fe2f51ff3e (patch)
treeaf7c5cade70dfd740b11434a1a5cd7f3ff53ed35 /doc/src/snippets/textdocument-lists/textdocument-lists.pro
parent03f8f1df0d88f5ffe0b3120cffce614cbeefdb70 (diff)
parent3ad6f3b1f4d2252e2a004acc8156a1fd308265cf (diff)
downloadQt-e7cf5fc921c00286846ac552b51a37fe2f51ff3e.zip
Qt-e7cf5fc921c00286846ac552b51a37fe2f51ff3e.tar.gz
Qt-e7cf5fc921c00286846ac552b51a37fe2f51ff3e.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (131 commits) Avoid many unnecessary allocations, so so that paint engines attached to pixmaps Doc Fix autotests Fix autotests (remove import Qt.widgets) Add missing qml file to qdeclarativemousearea Doc fix Clean up example code, add white background behind text Update mouse area qmlvisual test to follow change QTBUG-10162 Fix autotest bug in MouseArea Avoid emitting release when the mouse is ungrabbed Resize qmlruntime window to new dimensions when orientation changes Compile with opengl enabled. Avoid repeated create/destroy at top list boundary with sub-pixel movement. Call QDeclarativeItem::geometryChanged() base implementation qdoc fixes. Avoid warnings as delegates with bindings to parent are created and destroyed. qdoc fixes TextInput echoMode doc. Make sure to call base class implementation. More cleanup ...
Diffstat (limited to 'doc/src/snippets/textdocument-lists/textdocument-lists.pro')
0 files changed, 0 insertions, 0 deletions
45'>bug_b362182e45 Tk is a free and open-source, cross-platform widget toolkit that provides a library of basic elements of GUI widgets for building a graphical user interface (GUI) in many programming languages.
summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkStubInit.c
blob: 87b33dcdaf1bf26f6daf1de870b2d6cffe3cc5fa (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
/*
 * This file is (mostly) automatically generated from ttk.decls.
 * It is compiled and linked in with the ttk package proper.
 */

#include "tk.h"
#include "ttkTheme.h"

MODULE_SCOPE const TtkStubs ttkStubs;

/* !BEGIN!: Do not edit below this line. */

const TtkStubs ttkStubs = {
    TCL_STUB_MAGIC,
    TTK_STUBS_EPOCH,
    TTK_STUBS_REVISION,
    0,
    Ttk_GetTheme, /* 0 */
    Ttk_GetDefaultTheme, /* 1 */
    Ttk_GetCurrentTheme, /* 2 */
    Ttk_CreateTheme, /* 3 */
    Ttk_RegisterCleanup, /* 4 */
    Ttk_RegisterElementSpec, /* 5 */
    Ttk_RegisterElement, /* 6 */
    Ttk_RegisterElementFactory, /* 7 */
    Ttk_RegisterLayout, /* 8 */
    0, /* 9 */
    Ttk_GetStateSpecFromObj, /* 10 */
    Ttk_NewStateSpecObj, /* 11 */
    Ttk_GetStateMapFromObj, /* 12 */
    Ttk_StateMapLookup, /* 13 */
    Ttk_StateTableLookup, /* 14 */
    0, /* 15 */
    0, /* 16 */
    0, /* 17 */
    0, /* 18 */
    0, /* 19 */
    Ttk_GetPaddingFromObj, /* 20 */
    Ttk_GetBorderFromObj, /* 21 */
    Ttk_GetStickyFromObj, /* 22 */
    Ttk_MakePadding, /* 23 */
    Ttk_UniformPadding, /* 24 */
    Ttk_AddPadding, /* 25 */
    Ttk_RelievePadding, /* 26 */
    Ttk_MakeBox, /* 27 */
    Ttk_BoxContains, /* 28 */
    Ttk_PackBox, /* 29 */
    Ttk_StickBox, /* 30 */
    Ttk_AnchorBox, /* 31 */
    Ttk_PadBox, /* 32 */
    Ttk_ExpandBox, /* 33 */
    Ttk_PlaceBox, /* 34 */
    Ttk_NewBoxObj, /* 35 */
    0, /* 36 */
    0, /* 37 */
    0, /* 38 */
    0, /* 39 */
    Ttk_GetOrientFromObj, /* 40 */
};

/* !END!: Do not edit above this line. */