From: John Margaglione (john@margaglione.com)
Date: Wed Jul 25 2001 - 23:03:13 EDT
> 1) Will Glade allow xy positioning instead of using boxes? Maybe in
the
> future?
You can use the GtkFixed layout manager for absolute positioning. But,
I have to give the standard disclaimer here: don't do it. Using a
layout manager (not GtkFixed) handles resizing for you, and also makes
for a more pleasant application for your users. How many apps under
Windows have non-resizable dialogs? Far too many. Why? Because Windows
doesn't come with built-in layout managers. Java and Gtk do. Heck, you
might even like them after a while.
> 2) When I create an app. /w glade and compile it, it looks different
than the way it looked in Glade.
Could you give more info on this? What particular widgets?
> 3) Can I tell glade to put most or all of the code into a single .C
file?
Geez, most of us don't like how much stuff is jammed into the files as
it is. The smallest number of files is 4 .c files + 3 .h files. I would
tend to consider that a lower limit :)
Happy hunting,
John Margaglione
john@margaglione.com
_______________________________________________
Glade-devel maillist - Glade-devel@ximian.com
http://lists.ximian.com/mailman/listinfo/glade-devel
This archive was generated by hypermail 2b29 : Thu Jul 26 2001 - 00:53:53 EDT