GtkIconView
- From: "sunzysjzri" <sunzysjzri gmail com>
- To: "gtk-app-devel-list gnome org" <gtk-app-devel-list gnome org>
- Subject: GtkIconView
- Date: Thu, 7 Dec 2006 13:35:45 +0800
hi, why gtk_icon_view_set_row_spacing and gtk_icon_view_set_column_spacing are disable of my application.
there is not any change before and after i use these two APIs.
GtkIconView *icon_view = gtk_icon_view_new ();
gtk_icon_view_set_columns (icon_view, 3);
gtk_icon_view_set_margin (icon_view, 10);
gtk_icon_view_set_row_spacing (icon_view, 30); //disable
gtk_icon_view_set_column_spacing (icon_view, 30); //disable
gtk_widget_show (icon_view);
many thanks
sun zhiyong
2006-12-07
sunzyjszri gmail com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]