Home
last modified time | relevance | path

Searched refs:iimageview_type (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/nip2/nip2-8.7.1/src/
H A Diimageview.c398 static GtkType iimageview_type = 0; in iimageview_get_type() local
400 if( !iimageview_type ) { in iimageview_get_type()
412 iimageview_type = gtk_type_unique( TYPE_GRAPHICVIEW, &info ); in iimageview_get_type()
415 return( iimageview_type ); in iimageview_get_type()