File: gtkseparator.stub

package info (click to toggle)
gauche-gtk 0.4.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,520 kB
  • ctags: 3,230
  • sloc: ansic: 6,655; lisp: 4,159; sh: 2,707; makefile: 344
file content (19 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
;; Automatically generated - DO NOT EDIT

(include "gtk-lib.types")
"#include \"gauche-gtk.h\""

;;  struct GtkSeparator

(define-cclass <gtk-separator> :base
  "ScmGObject*" "Scm_GtkSeparatorClass"
  ("Scm_GtkWidgetClass" "Scm_GtkObjectClass" "Scm_GObjectClass")
  (
   )
(allocator (c "Scm_GtkObjectAllocate"))
  )

(initcode "Scm_GtkRegisterClass(GTK_TYPE_SEPARATOR, SCM_CLASS_GTK_SEPARATOR);
")

;; gtk_separator_get_type