[pygtk/gtk-3.0: 21/55] Deprecated: Remove GtkInputDialog
- From: John Stowers <jstowers src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygtk/gtk-3.0: 21/55] Deprecated: Remove GtkInputDialog
- Date: Sat, 17 Jul 2010 00:26:10 +0000 (UTC)
commit 3812448489cfd19b1220d652c2c2d84b754f6b91
Author: John Stowers <john stowers gmail com>
Date: Sat Jul 10 20:03:38 2010 +1200
Deprecated: Remove GtkInputDialog
gtk/gtk-base-types.defs | 7 -------
gtk/gtk-base.defs | 31 -------------------------------
2 files changed, 0 insertions(+), 38 deletions(-)
---
diff --git a/gtk/gtk-base-types.defs b/gtk/gtk-base-types.defs
index 03d5f41..3c44d83 100644
--- a/gtk/gtk-base-types.defs
+++ b/gtk/gtk-base-types.defs
@@ -1892,13 +1892,6 @@
(gtype-id "GTK_TYPE_IM_MULTICONTEXT")
)
-(define-object InputDialog
- (in-module "Gtk")
- (parent "GtkDialog")
- (c-name "GtkInputDialog")
- (gtype-id "GTK_TYPE_INPUT_DIALOG")
-)
-
(define-object Invisible
(in-module "Gtk")
(parent "GtkWidget")
diff --git a/gtk/gtk-base.defs b/gtk/gtk-base.defs
index f39778b..88d4c1c 100644
--- a/gtk/gtk-base.defs
+++ b/gtk/gtk-base.defs
@@ -8963,37 +8963,6 @@
)
)
-
-
-;; From /opt/gtk2/include/gtk-2.0/gtk/gtkinputdialog.h
-
-(define-function gtk_input_dialog_get_type
- (c-name "gtk_input_dialog_get_type")
- (return-type "GType")
-)
-
-(define-function gtk_input_dialog_new
- (c-name "gtk_input_dialog_new")
- (is-constructor-of "GtkInputDialog")
- (return-type "GtkWidget*")
-)
-
-(define-virtual enable_device
- (of-object "GtkInputDialog")
- (return-type "none")
- (parameters
- '("GdkDevice*" "device")
- )
-)
-(define-virtual disable_device
- (of-object "GtkInputDialog")
- (return-type "none")
- (parameters
- '("GdkDevice*" "device")
- )
-)
-
-
;; From /opt/gtk2/include/gtk-2.0/gtk/gtkinvisible.h
(define-function gtk_invisible_get_type
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]