mit-scheme-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MIT-Scheme-devel] GTk+ in MIT-Scheme?


From: Matt Birkholz
Subject: Re: [MIT-Scheme-devel] GTk+ in MIT-Scheme?
Date: Fri, 9 Jul 2010 10:08:57 -0700

> From: Joe Marshall <address@hidden>
> Date: Tue, 1 Jun 2010 09:11:32 -0700
> 
> [...]
> 
> For your penance, please write 5 lambda expressions and make 10 recursive
> calls.

I'm sorry; I don't quite follow.  Are you asking for vararg support? :-)

Perhaps the git tag 20100708-Gtk in 

        git://birkholz.chandler.az.us/~matt/mit-scheme/

will suffice.  In lieu of release notes, I will append the interesting
lines added to gtk.pkg since the 20090522 release.

> Ego te absolvo ab omni vinculo excommunicationis (suspensionis) et
> interdicti in quantum possum et tu indiges.  Deinde, ego te absolvo a
> peccatis tuis. Amen.

Amen.  Gratias, Frater.  If tu quantum possum can shed some light on
mi peccatis, I will always be grateful.

Added to gtk.pkg since 20090522-Gtk:

        gtk-widget-grab-focus
        gtk-widget-error-bell
        gtk-widget-queue-draw
        gtk-widget-get-pango-context
        gtk-widget-create-pango-layout
        gtk-widget-set-size-request

        gtk-widget-font set-gtk-widget-font!
        gtk-widget-fg-color gtk-widget-bg-color
        gtk-widget-text-color gtk-widget-base-color
        set-gtk-widget-fg-color! set-gtk-widget-bg-color!
        set-gtk-widget-text-color! set-gtk-widget-base-color!
        gtk-widget-parse-color

        gtk-window-get-default-size
        gtk-window-parse-geometry
        gtk-window-resize
        gtk-window-present
        set-gtk-window-delete-event-callback!
        set-gtk-button-clicked-callback!
        gtk-scrolled-window-set-policy gtk-scrolled-window-set-placement

        scm-layout-scroll-step set-scm-layout-scroll-step!

        set-scm-layout-map-handler!
        set-scm-layout-unmap-handler!
        set-scm-layout-focus-change-handler!
        set-scm-layout-visibility-notify-handler!
        set-scm-layout-key-press-handler!
        set-scm-layout-motion-handler!
        set-scm-layout-button-release-handler!

        drawn-item-remove!

        <pango-layout>
        pango-layout-get-context
        pango-layout-get-font-description
        pango-layout-set-text
        pango-layout-get-pixel-extents
        pango-layout-index-to-pos
        pango-font-description-from-string
        pango-font-description-to-string
        pango-font-description-free
        pango-context-get-font-description
        pango-context-set-font-description
        pango-context-get-metrics
        pango-context-spacing
        pango-font-metrics-get-ascent
        pango-font-metrics-get-descent
        pango-font-metrics-get-approximate-char-width
        pango-font-metrics-unref

        gdk-key-state->char-bits
        gdk-keyval->name

... -.-. .... . -- .
.-- .. -. ...
.-.-.-



reply via email to

[Prev in Thread] Current Thread [Next in Thread]