Slots manually added to recent-chooser class
authorespen <espen>
Thu, 6 Sep 2007 14:24:54 +0000 (14:24 +0000)
committerespen <espen>
Thu, 6 Sep 2007 14:24:54 +0000 (14:24 +0000)
gtk/gtktypes.lisp

index a3857b5..8b8946b 100644 (file)
@@ -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")
 
      :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)