File: gtk-1.1.6.defs

package info (click to toggle)
libgtk-perl 0.7009-12
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,956 kB
  • ctags: 2,260
  • sloc: perl: 13,998; xml: 9,919; ansic: 2,894; makefile: 64; cpp: 45
file content (17 lines) | stat: -rw-r--r-- 413 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

(define-flags GtkSignalRunType
  (first GTK_RUN_FIRST)
  (last GTK_RUN_LAST)
  (both GTK_RUN_BOTH)
  (no-recurse GTK_RUN_NO_RECURSE)
  (action GTK_RUN_ACTION)
  (no-hooks GTK_RUN_NO_HOOKS))

(define-enum GtkPolicyType
  (always GTK_POLICY_ALWAYS)
  (never GTK_POLICY_NEVER)
  (automatic GTK_POLICY_AUTOMATIC))

(define-enum GtkToolbarSpaceStyle
  (empty GTK_TOOLBAR_SPACE_EMPTY)
  (line GTK_TOOLBAR_SPACE_LINE))