file system

2005-04-20 Thread srinivas
hi; i want to know the function to read the Linux file hierarchy, so that i can able to display the file hierarchy in tree-view, also how to add a check box to the treeview. thanks; vas. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.or

printing HtmlView (from libgtkhtml)

2005-04-20 Thread Hubert Sokolowski
Hi! How to easily print the content of HtmlView created with html_view_new () ? Or some way to save it to a postscript file? regards hs ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-deve

Re: file system

2005-04-20 Thread Bill Medland
On April 20, 2005 03:53 am, srinivas wrote: > hi; > > i want to know the function to read the Linux file hierarchy, > so that i can able to display the file hierarchy in tree-view, > also how to add a check box to the treeview. I presume something like the GtkFileChooserWidget or GtkFileChooserD

Re: printing HtmlView (from libgtkhtml)

2005-04-20 Thread Peter Bloomfield
On 04/20/2005 08:18:55 AM, Hubert Sokolowski wrote: Hi! How to easily print the content of HtmlView created with html_view_new () ? Or some way to save it to a postscript file? The HtmlView api (libgtkhtml/view/htmlview.h) is quite sparse--nothing about printing, saving, or otherwise exporting

Re: Something like console widget

2005-04-20 Thread Pavel Syomin
Eduardo M KALINOWSKI wrote: Pavel Syomin wrote: Hi, I am going to write GTK+ application, that will use something like console window as one of possible ways to interact with users. I looked on libvte, but it's require to have another application to run, but I need something looked as console wi

about keys on gtksheet

2005-04-20 Thread Giovanni Manenti
Hi, I'm using GtkSheet from GtkExtra. How can I use the TAB, PAGE UP, PAGE DOWN keys without them are used by the sheet? Giovanni ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

How do I force a window to stay on the top (or bottom)

2005-04-20 Thread Irwin Michael G DLVA
Hello. I have an application in which there is a window taking up the majority of the screen, which the user will not be allowed to move. This window calls other smaller windows (dialog and selection boxes, stuff like that). I need to make sure that these children windows always remain on top of

Re: How do I force a window to stay on the top (or bottom)

2005-04-20 Thread Hubert Sokołowski
Hi! On Thu, 14 Apr 2005 15:01:07 -0400 Irwin Michael G DLVA <[EMAIL PROTECTED]> wrote: > Hello. I have an application in which there is a window taking up the > majority of the screen, which the user will not be allowed to move. > This > window calls other smaller windows (dialog and selection

Widget choice help needed

2005-04-20 Thread Björn Persson
Hello! I'm implementing an application for displaying financial market information and I would like to ask you for tips regarding the choice of widget for displaying market data (prices, best bid/ask, volumes, turnover etc). My requirements for this will something like this: A large table-like

Pango dependencies

2005-04-20 Thread Gowri Sharmi Kandasamy
Is Xft a required package for running Pango. I am currently building in HP-UX Unix on an XWindows system? When I built GTK2.6 , I get the following error message. " Xft Pango backend is required for x11 target " The Pango that I built doesnot incluse Xft library.

Window buttons

2005-04-20 Thread Daniel Ferreira Monteiro Alves
What signal is send after click in the close button of a window? It's because I want to check if the user really wants to close the window, if not I want to cancel this action. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail

Re: Window buttons

2005-04-20 Thread Daniel K. O.
Daniel Ferreira Monteiro Alves wrote: What signal is send after click in the close button of a window? It's because I want to check if the user really wants to close the window, if not I want to cancel this action. "delete-event". If you let the signal propagate, it'll then generate a "destroy".

Re: Window buttons

2005-04-20 Thread Paolo Costabel
delete_event g_signal_connect ((gpointer) MainWindow, "delete_event", G_CALLBACK (on_MainWindow_delete_event), NULL); Daniel Ferreira Monteiro Alves wrote: What signal is send after click in the close button of a window? It's because I want to check if the user r

Re: Window buttons - OK

2005-04-20 Thread Daniel Ferreira Monteiro Alves
Thanks to all ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Signal propagate

2005-04-20 Thread Daniel Ferreira Monteiro Alves
How can I propagate a signal from a widget directly to other?? I am using glade! Daniel Alves ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Pango Dependencies

2005-04-20 Thread Gowri Sharmi Kandasamy
Is Xft a required package for running Pango. I am currently building in HP-UX Unix on an XWindows system? When I built GTK2.6 , I get the following error message. " Xft Pango backend is required for x11 target " The Pango that I built doesnot incluse Xft library. Thanks, Gowri ___

Re: problems to make the datas appear in a TREE ...

2005-04-20 Thread Santhosh
Hi, Sorry for the late reply. I haven't checked my mails... > Now , I did what you say (populate the thee in the same level), and > every thing is working fine, except when I click in a element showed > -> I get a SEGFAULT !! This is very abstract. Why don't you consider posting the code? Regard

Re: Pango dependencies

2005-04-20 Thread Santhosh
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 & freetype (or fontconfig I am not sure) support. I believe that atleast one of the backends is required. Check whether xft is installed in your system or no

gtkhtml3 api reference

2005-04-20 Thread Hubert Sokolowski
Hi! I cannot find on the web the api reference for gtkhtml3. can you point me to it? thanks in advance hs ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list