⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gtkcomboboxentry.sgml

📁 linux下电话本所依赖的一些图形库
💻 SGML
字号:
<!-- ##### 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: 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -