RE: 3000 toggle buttons in a table?

2006-04-05 Thread Sailaxmi korada
Hi, I was trying to fulfill my requirement of 3000 toggle buttons, with list store...that was just fantasticBut I'm held up with another requirement...it is like this... The 16 toggle buttons in a row represent a hex value(they are binary representations). So whenever I toggle the checkbox, t

Re: Notification area application

2006-04-05 Thread Olaf Leidinger
Hello! > 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? > Have a look at http://developer.gnome.org/tools/cvs.html In your case, open a terminal and write the following: export CVSROOT=:pser

gtk_button_set_label ERROR

2006-04-05 Thread 3saul
Hi all, Whenever I call gtk_button_set_label I get the following error and the function does not succeed. GTK-CRITICAL **: gtk_button_set_label: assertion 'GTK_IS_BUTTON (button) failed. Is there a common reason for this error? I get no errors or warnings when compiling. -- View this message in

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?

Re: Widget Type Checking

2006-04-05 Thread David Necas (Yeti)
On Wed, Apr 05, 2006 at 02:02:02PM -0700, Leon Ross wrote: > > I have a vbox that contains x number of hboxs. Each hbox contains 2 items, a > label and either a GTK_COMBO or a GTK_ENTRY. GtkCombo is deprecated (and superseded by GtkComboBox). Moreover, your layout seems to call for a GtkTable. >

Widget Type Checking

2006-04-05 Thread Leon Ross
I hope this is how you ask questions about GTK++ application development. Im new to this realm. I also subscribed to the list. My question is: I have a vbox that contains x number of hboxs. Each hbox contains 2 items, a label and either a GTK_COMBO or a GTK_ENTRY. I need to gather all of these "

Re: Date and ComboBox

2006-04-05 Thread Andrea Zagli
Il giorno mer, 05/04/2006 alle 08.48 +0200, Geoffroy Culot ha scritto: > I'm a beginner in GTK programming, and I'm looking for a date piker ... > a date selector witch use a combo box and a calendar object. > > I see that this widget exist (GnuCash ?) but I'm not able to find it now > ... Do yo

CList repaints

2006-04-05 Thread Fraser Sinclair
Is there a way to stop gtk from repainting the entire listbox when selecting a single row? It produces quite a visual chatter on some boxes. I use freeze/thaw but by the time I process the signal (or maybe its after) the damage is done. Fraser ___

Re: Notification area application

2006-04-05 Thread Calum Benson
On 4 Apr 2006, at 20:29, James Scott Jr wrote: 2. Some guidance on how/when to use a notification area versus a gnome-panel-applet. http://developer.gnome.org/projects/gup/hig/2.0/desktop- notification-area.html I'd take this guidance with a pinch of salt, FWIW... it's a draft at best, and

Re: Fundamentals of GTK

2006-04-05 Thread Iago Rubio
On Tue, 2006-04-04 at 20:45 -0700, 3saul wrote: > Thanks for the information...that was very helpful. So in terms of how the > main function works in a GTK app is it like this: > > > int main( int argc, char *argv[] ) - start here and work down to... > gtk_main (); - check to see if anything need