summaryrefslogtreecommitdiff
path: root/gtk/gtk-2.16-types.defs
blob: c55c5d9b3b6ff969c3af10c339ce8cf221574ce0 (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
;; -*- scheme -*-
; object definitions ...

(define-interface Activatable
  (in-module "Gtk")
  (c-name "GtkActivatable")
  (gtype-id "GTK_TYPE_ACTIVATABLE")
)

(define-interface Orientable
  (in-module "Gtk")
  (c-name "GtkOrientable")
  (gtype-id "GTK_TYPE_ORIENTABLE")
)



;; Enumerations and flags ...

(define-enum EntryIconPosition
  (in-module "Gtk")
  (c-name "GtkEntryIconPosition")
  (gtype-id "GTK_TYPE_ENTRY_ICON_POSITION")
  (values
    '("primary" "GTK_ENTRY_ICON_PRIMARY")
    '("secondary" "GTK_ENTRY_ICON_SECONDARY")
  )
)