~ubuntu-branches/ubuntu/precise/gtkmm3.0/precise

« back to all changes in this revision

Viewing changes to gdk/src/gdk_extra_objects.defs

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-06-17 00:12:44 UTC
  • Revision ID: james.westby@ubuntu.com-20110617001244-9hl5an15hiaaahi6
Tags: upstream-3.0.1
ImportĀ upstreamĀ versionĀ 3.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; These define-object declarations were not generated by h2defs.py
 
2
; because it looks for the SomethingClass declaration too, but that is often 
 
3
; hidden.
 
4
; However, it is needed by the documentation generation, which needs to 
 
5
; know what objects exist, so it can guess how to break apart C function names 
 
6
; that are mentioned in documentation text.
 
7
; (DocsParser.pm:substitute_function(), which uses GtkDefs.pm:lookup_object().)
 
8
 
 
9
(define-object Cursor
 
10
  (in-module "Gdk")
 
11
  (c-name "GdkCursor")
 
12
  (gtype-id "GDK_TYPE_CURSOR")
 
13
)
 
14
 
 
15
(define-object Display
 
16
  (in-module "Gdk")
 
17
  (c-name "GdkDisplay")
 
18
  (gtype-id "GDK_TYPE_DISPLAY")
 
19
)
 
20
 
 
21
(define-object Event
 
22
  (in-module "Gdk")
 
23
  (c-name "GdkEvent")
 
24
  (gtype-id "GDK_TYPE_EVENT")
 
25
)
 
26
 
 
27
(define-object Region
 
28
  (in-module "Gdk")
 
29
  (c-name "GdkRegion")
 
30
  (gtype-id "GDK_TYPE_REGION")
 
31
)
 
32
 
 
33
(define-object Screen
 
34
  (in-module "Gdk")
 
35
  (c-name "GdkScreen")
 
36
  (gtype-id "GDK_TYPE_SCREEN")
 
37
)
 
38
 
 
39
(define-object Visual
 
40
  (in-module "Gdk")
 
41
  (c-name "GdkVisual")
 
42
  (gtype-id "GDK_TYPE_VISUAL")
 
43
)
 
44
 
 
45
(define-object Window
 
46
  (in-module "Gdk")
 
47
  (c-name "GdkWindow")
 
48
  (gtype-id "GDK_TYPE_WINDOW")
 
49
)