?? gtkcomboboxentry.sgml
字號(hào):
<!-- ##### SECTION Title ##### -->GtkComboBoxEntry<!-- ##### SECTION Short_Description ##### -->A text entry field with a dropdown list<!-- ##### SECTION Long_Description ##### --><para>A #GtkComboBoxEntry is a widget that allows the user to choose from alist of valid choices or enter a different value. It is very similarto a #GtkComboBox, but it displays the selected value in an entry toallow modifying it.</para><para>In contrast to a #GtkComboBox, the underlying model of a #GtkComboBoxEntry must always have a text column (see gtk_combo_box_entry_set_text_column()),and the entry will show the content of the text column in the selected row.</para><para>The convenience API to construct simple text-only #GtkComboBox<!-- -->es canalso be used with #GtkComboBoxEntry<!-- -->s which have been constructedwith gtk_combo_box_entry_new_text().</para><!-- ##### SECTION See_Also ##### --><para>#GtkComboBox</para><!-- ##### SECTION Stability_Level ##### --><!-- ##### STRUCT GtkComboBoxEntry ##### --><para></para><!-- ##### ARG GtkComboBoxEntry:text-column ##### --><para></para><!-- ##### FUNCTION gtk_combo_box_entry_new ##### --><para></para>@Returns: <!-- # Unused Parameters # -->@model: @text_column: <!-- ##### FUNCTION gtk_combo_box_entry_new_with_model ##### --><para></para>@model: @text_column: @Returns: <!-- ##### FUNCTION gtk_combo_box_entry_new_text ##### --><para></para>@Returns: <!-- ##### FUNCTION gtk_combo_box_entry_set_text_column ##### --><para></para>@entry_box: @text_column: <!-- ##### FUNCTION gtk_combo_box_entry_get_text_column ##### --><para></para>@entry_box: @Returns:
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -