[Gtk-sharp-list] Using GTK# on MS Windows and Linux. Questions from a Mono newbie.

Clark Endrizzi cendrizzi at gmail.com
Thu Mar 2 12:29:06 EST 2006


I can help on some questions (I won't attempt the others):

"How do you use Glade to design GTK# applications?"
You install the glade designer and then in monodevelop you add that as a
resource.  For me I read oreilly's book, I think it was called Mono:
developers handbook.


"Is the Glade XML file simply parsed and the approporiate source code
created?"
As I understand, yes

"Can this be done with Visual Basic .NET on Mono, or is GUI design with
Glade only supported for C#?"
I've never used anything but C#

"How does GTK# work, and how is it related to GTK+?"
GTK# is simply C# binding made for GTK+, which is written in C

"Who would I talk to about helping with the documentation, and how
would I get started in this effort?"
Miguel Icasa most likely, he can give you access to the wiki and stuff.  The
documentation is in need of help (at least for new people) but the class
defenitions in monodoc is pretty far along.  I myself I been planning on
helping but haven't yet.

There is a new forum called www.gnomedev.com.  It's still pretty small but
you could certainly ask questions and contribute to it.

Thanks,
Clark

On 3/2/06, Redefined Horizons <redefined.horizons at gmail.com> wrote:
>
> I am currently in the planning stages of an application that I was
> orignally going to write in SharpDevelop for Microsoft Windows.
> However, I have recently begun to use Linux as an operating system,
> and I would like to also support my application on Linux via Mono. So
> I had some newbie questions about GTK#. I appreciate your patience
> with my efforts to learn about this technology. :]
>
> Here are my questions:
>
> How do you use Glade to design GTK# applications?
>
> Is the Glade XML file simply parsed and the approporiate source code
> created?
>
> If this is true, what utility performs this function?
>
> Can this be done with Visual Basic .NET on Mono, or is GUI design with
> Glade only supported for C#?
>
> How does GTK# work, and how is it related to GTK+?
>
> Does the Mono virtual machine actually make calls to the GTK runtime
> at a binary level?
>
> Is the code in C#, or other languages supported by Mono converted to
> binary code that would match compiled C code that perform the same API
> calls to GTK+?
>
> Where can I learn more about how this all works so I can help with the
> development efforts?
>
> Who would I talk to about helping with the documentation, and how
> would I get started in this effort?
>
> Thanks,
>
> Scott Huey
> _______________________________________________
> Gtk-sharp-list maillist  -  Gtk-sharp-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
>



--
Clark Endrizzi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/gtk-sharp-list/attachments/20060302/6b5dc80c/attachment.html


More information about the Gtk-sharp-list mailing list