Re: Problems with gtklist
- From: Darin Adler <darin bentspoon com>
- To: ruben mrbrklyn com
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Problems with gtklist
- Date: Thu, 24 May 2001 18:54:18 -0700
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]