From b4232e751f9d4cfc528cc8aa2b44c02bf074bc1b Mon Sep 17 00:00:00 2001 From: espen Date: Thu, 6 Sep 2007 14:24:54 +0000 Subject: [PATCH] Slots manually added to recent-chooser class --- gtk/gtktypes.lisp | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/gtk/gtktypes.lisp b/gtk/gtktypes.lisp index a3857b5..8b8946b 100644 --- a/gtk/gtktypes.lisp +++ b/gtk/gtktypes.lisp @@ -20,7 +20,7 @@ ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -;; $Id: gtktypes.lisp,v 1.56 2007-07-09 12:50:21 espen Exp $ +;; $Id: gtktypes.lisp,v 1.57 2007-09-06 14:24:54 espen Exp $ (in-package "GTK") @@ -1087,6 +1087,20 @@ :reader assistant-current-page :type int))) + #?(pkg-exists-p "gtk+-2.0" :atleast-version "2.10.0") + ("GtkRecentChooser" + :slots + ((current-item + :allocation :virtual + :getter "gtk_recent_chooser_get_current_item" + :reader recent-chooser-current-item + :type recent-info) + (current-uri + :allocation :virtual + :getter "gtk_recent_chooser_get_current_uri" + :setter %recent-chooser-set-current-uri + :accessor recent-chooser-current-uri + :type string))) ;; Not needed ("GtkFundamentalType" :ignore t) -- 2.11.0