File: gtkimmulticontext.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 (27 lines) | stat: -rw-r--r-- 848 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
20
21
22
23
24
25
26
27
;; Automatically generated - DO NOT EDIT

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

;;  struct GtkIMMulticontext

(define-cclass <gtk-im-multicontext> :base
  "ScmGObject*" "Scm_GtkIMMulticontextClass"
  ("Scm_GtkIMContextClass" "Scm_GObjectClass")
  (
   (slave :type <gtk-im-context>)
   ;; client-window :type <gdk-drawable>
   )
(allocator (c "Scm_GtkObjectAllocate"))
  )

(initcode "Scm_GtkRegisterClass(GTK_TYPE_IM_MULTICONTEXT, SCM_CLASS_GTK_IM_MULTICONTEXT);
")

;; gtk_im_multicontext_get_type
;; gtk_im_multicontext_new
(define-cproc gtk-im-multicontext-new () (return <gtk-im-context> "gtk_im_multicontext_new"))

;; gtk_im_multicontext_append_menuitems
(define-cproc gtk-im-multicontext-append-menuitems (context::<gtk-im-multicontext> menushell::<gtk-menu-shell>) (return <void> "gtk_im_multicontext_append_menuitems"))