This is the mail archive of the guile-gtk@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gtk: toolbar space style


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]