From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Pirotte To: Ariel Rios Cc: guile-gtk , "guile-user@gnu.org" Subject: Re: gtk: toolbar space style Date: Wed, 04 Apr 2001 12:40:00 -0000 Message-id: <3ACB86F3.290F83E4@altosw.be> References: <3ACAED51.1231F0DB@altosw.be> <986400337.1886.1.camel@soleil> X-SW-Source: 2001-q2/msg00001.html Ariel Rios wrote: > > (define-enum GtkToolBarSpaceStyle > (empty GTK_TOOLBAR_SPACE_EMPTY) > (line GTK_TOOLBAR_SPACE_LINE)) > Thanks Ariel, but don't you also need to add: (define-func gtk_toolbar_set_space_style none ((GtkToolbar toolbar) (GtkToolBarSpaceStyle style)) ) or something like that: it's not in my gtk-1.2.defs file (I am using guile-gtk-0.19) can I just add these lines (including yours of course) and just recompile? if not, where is the cvs site for guile-gtk ? thanks again David