How to use icon_view in older version of gtk



Hi all,

I have one problem :  I saw an application in Gtk+-2.10.6 (icon-view in
gtk-demo ),
and i need to compile it using lower version of gtk (gtk+2.2.0).
I tried compiling it but i am getting errors like :

------------------------------------------------------------------------------------------
-- iconview.c: In function `main':
iconview.c:323: warning: assignment makes pointer from integer without a
cast
/tmp/ccuYVl91.o(.text+0x7db): In function `main':
: undefined reference to `gtk_icon_view_new_with_model'
/tmp/ccuYVl91.o(.text+0x7ee): In function `main':
: undefined reference to `GTK_ICON_VIEW'
/tmp/ccuYVl91.o(.text+0x7f7): In function `main':
: undefined reference to `gtk_icon_view_set_selection_mode'
/tmp/ccuYVl91.o(.text+0x856): In function `main':
: undefined reference to `GTK_ICON_VIEW'
/tmp/ccuYVl91.o(.text+0x85f): In function `main':
: undefined reference to `gtk_icon_view_set_text_column'
/tmp/ccuYVl91.o(.text+0x86f): In function `main':
: undefined reference to `GTK_ICON_VIEW'
/tmp/ccuYVl91.o(.text+0x878): In function `main':
: undefined reference to `gtk_icon_view_set_pixbuf_column'
collect2: ld returned 1 exit status
-------------------------------------------------------------------------------------------

Is there any possibility to make use of the library(2.10.6)  files
which will actually give specific the specific functionality
(ex : gtk_icon_view_set_pixbuf_column')




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