List procedure question.

2005-12-21 Thread William D. Tallman
A question, please, from a coding newbie. I'm building a front end for an ephemeris engine, and I've begun with a simple entry window for terrestrial data to obtain a position listing. Some while back I asked for some mentoring on connecting Gtk to C code; I've resolved that issue by planning the

How to select an list item without focus

2005-12-21 Thread rion10 (sent by Nabble.com)
there is a list with several items in my application, when I click a button, I want to select/highlight (with blue background color), I do as following:     gtk_list_select_item(GTK_LIST(MyList), ItemIndex);  //select this item     gtk_list_scroll_vertical(GTK_LIST(MyList),                        

Gdk::Window::add_filter() or gdk_window_add_filter() examples

2005-12-21 Thread Igor Gorbounov
Hi, All! I need any hints about using Gdk::Window::add_filter(GdkFilterFunc function, gpointer data) or gdk_window_add_filter(...), in particular what this filter function looks like and how those gpointer data are made. Igor Gorbounov ___ gtk-list

re: g_module_symbol error

2005-12-21 Thread Andrew Krause
Nevermind. I just forgot to use extern "C" ... I knew it was something stupid. --- Andrew Krause ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

re: g_module_symbol error

2005-12-21 Thread andrew
> Recently I have been working on dynamically loading libraries for my > application > with GModule. I have a source file that contains this function: > > G_MODULE_EXPORT PluginState init (Plugin *p) > { > /* Do something */ > } > > A library is created with libtool with the parameters '-modul

g_module_symbol error

2005-12-21 Thread andrew
Recently I have been working on dynamically loading libraries for my application with GModule. I have a source file that contains this function: G_MODULE_EXPORT PluginState init (Plugin *p) { /* Do something */ } A library is created with libtool with the parameters '-module' and '-avoid-versi

cairo drawing and fonts

2005-12-21 Thread Hans Oesterholt-Dijkema
Hello there, Just wondering. Is there a way use pango font descriptions, etc for cairo contexts to draw text? Thanks in advance for your answers, -- Hans ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Announcing LSB Desktop specifications preview release

2005-12-21 Thread Banginwar, Rajesh
Hello, Today we are announcing the preview release of LSB desktop 3.1 specifications. This is a fairly complete version of LSB desktop specification for wider review. We are targeting the first release candidate for the same in the middle of next month. The complete specification is ava

Re: gtk-config regarding

2005-12-21 Thread Tristan Van Berkom
Yiannis wrote: Hi, On 21 Dec 2005 07:45:37 -, Bala Murugan <[EMAIL PROTECTED]> wrote: Hi gtk users developpers, Iam new to LINUX and I am using suse 10 in my intel based box. I wish to install a molecular dynamics program ghemica (from open source community) I got the following error: ***

Re: gtk-config regarding

2005-12-21 Thread Yiannis
Hi, On 21 Dec 2005 07:45:37 -, Bala Murugan <[EMAIL PROTECTED]> wrote:   Hi gtk users developpers, Iam new to LINUX and I am using suse 10 in my intel based box. I wish to install a molecular dynamics program ghemica (from open source community) I got the following error: *** The gtk-confi

Re: gtk-config regarding

2005-12-21 Thread William D. Tallman
On Wed, Dec 21, 2005 at 07:45:37AM -, Bala Murugan wrote: > checking for GTK - version >= 0.99.7... no > *** The gtk-config script installed by GTK could not be found > *** If GTK was installed in PREFIX, make sure PREFIX/bin is in > *** your path, or set the GTK_CONFIG environment variable t