Home
last modified time | relevance | path

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

/dports/astro/nightfall/nightfall-1.92/
H A DLightGLPrefs.c508 GtkWidget *glTypHBox; /* Horizontal box for textyp options */ in GLPrefs() local
777 glTypHBox = gtk_hbox_new (TRUE, 0); in GLPrefs()
778 gtk_table_attach (GTK_TABLE(glTxtTable), glTypHBox, 0, 2, 4, 5, in GLPrefs()
780 gtk_widget_show (glTypHBox); in GLPrefs()
792 gtk_box_pack_start (GTK_BOX (glTypHBox), ButtonIMAGE, FALSE, FALSE, 0); in GLPrefs()
807 gtk_box_pack_start (GTK_BOX (glTypHBox), ButtonFLUX, FALSE, FALSE, 0); in GLPrefs()
822 gtk_box_pack_start (GTK_BOX (glTypHBox), ButtonTEMP, FALSE, FALSE, 0); in GLPrefs()
837 gtk_box_pack_start (GTK_BOX (glTypHBox), ButtonGRAV, FALSE, FALSE, 0); in GLPrefs()
852 gtk_box_pack_start (GTK_BOX (glTypHBox), ButtonVELOCITY, FALSE, FALSE, 0); in GLPrefs()