Home
last modified time | relevance | path

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

/dports/graphics/nip2/nip2-8.7.1/src/
H A Doptionview.c233 static GtkType optionview_type = 0; in optionview_get_type() local
235 if( !optionview_type ) { in optionview_get_type()
247 optionview_type = gtk_type_unique( TYPE_GRAPHICVIEW, &sinfo ); in optionview_get_type()
250 return( optionview_type ); in optionview_get_type()