Home
last modified time | relevance | path

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

/dports/x11-fm/catseye-fm/catseye-fm-4.2.0.0/
H A DpropertyPage.c323 struct _propPage_InfoEntities InfoEntities; member
592 …gtk_notebook_append_page ((GtkNotebook *)mainEntities->Main_Notebook, mainStruct->InfoEntities.Inf… in propPage_createPropPageWidgets()
610 mainStruct->InfoEntities.Info_MainVBox = gtk_vbox_new(FALSE, 0); in propPage_createInfoMainWidgets()
611 mainStruct->InfoEntities.Info_Label = gtk_label_new( INFOTEXT ); in propPage_createInfoMainWidgets()
612 mainStruct->InfoEntities.Info_ScrollWindow = gtk_scrolled_window_new (NULL,NULL); in propPage_createInfoMainWidgets()
614 gtk_label_set_selectable ( (GtkLabel *)mainStruct->InfoEntities.Info_Label, TRUE); in propPage_createInfoMainWidgets()
616 …gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(mainStruct->InfoEntities.Info_ScrollWindow),GTK… in propPage_createInfoMainWidgets()
617 …with_viewport((GtkScrolledWindow *)(mainStruct->InfoEntities.Info_ScrollWindow),mainStruct->InfoEn… in propPage_createInfoMainWidgets()
619 …gtk_container_add(GTK_CONTAINER(mainStruct->InfoEntities.Info_MainVBox), mainStruct->InfoEntities.… in propPage_createInfoMainWidgets()