Home
last modified time | relevance | path

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

/dports/astro/nightfall/nightfall-1.92/
H A DLightGLPrefs.c44 GtkWidget *PrimTxtLabel, *SecTxtLabel; variable
272 gtk_widget_set_sensitive(SecTxtLabel,TRUE); in GLTextureEvent()
284 gtk_widget_set_sensitive(SecTxtLabel,FALSE); in GLTextureEvent()
722 SecTxtLabel = gtk_entry_new_with_max_length (256); in GLPrefs()
723 gtk_tooltips_set_tip (tooltips, SecTxtLabel, in GLPrefs()
725 gtk_signal_connect(GTK_OBJECT(SecTxtLabel), "changed", in GLPrefs()
727 SecTxtLabel); in GLPrefs()
730 gtk_entry_select_region (GTK_ENTRY (SecTxtLabel), in GLPrefs()
731 0, GTK_ENTRY(SecTxtLabel)->text_length); in GLPrefs()
734 gtk_widget_show (SecTxtLabel); in GLPrefs()
[all …]
H A DLightGLKeyboard.c123 gtk_widget_set_sensitive(SecTxtLabel,TRUE); in GLKeyboard()
136 gtk_widget_set_sensitive(SecTxtLabel,FALSE); in GLKeyboard()
H A DLightGLPrefs.h57 extern GtkWidget *SecTxtLabel; /* sec. texture label */