Home
last modified time | relevance | path

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

/dports/graphics/cegui/cegui-0.8.7/samples_framework/src/
H A DGTK2CEGuiRendererSelector.cpp60 gtk_combo_box_append_text(GTK_COMBO_BOX(d_combobox1), OgreRendererName.c_str()); in invokeDialog()
65 gtk_combo_box_append_text(GTK_COMBO_BOX(d_combobox1), OpenGLRendererName.c_str()); in invokeDialog()
70 gtk_combo_box_append_text(GTK_COMBO_BOX(d_combobox1), IrrlichtRendererName.c_str()); in invokeDialog()
79 gint active = gtk_combo_box_get_active(GTK_COMBO_BOX(d_combobox1)); in invokeDialog()
125 d_combobox1 = gtk_combo_box_new_text(); in createDialog()
126 gtk_widget_show(d_combobox1); in createDialog()
127 gtk_box_pack_start(GTK_BOX(d_vbox1), d_combobox1, TRUE, FALSE, 0); in createDialog()
/dports/graphics/cegui/cegui-0.8.7/samples_framework/include/
H A DGTK2CEGuiRendererSelector.h64 GtkWidget* d_combobox1; variable