Re: Problems with gtklist
- From: Brooklyn Linux Solutions <ruben mrbrklyn com>
- To: Darin Adler <darin bentspoon com>
- Cc: ruben mrbrklyn com, gtk-app-devel-list gnome org
- Subject: Re: Problems with gtklist
- Date: Thu, 24 May 2001 22:00:23 -0400
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]