Hi Julian!

Ah ,glade was the name I was looking for! Ok then I continue to
hand-edit it.

And I will try to use glib then. What I specifically wanted was GSList
in this case. But also some of the other g_* seemed fitting.

I am trying to get gerbv to read zipped archives. I found some code from
a zlib application example called miniunzip. I took some of the files
and put it into a subdirectory called unzip in gerbv. I managed to get
compilation environment of gerbv to compile and use them. The filenames
was kind of generic, so I figured I could put them in a separate
directory it would be great. I was not sure if I could do like that
(from automagic point of view) , but it seems like it. Maybe we should
do the same with the TinyScheme files? They have kind of generic names
too, which can be confusing at times.

But as usual I start from the wrong end, the UI end. ;) Nah it was the
simplest way to test if I could get the unzip c-files into the gerbv
build environment and start unzipping.

This is an experiment, so if it doesn't work out I can go back and deny
everything. ;)

Thanks for the info,
/Stefan

Julian wrote:
> Stefan,
>     I originally generated the files with Glade, however they have been
> hand-edited ever since then.  So please feel free to hand edit any changes.
>     And yes, definitely use glib as much as possible.  The glib
> functions are much more compact and powerful than the usual libc ones. 
> And libgerbv actually requires GTK+, since the rendering libraries are
> in it.  So glib is required anyways.
>     Out of curiosity, what things were you thinking of working on?
> 
> Cheers--
> 
> On Wed, 2009-08-12 at 23:36 +0200, Stefan Petersen wrote:
>> Hello!
>>
>> This is shameful but I haven't made any contributions to gerbv in years
>> and just started to look around. It's so new and shiny...;)
>>
>> Anyhow, for the user interface there are now two files, interface and
>> callbacks. They seem to come from a tool (can't remember the name from
>> the top of my head). Are they? And should I use this tool to make
>> changes in the UI ie is there a specification file from this tool stored
>> somewhere?
>>
>> I also assume it is safe to use glib functions in libgerbv since there
>> is a lot of g_malloc and g_free there?
>>
>> Best regards,
>> /Stefan
>>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gerbv-devel mailing list
Gerbv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gerbv-devel

Reply via email to