diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 6b02be6759..a2273e9cb6 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,24 @@ +2003-10-02 Matthias Clasen + + * gtk/Makefile.am (IGNORE_HFILES): Add gtkcellview.h and + gtkcellviewmenuitem.h. + + * gtk/tmpl/gtkentrycompletion.sgml: + * gtk/tmpl/gtktreemodelfilter.sgml: + * gtk/tmpl/gtkcelllayout.sgml: + * gtk/tmpl/gtkcombobox.sgml: + * gtk/tmpl/gtkcomboboxentry.sgml: New templates. + + * gtk/gtk-sections.txt: + * gtk/gtk-docs.sgml: Add sections for GtkEntryCompletion, + GtkTreeModelFilter, GtkCellLayout, GtkComboBox, GtkComboBoxEntry. + + * gtk/tmpl/gtktreednd.sgml: Add short description. + + * gtk/gtk-docs.sgml: Move GtkItemFactory to the "Deprecated" chapter. + + * gtk/tmpl/gtktoggletoolbutton.sgml: Fix section title. + 2003-10-01 Matthias Clasen * gdk/tmpl/keys.sgml: Add two missing signals. diff --git a/docs/reference/gtk/gtk-docs.sgml b/docs/reference/gtk/gtk-docs.sgml index 68559ecc4c..2910647107 100644 --- a/docs/reference/gtk/gtk-docs.sgml +++ b/docs/reference/gtk/gtk-docs.sgml @@ -20,6 +20,8 @@ + + @@ -28,6 +30,7 @@ + @@ -111,11 +114,13 @@ + + @@ -339,6 +344,7 @@ that is, GUI components such as GtkButton or Numeric/Text Data Entry &GtkEntry; + &GtkEntryCompletion; &GtkHScale; &GtkVScale; &GtkSpinButton; @@ -366,6 +372,8 @@ that is, GUI components such as GtkButton or &GtkTreeDND; &GtkTreeSortable; &GtkTreeModelSort; + &GtkTreeModelFilter; + &GtkCellLayout; &GtkCellRenderer; &GtkCellEditable; &GtkCellRendererPixbuf; @@ -378,7 +386,8 @@ that is, GUI components such as GtkButton or Menus, Combo Box, Toolbar &GtkCombo; - &GtkItemFactory; + &GtkComboBox; + &GtkComboBoxEntry; &GtkMenu; &GtkMenuBar; &GtkMenuItem; @@ -500,6 +509,7 @@ that is, GUI components such as GtkButton or Deprecated + &GtkItemFactory; &GtkCList; &GtkCTree; &GtkList; diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt index 6e2f7db2a8..d6ed50d68e 100644 --- a/docs/reference/gtk/gtk-sections.txt +++ b/docs/reference/gtk/gtk-sections.txt @@ -638,6 +638,51 @@ GTK_COMBO_GET_CLASS gtk_combo_get_type +
+gtkcombobox +GtkComboBox +GtkComboBox +gtk_combo_box_new +gtk_combo_box_set_wrap_width +gtk_combo_box_set_row_span_column +gtk_combo_box_set_column_span_column +gtk_combo_box_get_active +gtk_combo_box_set_active +gtk_combo_box_get_model +gtk_combo_box_new_text +gtk_combo_box_append_text +gtk_combo_box_insert_text +gtk_combo_box_prepend_text + +GTK_TYPE_COMBO_BOX +GTK_COMBO_BOX +GTK_COMBO_BOX_CLASS +GTK_IS_COMBO_BOX +GTK_IS_COMBO_BOX_CLASS +GTK_COMBO_BOX_GET_CLASS + +GtkComboBoxPrivate +gtk_combo_box_get_type +
+ +
+gtkcomboboxentry +GtkComboBoxEntry +GtkComboBoxEntry +gtk_combo_box_entry_new +gtk_combo_box_entry_get_text_column + +GTK_TYPE_COMBO_BOX_ENTRY +GTK_COMBO_BOX_ENTRY +GTK_COMBO_BOX_ENTRY_CLASS +GTK_IS_COMBO_BOX_ENTRY +GTK_IS_COMBO_BOX_ENTRY_CLASS +GTK_COMBO_BOX_ENTRY_GET_CLASS + +GtkComboBoxEntryPrivate +gtk_combo_box_entry_get_type +
+
gtkcontainer GtkContainer @@ -928,6 +973,8 @@ gtk_entry_get_layout gtk_entry_get_layout_offsets gtk_entry_get_max_length gtk_entry_get_visibility +gtk_entry_set_completion +gtk_entry_get_completion GTK_ENTRY GTK_IS_ENTRY @@ -939,6 +986,36 @@ GTK_ENTRY_GET_CLASS gtk_entry_get_type
+
+gtkentrycompletion +GtkEntryCompletion +GtkEntryCompletion +GtkEntryCompletionMatchFunc +gtk_entry_completion_new +gtk_entry_completion_get_entry +gtk_entry_completion_set_model +gtk_entry_completion_get_model +gtk_entry_completion_set_match_func +gtk_entry_completion_set_minimum_key_length +gtk_entry_completion_get_minimum_key_length +gtk_entry_completion_complete +gtk_entry_completion_insert_action_text +gtk_entry_completion_insert_action_markup +gtk_entry_completion_delete_action +gtk_entry_completion_set_text_column + +GTK_TYPE_ENTRY_COMPLETION +GTK_ENTRY_COMPLETION +GTK_ENTRY_COMPLETION_CLASS +GTK_IS_ENTRY_COMPLETION +GTK_IS_ENTRY_COMPLETION_CLASS +GTK_ENTRY_COMPLETION_GET_CLASS +GTK_ENTRY_COMPLETION_GET_PRIVATE + +GtkEntryCompletionPrivate +gtk_entry_completion_get_type +
+
gtkeventbox GtkEventBox @@ -3323,6 +3400,35 @@ GTK_TREE_MODEL_SORT_GET_CLASS gtk_tree_model_sort_get_type
+
+gtktreemodelfilter +GtkTreeModelFilter +GtkTreeModelFilter +GtkTreeModelFilterVisibleFunc +GtkTreeModelFilterModifyFunc +gtk_tree_model_filter_new +gtk_tree_model_filter_set_visible_func +gtk_tree_model_filter_set_modify_func +gtk_tree_model_filter_set_visible_column +gtk_tree_model_filter_get_model +gtk_tree_model_filter_convert_child_iter_to_iter +gtk_tree_model_filter_convert_iter_to_child_iter +gtk_tree_model_filter_convert_child_path_to_path +gtk_tree_model_filter_convert_path_to_child_path +gtk_tree_model_filter_refilter +gtk_tree_model_filter_clear_cache + +GTK_TYPE_TREE_MODEL_FILTER +GTK_TREE_MODEL_FILTER +GTK_TREE_MODEL_FILTER_CLASS +GTK_IS_TREE_MODEL_FILTER +GTK_IS_TREE_MODEL_FILTER_CLASS +GTK_TREE_MODEL_FILTER_GET_CLASS + +GtkTreeModelFilterPrivate +gtk_tree_model_filter_get_type +
+
gtktreeselection GtkTreeSelection @@ -3613,6 +3719,28 @@ GTK_TREE_DRAG_SOURCE_GET_IFACE
+
+gtkcelllayout +GtkCellLayout +GtkCellLayout +GtkCellLayoutIface +GtkCellLayoutDataFunc +gtk_cell_layout_pack_start +gtk_cell_layout_pack_end +gtk_cell_layout_clear +gtk_cell_layout_set_attributes +gtk_cell_layout_add_attribute +gtk_cell_layout_set_cell_data_func +gtk_cell_layout_clear_attributes + +GTK_TYPE_CELL_LAYOUT +GTK_CELL_LAYOUT +GTK_IS_CELL_LAYOUT +GTK_CELL_LAYOUT_GET_IFACE + +gtk_cell_layout_get_type +
+
gtkcellrenderer GtkCellRenderer @@ -4722,6 +4850,7 @@ GtkPositionType GtkPreviewType GtkReliefStyle GtkResizeMode +GtkScrollStep GtkScrollType GtkSelectionMode GtkShadowType diff --git a/docs/reference/gtk/tmpl/gtkcelllayout.sgml b/docs/reference/gtk/tmpl/gtkcelllayout.sgml new file mode 100644 index 0000000000..430c336ff8 --- /dev/null +++ b/docs/reference/gtk/tmpl/gtkcelllayout.sgml @@ -0,0 +1,117 @@ + +GtkCellLayout + + + + + + + + + + + + + + + + + + + + + + + + + +@g_iface: +@pack_start: +@pack_end: +@clear: +@add_attribute: +@set_cell_data_func: +@clear_attributes: + + + + + + +@cell_layout: +@cell: +@tree_model: +@iter: +@data: + + + + + + + +@cell_layout: +@cell: +@expand: + + + + + + + +@cell_layout: +@cell: +@expand: + + + + + + + +@cell_layout: + + + + + + + +@cell_layout: +@cell: +@Varargs: + + + + + + + +@cell_layout: +@cell: +@attribute: +@column: + + + + + + + +@cell_layout: +@cell: +@func: +@func_data: +@destroy: + + + + + + + +@cell_layout: +@cell: + + diff --git a/docs/reference/gtk/tmpl/gtkcombobox.sgml b/docs/reference/gtk/tmpl/gtkcombobox.sgml new file mode 100644 index 0000000000..ebfe4f2068 --- /dev/null +++ b/docs/reference/gtk/tmpl/gtkcombobox.sgml @@ -0,0 +1,122 @@ + +GtkComboBox + + + + + + + + + + + + + + + + + + + +@parent_instance: + + + + + + +@model: +@Returns: + + + + + + + +@combo_box: +@width: + + + + + + + +@combo_box: +@row_span: + + + + + + + +@combo_box: +@column_span: + + + + + + + +@combo_box: +@Returns: + + + + + + + +@combo_box: +@index: + + + + + + + +@combo_box: +@Returns: + + + + + + + +@Returns: + + + + + + + +@combo_box: +@text: + + + + + + + +@combo_box: +@position: +@text: + + + + + + + +@combo_box: +@text: + + diff --git a/docs/reference/gtk/tmpl/gtkcomboboxentry.sgml b/docs/reference/gtk/tmpl/gtkcomboboxentry.sgml new file mode 100644 index 0000000000..cdae313dd9 --- /dev/null +++ b/docs/reference/gtk/tmpl/gtkcomboboxentry.sgml @@ -0,0 +1,42 @@ + +GtkComboBoxEntry + + + + + + + + + + + + + + + + + + + +@parent_instance: + + + + + + +@model: +@text_column: +@Returns: + + + + + + + +@entry_box: +@Returns: + + diff --git a/docs/reference/gtk/tmpl/gtkentrycompletion.sgml b/docs/reference/gtk/tmpl/gtkentrycompletion.sgml new file mode 100644 index 0000000000..801fdf8ca8 --- /dev/null +++ b/docs/reference/gtk/tmpl/gtkentrycompletion.sgml @@ -0,0 +1,145 @@ + +GtkEntryCompletion + + + + + + + + + + + + + + + + + + + +@parent_instance: + + + + + + +@completion: +@key: +@iter: +@user_data: +@Returns: + + + + + + + +@Returns: + + + + + + + +@entry: +@Returns: + + + + + + + +@completion: +@model: + + + + + + + +@completion: +@Returns: + + + + + + + +@completion: +@func: +@func_data: +@func_notify: + + + + + + + +@completion: +@length: + + + + + + + +@completion: +@Returns: + + + + + + + +@completion: + + + + + + + +@completion: +@index: +@text: + + + + + + + +@completion: +@index: +@markup: + + + + + + + +@completion: +@index: + + + + + + + +@completion: +@column: + + diff --git a/docs/reference/gtk/tmpl/gtktoggletoolbutton.sgml b/docs/reference/gtk/tmpl/gtktoggletoolbutton.sgml index ba2312c82d..d95ad91163 100644 --- a/docs/reference/gtk/tmpl/gtktoggletoolbutton.sgml +++ b/docs/reference/gtk/tmpl/gtktoggletoolbutton.sgml @@ -1,5 +1,5 @@ -gtktoggletoolbutton +GtkToggleToolButton A #GtkToolItem containing a toggle button. @@ -47,6 +47,13 @@ A #GtkToolItem containing a toggle button. + + + + + +@toggletoolbutton: the object which received the signal. + diff --git a/docs/reference/gtk/tmpl/gtktreemodelfilter.sgml b/docs/reference/gtk/tmpl/gtktreemodelfilter.sgml new file mode 100644 index 0000000000..c90343a41c --- /dev/null +++ b/docs/reference/gtk/tmpl/gtktreemodelfilter.sgml @@ -0,0 +1,154 @@ + +GtkTreeModelFilter + + + + + + + + + + + + + + + + + + + +@parent: + + + + + + +@model: +@iter: +@data: +@Returns: + + + + + + + +@model: +@iter: +@value: +@column: +@data: + + + + + + + +@child_model: +@root: +@Returns: + + + + + + + +@filter: +@func: +@data: +@destroy: + + + + + + + +@filter: +@n_columns: +@types: +@func: +@data: +@destroy: + + + + + + + +@filter: +@column: + + + + + + + +@filter: +@Returns: + + + + + + + +@filter: +@filter_iter: +@child_iter: + + + + + + + +@filter: +@child_iter: +@filter_iter: + + + + + + + +@filter: +@child_path: +@Returns: + + + + + + + +@path: +@filter_path: +@Returns: + + + + + + + +@filter: + + + + + + + +@filter: + +