[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gtk: toolbar space style
From: |
David Pirotte |
Subject: |
Re: gtk: toolbar space style |
Date: |
Wed, 04 Apr 2001 22:41:23 +0200 |
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
Re: gtk: toolbar space style, David Pirotte, 2001/04/04