RE: Window size and position

2005-04-22 Thread Juergen Dankoweit
Good morning, Am Freitag, den 22.04.2005, 11:39 -0400 schrieb Freddie Unpenstein: > > I'm currently coding a small application. I want the main window to > > remember its size and position every time it is started. > > I believe that's the job of the window manager... > That's why you can set a c

Re: Pango dependencies

2005-04-22 Thread Gowri Sharmi Kandasamy
Thanks. That solved my problem. You need fontconfig , freetype & Xft to build pango. Gowri On 4/20/05, Santhosh <[EMAIL PROTECTED]> wrote: > Hi, > I have also got similar kind of problems when I installed Gtk-2.6. To > overcome this problem I have again rebuilt the pango to include xft & > freet

Splash Screen

2005-04-22 Thread Daniel Ferreira Monteiro Alves
How can I create a splash screen and and swap it with the Main Window ? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

SVGTerm - networked SVG

2005-04-22 Thread Liam Breck
Hello, I thought this might be of interest to GTK developers: We're working on some extensions to SVG to enable continuous remote content manipulation. Think X Windows without the windows. We're developing an app framework (for flash-drive-based apps) that supports multiple clients viewing the sa

Re: gtkhtml3 api reference

2005-04-22 Thread Antonio Gomes
check if this site can help you Best regards On 4/21/05, Hubert Sokolowski <[EMAIL PROTECTED]> wrote: > > Hi! > > I cannot find on the web the api reference for gtkhtml3. can you point me > to it? -- Antonio Gomes E-mail: [EMAIL PROTECTED] Embed

RE: Window size and position

2005-04-22 Thread Freddie Unpenstein
> I'm currently coding a small application. I want the main window to > remember its size and position every time it is started. I believe that's the job of the window manager... That's why you can set a couple different names for your window. Fredderic

Re: is GBoxed the way to wrap things like GList, GHashMap, ... [resend]

2005-04-22 Thread Owen Taylor
On Fri, 2005-04-22 at 08:37 +0200, Stefan Kost wrote: > hi, > > Several of my GObjects provide thgs like GList or GHashmap as readable > properties. Unfortunately these properties are just gpointers. > For the file-serialisation it would be nice to know whats behind the pointer. > Is > GBoxed t

Re: gdk_window_foreign_new returns NULL

2005-04-22 Thread Owen Taylor
On Fri, 2005-04-22 at 01:19 +0200, jacktm wrote: > // Open the display > Display *dpy = XOpenDisplay(NIL); > assert(dpy); > > // Get some colors > int blackColor = BlackPixel(dpy, DefaultScreen(dpy)); > int whiteColor = WhitePixel(dpy, DefaultScreen(dpy)); >

GnomePrinting

2005-04-22 Thread [ A b h i s h e k ]
Hi all I got some code from the internet which has code regarding GnomePrintJob, GnomePrintConfigure etc When i type make it gives me an error saying undefined reference to all my printing functions. I am using gtk2 and type make at the src prompt. I have included the header files in my callbac

Re: GtkTreeViewColumn get column id

2005-04-22 Thread Hubert Sokolowski
so the proper question would be: how to get the list of columns ids of a treemodel that are rendered by a treeview? but now I know that's impossible in current framework :(. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail

Re: GtkTreeViewColumn get column id

2005-04-22 Thread Hubert Sokolowski
I will try to explain it better > I added a column to a treeview with > renderer = gtk_cell_renderer_text_new (); > column = gtk_tree_view_column_new_with_attributes (col_title, >renderer, >