Home
last modified time | relevance | path

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

/dports/astro/nightfall/nightfall-1.92/
H A DLightGLPrefs.c42 GtkWidget *ButtonTexture, *ButtonLabels, *ButtonAxes; variable
664 ButtonTexture = gtk_check_button_new_with_label (_("Textures") ); in GLPrefs()
666 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (ButtonTexture), TRUE); in GLPrefs()
667 gtk_tooltips_set_tip (tooltips, ButtonTexture, in GLPrefs()
669 gtk_signal_connect (GTK_OBJECT (ButtonTexture), "clicked", in GLPrefs()
672 gtk_table_attach (GTK_TABLE(glTxtTable), ButtonTexture, 0, 1, 0, 1, in GLPrefs()
674 gtk_widget_show (ButtonTexture); in GLPrefs()
H A DLightGLKeyboard.c119 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (ButtonTexture), TRUE); in GLKeyboard()
132 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (ButtonTexture), FALSE); in GLKeyboard()
H A DLightGLPrefs.h44 extern GtkWidget *ButtonTexture; /* toggle texture on/off */