diff options
Diffstat (limited to 'x11-toolkits/rep-gtk2/files/patch-gnomeui.defs')
-rw-r--r-- | x11-toolkits/rep-gtk2/files/patch-gnomeui.defs | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/x11-toolkits/rep-gtk2/files/patch-gnomeui.defs b/x11-toolkits/rep-gtk2/files/patch-gnomeui.defs new file mode 100644 index 000000000000..6d963c35e226 --- /dev/null +++ b/x11-toolkits/rep-gtk2/files/patch-gnomeui.defs @@ -0,0 +1,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 |