~neon/pykde4/master

« back to all changes in this revision

Viewing changes to sip/khtml/khtmlmod.sip

  • Committer: Simon Edwards
  • Date: 2007-09-02 19:43:19 UTC
  • Revision ID: git-v1:6b8df0c7009f6b218f54589a9bc313cd8c4f82b9

Initial drop of PyKDE4 - Python bindings for the KDE API. See the README file
for more info about the current state of PyKDE4.


svn path=/trunk/KDE/kdebindings/python/pykde4/; revision=707731

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//
 
2
//     Copyright 2007 Jim Bublitz <jbublitz@nwinternet.com>
 
3
//     Earlier copyrights 1998 - 2006 Jim Bublitz and/or Phil Thompson
 
4
//     may also apply
 
5
 
 
6
 
 
7
//                 Generated by preSip
 
8
//            module khtml  version KDE_3_92_0
 
9
 
 
10
%Copying
 
11
 
 
12
 This software is free software; you can redistribute it and/or
 
13
 modify it under the terms of the GNU General Public License as
 
14
 published by the Free Software Foundation; either version 2 of
 
15
 the License, or (at your option) any later version.
 
16
 
 
17
 This software is distributed in the hope that it will be useful,
 
18
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 
19
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
20
 GNU General Public License for more details.
 
21
 
 
22
 You should have received a copy of the GNU General Public
 
23
 License along with this library; see the file COPYING.
 
24
 If not, write to the Free Software Foundation, Inc.,
 
25
 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
26
 
 
27
%End
 
28
 
 
29
%Module PyKDE4.khtml
 
30
 
 
31
%Import QtCore/QtCoremod.sip
 
32
%Import QtGui/QtGuimod.sip
 
33
%Import QtXml/QtXmlmod.sip
 
34
%Import kdecore/kdecoremod.sip
 
35
%Import kdefx/kdefxmod.sip
 
36
%Import kdeui/kdeuimod.sip
 
37
%Import kio/kiomod.sip
 
38
%Import kutils/kutilsmod.sip
 
39
%Import kparts/kpartsmod.sip
 
40
 
 
41
%Include css_rule.sip
 
42
%Include css_stylesheet.sip
 
43
%Include css_value.sip
 
44
%Include dom2_events.sip
 
45
%Include dom2_range.sip
 
46
%Include dom2_traversal.sip
 
47
%Include dom2_views.sip
 
48
%Include dom_doc.sip
 
49
%Include dom_element.sip
 
50
%Include dom_exception.sip
 
51
%Include dom_misc.sip
 
52
%Include dom_node.sip
 
53
%Include dom_string.sip
 
54
%Include dom_text.sip
 
55
%Include dom_xml.sip
 
56
%Include html_base.sip
 
57
%Include html_block.sip
 
58
%Include html_document.sip
 
59
%Include html_element.sip
 
60
%Include html_form.sip
 
61
%Include html_head.sip
 
62
%Include html_image.sip
 
63
%Include html_inline.sip
 
64
%Include html_list.sip
 
65
%Include html_misc.sip
 
66
%Include html_object.sip
 
67
%Include html_table.sip
 
68
%Include khtml_part.sip
 
69
%Include khtml_settings.sip
 
70
%Include khtmlview.sip
 
71