Home
last modified time | relevance | path

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

/dports/astro/nightfall/nightfall-1.92/
H A DLightGLPrefs.c46 *ButtonTEMP, *ButtonVELOCITY; variable
843 ButtonVELOCITY = gtk_radio_button_new_with_label (group, _("Velocity") ); in GLPrefs()
845 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (ButtonVELOCITY), TRUE); in GLPrefs()
846 gtk_tooltips_set_tip (tooltips, ButtonVELOCITY, in GLPrefs()
849 gtk_signal_connect (GTK_OBJECT (ButtonVELOCITY), "clicked", in GLPrefs()
852 gtk_box_pack_start (GTK_BOX (glTypHBox), ButtonVELOCITY, FALSE, FALSE, 0); in GLPrefs()
853 gtk_widget_show (ButtonVELOCITY); in GLPrefs()
855 group = gtk_radio_button_group (GTK_RADIO_BUTTON (ButtonVELOCITY)); in GLPrefs()