gtkcellrenderercombo.sgml
来自「linux下电话本所依赖的一些图形库」· SGML 代码 · 共 60 行
SGML
60 行
<!-- ##### SECTION Title ##### -->GtkCellRendererCombo<!-- ##### SECTION Short_Description ##### -->Renders a combobox in a cell<!-- ##### SECTION Long_Description ##### --><para>#GtkCellRendererCombo renders text in a cell like #GtkCellRendererText from which itis derived. But while #GtkCellRendererText offers a simple entry to edit the text,#GtkCellRendererCombo offers a #GtkComboBox or #GtkComboBoxEntry widget to edit the text. The values to display in the combo box are taken from the tree model specified in the <link linkend="GtkCellRendererCombo--model">model</link> property.</para><para>The combo cell renderer takes care of adding a text cell renderer to the combo boxand sets it to display the column specified by its <link linkend="GtkCellRendererCombo--text-column">text-column</link> property. Furthercell renderers can be added in a handler for the editing-started signal.</para><!-- ##### SECTION See_Also ##### --><para></para><!-- ##### SECTION Stability_Level ##### --><!-- ##### STRUCT GtkCellRendererCombo ##### --><para></para><!-- ##### ARG GtkCellRendererCombo:has-entry ##### --><para></para><!-- ##### ARG GtkCellRendererCombo:model ##### --><para></para><!-- ##### ARG GtkCellRendererCombo:text-column ##### --><para></para><!-- ##### FUNCTION gtk_cell_renderer_combo_new ##### --><para></para>@Returns:
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?