summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code/doc_src_wince-customization.cpp
diff options
context:
space:
mode:
authorFabien Freling <fabien.freling@nokia.com>2010-12-09 12:55:32 (GMT)
committerFabien Freling <fabien.freling@nokia.com>2011-01-17 10:46:47 (GMT)
commit4ea4bcc2ddea6fc6899c14bb50b22f58b51bf7ca (patch)
tree97b734672e6fffa0e20d38e5c255fa86be71941e /doc/src/snippets/code/doc_src_wince-customization.cpp
parent4631d297781b8ad4eba0735b7023265d4872c1cb (diff)
downloadQt-4ea4bcc2ddea6fc6899c14bb50b22f58b51bf7ca.zip
Qt-4ea4bcc2ddea6fc6899c14bb50b22f58b51bf7ca.tar.gz
Qt-4ea4bcc2ddea6fc6899c14bb50b22f58b51bf7ca.tar.bz2
Fix double click event on Mac OS X.
Fix an issue where the double click would be triggered even with different mouse buttons. Task-number: QTBUG-8222 Reviewed-by: Richard Moe Gustavsen
Diffstat (limited to 'doc/src/snippets/code/doc_src_wince-customization.cpp')
0 files changed, 0 insertions, 0 deletions
_alt 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/unix/tkUnixInt.h
blob: 805f314e88561e59ec302ea190016f6357984ab3 (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
/*
 * tkUnixInt.h --
 *
 *	This file contains declarations that are shared among the
 *	UNIX-specific parts of Tk but aren't used by the rest of Tk.
 *
 * Copyright (c) 1995-1997 Sun Microsystems, Inc.
 *
 * See the file "license.terms" for information on usage and redistribution of
 * this file, and for a DISCLAIMER OF ALL WARRANTIES.
 */

#ifndef _TKUNIXINT
#define _TKUNIXINT

#ifndef _TKINT
#include "tkInt.h"
#endif

/*
 * Prototypes for procedures that are referenced in files other than the ones
 * they're defined in.
 */

#include "tkIntPlatDecls.h"

#endif /* _TKUNIXINT */

/*
 * Local Variables:
 * mode: c
 * c-basic-offset: 4
 * fill-column: 78
 * End:
 */