RE: Need help on Mouse clicks on Tree Item.

2004-12-21 Thread Simith Nambiar
Hi All, Just found an API, gtk_menu_popup (), looks like what i want , will try to use it and find out, whether it works, ! Cheers. Simith -Original Message- From: Simith Nambiar [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 11:26 AM To: '[EMAIL PROTECTED]'

Re: Setting new Home dir

2004-12-21 Thread Marcus von Appen
Hi, on Mon, 20 Dec 2004, Murray Cumming wrote: On Mon, 2004-12-20 at 19:04 +0100, Andreas Hauber wrote: Hi all, im currently playing with the filechooserdialog and saw that when i clicked on the button 'home' the C:\docs and settings\user\ was opened. I would like it better when

Problem with GtkTreeSelection

2004-12-21 Thread Bob Caryl
Greetings everyone, I am new to this list, to Linux, and to Gtk programming. I am a Windows (ptooie!) programmer and I have been tasked with migrating a major piece of software that uses a character graphics user interface to a GUI on Linux. The good news is that the character based version

compile gnome CVS

2004-12-21 Thread Renato Araujo
hello, I have a problem while compiling gnome from cvs, the function g_return_if_fail_warning and g_assert_warning is not implemented in glib. How to solve this problem? ___ gtk-list mailing list gtk-list@gnome.org

Re: simple text editing

2004-12-21 Thread Keith Sharp
On Tue, 2004-12-21 at 08:34 -0800, [EMAIL PROTECTED] wrote: Hello, I'm very new to GTK and Linux programming in general-- I come from a Win32 background. I am very fond of the free software movement and for that reason, among others, have chosen gnome to use as my environment and have

Re: Problem with GtkTreeSelection

2004-12-21 Thread John Cupitt
Hi, On Tue, 21 Dec 2004 10:03:23 -0600, Bob Caryl [EMAIL PROTECTED] wrote: pressing): I cannot programmatically select a row in a GtkTreeView (a simple list box analogy w/o children) using the gtk_tree_selection_select_path function. I do this with: path = gtk_tree_model_get_path(

Re: simple text editing

2004-12-21 Thread Maciej Katafiasz
Dnia 21-12-2004, wto o godzinie 08:34 -0800, [EMAIL PROTECTED] napisa: Hello, I'm very new to GTK and Linux programming in general-- I come from a Win32 background. I am very fond of the free software movement and for that reason, among others, have chosen gnome to use as my environment and

what widget to use?

2004-12-21 Thread Aaron Yang
hi, when I leave the mouse cursor over an icon long enough, a yellow description box appears. Does anyone know which widget do I use for that? regards, aaron __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around

Re: what widget to use?

2004-12-21 Thread Inguva Rajasekhar
when I leave the mouse cursor over an icon long enough, a yellow description box appears. Does anyone know which widget do I use for that? Those are known as tooltips. Visit the below link for more info http://developer.gnome.org/doc/API/2.0/gtk/GtkTooltips.html Regards, Raj

RE: what widget to use?

2004-12-21 Thread Simith Nambiar
Hi Aaron, You can use GtkTooltips ! Here is a small example: http://www.gtk.org/tutorial1.0/gtk_tut-9.html Hope that helps. Cheers. Simith -Original Message- From: Aaron Yang [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 22, 2004 10:51 AM To: [EMAIL PROTECTED];

dereferencing

2004-12-21 Thread Mustafa Sanver
Hi, Any idea how to solve this dereferencing problem? Thank you in advanced. = ERROR GtkNotebookPagegtsrc.c: In function `set_notebook_tab': gtsrc.c:144: error: dereferencing pointer to incomplete type CODE /* This is an internally used function to set notebook tab