X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/7d2f9e31f958431da7dc2ab4ce7091747ad96510..d71326a2a619ac213d90dcc522a1354e37ce8e30:/gtk/gtktypes.lisp diff --git a/gtk/gtktypes.lisp b/gtk/gtktypes.lisp index 64caa0c..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.55 2007-07-05 11:34:27 espen Exp $ +;; $Id: gtktypes.lisp,v 1.57 2007-09-06 14:24:54 espen Exp $ (in-package "GTK") @@ -878,8 +878,8 @@ :type selection-mode) (tree-view :allocation :virtual - :getter "gtk_tree_selection_get_mode" - :reader tree-selection-mode + :getter "gtk_tree_selection_get_tree_view" + :reader tree-selection-tree-view :type tree-view))) ("GtkComboBox" @@ -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)