Re: [gtk-list] A simpler guile-gtk interface
- From: Kenneth Albanowski <kjahds kjahds com>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] A simpler guile-gtk interface
- Date: Sun, 7 Jun 1998 01:52:48 -0400 (EDT)
On Sun, 7 Jun 1998, Jeff Dike wrote:
> I have started writing a new guile-gtk interface over the existing one.  The 
> goal is to simplify the code and make it more transparent.
> 
> As an example, the new code to create a top-level window with a label in it is 
> as follows:
>   (gtk-widget-show
>    (gtk-top-level
>     ((title "Top-level title"))
>     (gtk-label "here is a label")))
> 
> Attributes of widgets are specified in a property-list-like way.
> Child widgets are automatically inserted into parents and realized.
How are you going to deal with pack_start/top vs. add? 
-- 
Kenneth Albanowski (kjahds@kjahds.com, CIS: 70705,126)
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]