blob: 6d963c35e2269450677579d9ac549e9ad665b449 (
plain) (
blame)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
--- gnomeui.defs.orig Thu Mar 18 15:03:51 2004
+++ gnomeui.defs Thu Mar 18 15:04:41 2004
@@ -228,42 +228,6 @@
(protection *result*))
-;; gnome-geometry
-
-(define-func gnome_parse_geometry
- bool
- ((string geom)
- ((ret int) xpos)
- ((ret int) ypos)
- ((ret int) width)
- ((ret int) height)))
-
-(define-func gnome_geometry_string
- string
- ((GdkWindow window)))
-
-
-;; gtkcauldron
-
-;; [the interface isn't suited to lisp anyway..]
-
-
-;; GnomeAbout
-
-(define-object GnomeAbout (GtkDialog))
-
-(define-func gnome_about_new
- GtkWidget
- ((string name)
- (string version)
- (string copyright)
- (string comments)
- ((tvec string) authors)
- ((tvec string) documentors)
- (string translator_credits)
- (GdkPixbuf logo (null-ok))))
-
-
;; GnomeApp
(define-object GnomeApp (GtkWindow))
@@ -327,11 +291,6 @@
none
((GnomeAppBar appbar)))
-(define-func gnome_appbar_set_progress
- none
- ((GnomeAppBar appbar)
- (float percentage)))
-
(define-func gnome_appbar_get_progress
GtkProgress
((GnomeAppBar appbar)))
@@ -675,14 +634,6 @@
((GnomeEntry ge)
(int save)
(string text)))
-
-(define-func gnome_entry_load_history
- none
- ((GnomeEntry ge)))
-
-(define-func gnome_entry_save_history
- none
- ((GnomeEntry ge)))
;; GnomeFileEntry
|