Re: GTK+- widget packing question

2006-04-26 Thread BobS0327
The posts have been extremely helpful. I now have a good understanding of packing. THANX ALL!!! -- View this message in context: http://www.nabble.com/GTK%2B--widget-packing-question-t1508706.html#a4107268 Sent from the Gtk+ - Apps Dev forum at Nabble.com.

GTK+- widget packing question

2006-04-25 Thread BobS0327
I'm using gtk_vbox_new and gtk_hbox_new to pack widgets on a window. My problem is that the packing is too uniform. Every widget is assigned the same uniform box size. In other words, my first horizontal wdget would be a text box, the next widget would be a listview and the third horizontal

Re: Notification area application

2006-04-06 Thread BobS0327
I'm apologize for not being more specific. I'm trying to acquire the Libegg package which I believe has the sample programs. My installed Fedora 5 has all the Gnome development packages installed. For instance, Gnome-desktop-devel, Gnome-libs and Gnome-libes-devel are installed. I used the

Re: Notification area application

2006-04-05 Thread BobS0327
James, Calum, Thanx for the info. I'm a total Linux newbie and must convert a Windows app to Linux. The Windows app does have a system tray icon. Unfortunately, I'm not familiar on how to download files from the Gnome CVS site. Could you briefly explain how I would accomplish this download?

Notification area application

2006-04-02 Thread BobS0327
I am trying to develop an application that resides in the notification area of Fedora 5 and version 2.14.0 of the Notification area. I have found some sample code on the internet for a base system tray (notification area) application. It compiles without any problem but no icon appears in the