Re: Problems with gtklist



Gee 

Am I that rusty.

That doesn't declare 12 entries 0-11

Ruben


On 2001.05.24 21:54:18 -0400 Darin Adler wrote:
On Thursday, May 24, 2001, at 06:48  PM, Brooklyn Linux Solutions wrote:

GtkWidget *listitem[11];

      listitem[0] = gtk_list_item_new_with_label("January");
      listitem[11] = gtk_list_item_new_with_label("December");

There are twelve list items in your array, but you declared an array with 
only 11 elements.

     -- Darin


-- 
Brooklyn Linux Solutions
http://www.mrbrklyn.com
http://www.brooklynonline.com

1-718-382-5752




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]