Re: [Java-gnome-developer] gtk_combo_box_set_entry_text_column??
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2012-07-02 05:26:32
|
On Sun, 2012-07-01 at 22:40 -0500, Hector Miuler Malpica Gallegos wrote: > how I can do to setting column? Can you show us the Java code you tried? The documentation of both ComboBox and ComboBoxText might help you along. Also, the screenshots there are generated by code in the java-gnome source tree; you could try looking in tests/screenshot/org/gnome/gtk/SnapshotComboBox* for further ideas. http://java-gnome.sourceforge.net/doc/api/4.1/org/gnome/gtk/ComboBox.html http://java-gnome.sourceforge.net/doc/api/4.1/org/gnome/gtk/ComboBoxText.html AfC Sydney |