mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Misc additions.
2004-07-07 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/*: Misc additions. * gtk/gtk-sections.txt: Updates. * gtk/tmpl/gtkcellrendererprogress.sgml: New file. * gtk/gtk-docs.sgml: Add GtkCellRendererProgress. * gtk/Makefile.am (HTML_IMAGES): Add file and directory icons.
This commit is contained in:
parent
84a6adf83c
commit
ee31ef4e38
@ -1,3 +1,15 @@
|
|||||||
|
2004-07-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/tmpl/*: Misc additions.
|
||||||
|
|
||||||
|
* gtk/gtk-sections.txt: Updates.
|
||||||
|
|
||||||
|
* gtk/tmpl/gtkcellrendererprogress.sgml: New file.
|
||||||
|
|
||||||
|
* gtk/gtk-docs.sgml: Add GtkCellRendererProgress.
|
||||||
|
|
||||||
|
* gtk/Makefile.am (HTML_IMAGES): Add file and directory icons.
|
||||||
|
|
||||||
2004-07-04 Matthias Clasen <maclas@gmx.de>
|
2004-07-04 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtk-docs.sgml:
|
* gtk/gtk-docs.sgml:
|
||||||
|
@ -124,9 +124,11 @@ HTML_IMAGES = \
|
|||||||
$(top_srcdir)/gtk/stock-icons/stock_dialog_info_48.png \
|
$(top_srcdir)/gtk/stock-icons/stock_dialog_info_48.png \
|
||||||
$(top_srcdir)/gtk/stock-icons/stock_dialog_question_48.png \
|
$(top_srcdir)/gtk/stock-icons/stock_dialog_question_48.png \
|
||||||
$(top_srcdir)/gtk/stock-icons/stock_dialog_warning_48.png \
|
$(top_srcdir)/gtk/stock-icons/stock_dialog_warning_48.png \
|
||||||
|
$(top_srcdir)/gtk/stock-icons/stock_directory_24.png \
|
||||||
$(top_srcdir)/gtk/stock-icons/stock_dnd_32.png \
|
$(top_srcdir)/gtk/stock-icons/stock_dnd_32.png \
|
||||||
$(top_srcdir)/gtk/stock-icons/stock_dnd_multiple_32.png \
|
$(top_srcdir)/gtk/stock-icons/stock_dnd_multiple_32.png \
|
||||||
$(top_srcdir)/gtk/stock-icons/stock_exec_24.png \
|
$(top_srcdir)/gtk/stock-icons/stock_exec_24.png \
|
||||||
|
$(top_srcdir)/gtk/stock-icons/stock_file_24.png \
|
||||||
$(top_srcdir)/gtk/stock-icons/stock_search_24.png \
|
$(top_srcdir)/gtk/stock-icons/stock_search_24.png \
|
||||||
$(top_srcdir)/gtk/stock-icons/stock_search_replace_24.png \
|
$(top_srcdir)/gtk/stock-icons/stock_search_replace_24.png \
|
||||||
$(top_srcdir)/gtk/stock-icons/stock_bottom_24.png \
|
$(top_srcdir)/gtk/stock-icons/stock_bottom_24.png \
|
||||||
|
@ -129,6 +129,7 @@
|
|||||||
<!ENTITY GtkCellRenderer SYSTEM "xml/gtkcellrenderer.xml">
|
<!ENTITY GtkCellRenderer SYSTEM "xml/gtkcellrenderer.xml">
|
||||||
<!ENTITY GtkCellEditable SYSTEM "xml/gtkcelleditable.xml">
|
<!ENTITY GtkCellEditable SYSTEM "xml/gtkcelleditable.xml">
|
||||||
<!ENTITY GtkCellRendererPixbuf SYSTEM "xml/gtkcellrendererpixbuf.xml">
|
<!ENTITY GtkCellRendererPixbuf SYSTEM "xml/gtkcellrendererpixbuf.xml">
|
||||||
|
<!ENTITY GtkCellRendererProgress SYSTEM "xml/gtkcellrendererprogress.xml">
|
||||||
<!ENTITY GtkCellRendererText SYSTEM "xml/gtkcellrenderertext.xml">
|
<!ENTITY GtkCellRendererText SYSTEM "xml/gtkcellrenderertext.xml">
|
||||||
<!ENTITY GtkCellRendererToggle SYSTEM "xml/gtkcellrenderertoggle.xml">
|
<!ENTITY GtkCellRendererToggle SYSTEM "xml/gtkcellrenderertoggle.xml">
|
||||||
<!ENTITY GtkListStore SYSTEM "xml/gtkliststore.xml">
|
<!ENTITY GtkListStore SYSTEM "xml/gtkliststore.xml">
|
||||||
@ -383,6 +384,7 @@ that is, GUI components such as <link linkend="GtkButton">GtkButton</link> or
|
|||||||
&GtkCellRenderer;
|
&GtkCellRenderer;
|
||||||
&GtkCellEditable;
|
&GtkCellEditable;
|
||||||
&GtkCellRendererPixbuf;
|
&GtkCellRendererPixbuf;
|
||||||
|
&GtkCellRendererProgress;
|
||||||
&GtkCellRendererText;
|
&GtkCellRendererText;
|
||||||
&GtkCellRendererToggle;
|
&GtkCellRendererToggle;
|
||||||
&GtkListStore;
|
&GtkListStore;
|
||||||
|
@ -692,6 +692,10 @@ gtk_combo_box_remove_text
|
|||||||
gtk_combo_box_get_active_text
|
gtk_combo_box_get_active_text
|
||||||
gtk_combo_box_popup
|
gtk_combo_box_popup
|
||||||
gtk_combo_box_popdown
|
gtk_combo_box_popdown
|
||||||
|
gtk_combo_box_get_row_separator_column
|
||||||
|
gtk_combo_box_set_row_separator_column
|
||||||
|
gtk_combo_box_set_add_tearoffs
|
||||||
|
gtk_combo_box_get_add_tearoffs
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GTK_TYPE_COMBO_BOX
|
GTK_TYPE_COMBO_BOX
|
||||||
GTK_COMBO_BOX
|
GTK_COMBO_BOX
|
||||||
@ -1554,6 +1558,14 @@ gtk_icon_view_get_selected_items
|
|||||||
gtk_icon_view_select_all
|
gtk_icon_view_select_all
|
||||||
gtk_icon_view_unselect_all
|
gtk_icon_view_unselect_all
|
||||||
gtk_icon_view_item_activated
|
gtk_icon_view_item_activated
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GTK_ICON_VIEW_CLASS
|
||||||
|
GTK_IS_ICON_VIEW
|
||||||
|
GTK_IS_ICON_VIEW_CLASS
|
||||||
|
GTK_ICON_VIEW_GET_CLASS
|
||||||
|
GTK_TYPE_ICON_VIEW
|
||||||
|
GTK_ICON_VIEW
|
||||||
|
<SUBSECTION Private>
|
||||||
gtk_icon_view_get_type
|
gtk_icon_view_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
@ -3907,6 +3919,9 @@ gtk_tree_view_get_hover_selection
|
|||||||
gtk_tree_view_set_hover_selection
|
gtk_tree_view_set_hover_selection
|
||||||
GtkTreeDestroyCountFunc
|
GtkTreeDestroyCountFunc
|
||||||
gtk_tree_view_set_destroy_count_func
|
gtk_tree_view_set_destroy_count_func
|
||||||
|
GtkTreeViewRowSeparatorFunc
|
||||||
|
gtk_tree_view_get_row_separator_func
|
||||||
|
gtk_tree_view_set_row_separator_func
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GtkTreeSelectionClass
|
GtkTreeSelectionClass
|
||||||
GTK_TREE_VIEW
|
GTK_TREE_VIEW
|
||||||
@ -4052,6 +4067,7 @@ GTK_IS_CELL_RENDERER_PROGRESS_CLASS
|
|||||||
GTK_CELL_RENDERER_PROGRESS_GET_CLASS
|
GTK_CELL_RENDERER_PROGRESS_GET_CLASS
|
||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
gtk_cell_renderer_progress_get_type
|
gtk_cell_renderer_progress_get_type
|
||||||
|
GtkCellRendererProgressPrivate
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
@ -5137,9 +5153,11 @@ GTK_STOCK_DIALOG_ERROR
|
|||||||
GTK_STOCK_DIALOG_INFO
|
GTK_STOCK_DIALOG_INFO
|
||||||
GTK_STOCK_DIALOG_QUESTION
|
GTK_STOCK_DIALOG_QUESTION
|
||||||
GTK_STOCK_DIALOG_WARNING
|
GTK_STOCK_DIALOG_WARNING
|
||||||
|
GTK_STOCK_DIRECTORY
|
||||||
GTK_STOCK_DND
|
GTK_STOCK_DND
|
||||||
GTK_STOCK_DND_MULTIPLE
|
GTK_STOCK_DND_MULTIPLE
|
||||||
GTK_STOCK_EXECUTE
|
GTK_STOCK_EXECUTE
|
||||||
|
GTK_STOCK_FILE
|
||||||
GTK_STOCK_FIND
|
GTK_STOCK_FIND
|
||||||
GTK_STOCK_FIND_AND_REPLACE
|
GTK_STOCK_FIND_AND_REPLACE
|
||||||
GTK_STOCK_FLOPPY
|
GTK_STOCK_FLOPPY
|
||||||
|
@ -108,6 +108,11 @@ it cannot be individually modified.
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkCellRenderer:sensitive ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
<!-- ##### ARG GtkCellRenderer:visible ##### -->
|
<!-- ##### ARG GtkCellRenderer:visible ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
40
docs/reference/gtk/tmpl/gtkcellrendererprogress.sgml
Normal file
40
docs/reference/gtk/tmpl/gtkcellrendererprogress.sgml
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
<!-- ##### SECTION Title ##### -->
|
||||||
|
GtkCellRendererProgress
|
||||||
|
|
||||||
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
|
Renders numbers as progress bars
|
||||||
|
|
||||||
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### SECTION See_Also ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### STRUCT GtkCellRendererProgress ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkCellRendererProgress:text ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkCellRendererProgress:value ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_cell_renderer_progress_new ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
@ -47,6 +47,11 @@ a widget used to choose from a list of items.
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkComboBox:row-separator-column ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
<!-- ##### ARG GtkComboBox:row-span-column ##### -->
|
<!-- ##### ARG GtkComboBox:row-span-column ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
@ -150,6 +155,8 @@ a widget used to choose from a list of items.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
@combo_box:
|
@combo_box:
|
||||||
|
@index_:
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
@index:
|
@index:
|
||||||
|
|
||||||
|
|
||||||
@ -260,3 +267,39 @@ a widget used to choose from a list of items.
|
|||||||
@combo_box:
|
@combo_box:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_combo_box_get_row_separator_column ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@combo_box:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_combo_box_set_row_separator_column ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@combo_box:
|
||||||
|
@column:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_combo_box_set_add_tearoffs ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@combo_box:
|
||||||
|
@add_tearoffs:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_combo_box_get_add_tearoffs ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@combo_box:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
@ -77,6 +77,11 @@ The GtkEntryCompletion struct contains only private data.
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkEntryCompletion:text-column ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
<!-- ##### USER_FUNCTION GtkEntryCompletionMatchFunc ##### -->
|
<!-- ##### USER_FUNCTION GtkEntryCompletionMatchFunc ##### -->
|
||||||
<para>
|
<para>
|
||||||
A function which decides whether the row indicated by @iter matches a given
|
A function which decides whether the row indicated by @iter matches a given
|
||||||
@ -173,8 +178,10 @@ to the unmodified key via <literal>gtk_entry_get_text (GTK_ENTRY (gtk_entry_comp
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
@completion:
|
@completion:
|
||||||
@index:
|
@index_:
|
||||||
@text:
|
@text:
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
|
@index:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_entry_completion_insert_action_markup ##### -->
|
<!-- ##### FUNCTION gtk_entry_completion_insert_action_markup ##### -->
|
||||||
@ -183,8 +190,10 @@ to the unmodified key via <literal>gtk_entry_get_text (GTK_ENTRY (gtk_entry_comp
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
@completion:
|
@completion:
|
||||||
@index:
|
@index_:
|
||||||
@markup:
|
@markup:
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
|
@index:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_entry_completion_delete_action ##### -->
|
<!-- ##### FUNCTION gtk_entry_completion_delete_action ##### -->
|
||||||
@ -193,6 +202,8 @@ to the unmodified key via <literal>gtk_entry_get_text (GTK_ENTRY (gtk_entry_comp
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
@completion:
|
@completion:
|
||||||
|
@index_:
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
@index:
|
@index:
|
||||||
|
|
||||||
|
|
||||||
@ -205,3 +216,12 @@ to the unmodified key via <literal>gtk_entry_get_text (GTK_ENTRY (gtk_entry_comp
|
|||||||
@column:
|
@column:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_entry_completion_get_text_column ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@completion:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
@ -83,16 +83,16 @@ label can be controlled with gtk_frame_set_label_align().
|
|||||||
<para>
|
<para>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@frame:
|
@frame:
|
||||||
@xalign:
|
@xalign:
|
||||||
@yalign:
|
@yalign:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_frame_set_shadow_type ##### -->
|
<!-- ##### FUNCTION gtk_frame_set_shadow_type ##### -->
|
||||||
<para>
|
<para>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@frame:
|
@frame:
|
||||||
@type:
|
@type:
|
||||||
|
|
||||||
|
|
||||||
|
@ -9,19 +9,25 @@ A widget which displays a list of icons in a grid
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### SECTION See_Also ##### -->
|
<!-- ##### SECTION See_Also ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GtkIconView ##### -->
|
<!-- ##### STRUCT GtkIconView ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### SIGNAL GtkIconView::activate-cursor-item ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@iconview: the object which received the signal.
|
||||||
|
@Returns:
|
||||||
|
|
||||||
<!-- ##### SIGNAL GtkIconView::item-activated ##### -->
|
<!-- ##### SIGNAL GtkIconView::item-activated ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -234,6 +234,14 @@ The "Warning" item.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GTK_STOCK_DIRECTORY ##### -->
|
||||||
|
<para>
|
||||||
|
The "Directory" icon.
|
||||||
|
<inlinegraphic fileref="stock_directory_24.png" format="PNG"></inlinegraphic>
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO GTK_STOCK_DND ##### -->
|
<!-- ##### MACRO GTK_STOCK_DND ##### -->
|
||||||
<para>
|
<para>
|
||||||
The "Drag-And-Drop" icon.
|
The "Drag-And-Drop" icon.
|
||||||
@ -258,6 +266,16 @@ The "Execute" item.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GTK_STOCK_FILE ##### -->
|
||||||
|
<para>
|
||||||
|
<para>
|
||||||
|
The "File" icon.
|
||||||
|
<inlinegraphic fileref="stock_file_24.png" format="PNG"></inlinegraphic>
|
||||||
|
</para>
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO GTK_STOCK_FIND ##### -->
|
<!-- ##### MACRO GTK_STOCK_FIND ##### -->
|
||||||
<para>
|
<para>
|
||||||
The "Find" item.
|
The "Find" item.
|
||||||
|
@ -244,6 +244,8 @@ to a #GtkToolbar.
|
|||||||
|
|
||||||
@toolbar:
|
@toolbar:
|
||||||
@tool_item:
|
@tool_item:
|
||||||
|
@index_:
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
@index:
|
@index:
|
||||||
|
|
||||||
|
|
||||||
|
@ -951,9 +951,6 @@ has some similarity to strcmp() returning 0 for equal strings.
|
|||||||
@search_equal_func:
|
@search_equal_func:
|
||||||
@search_user_data:
|
@search_user_data:
|
||||||
@search_destroy:
|
@search_destroy:
|
||||||
<!-- # Unused Parameters # -->
|
|
||||||
@search_compare_func:
|
|
||||||
@search_data:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_tree_view_get_fixed_height_mode ##### -->
|
<!-- ##### FUNCTION gtk_tree_view_get_fixed_height_mode ##### -->
|
||||||
@ -971,7 +968,7 @@ has some similarity to strcmp() returning 0 for equal strings.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
@tree_view:
|
@tree_view:
|
||||||
@hover:
|
@enable:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_tree_view_get_hover_selection ##### -->
|
<!-- ##### FUNCTION gtk_tree_view_get_hover_selection ##### -->
|
||||||
@ -1014,3 +1011,37 @@ has some similarity to strcmp() returning 0 for equal strings.
|
|||||||
@destroy:
|
@destroy:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### USER_FUNCTION GtkTreeViewRowSeparatorFunc ##### -->
|
||||||
|
<para>
|
||||||
|
Function type for determining whether the row pointed to by @iter should
|
||||||
|
be rendered as a separator. A common way to implement this is to have a
|
||||||
|
boolean column in the model, whose values the #GtkTreeViewRowSeparatorFunc
|
||||||
|
returns.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@model: the #GtkTreeModel
|
||||||
|
@iter: a #GtkTreeIter pointing at a row in @model
|
||||||
|
@data: user data
|
||||||
|
@Returns: %TRUE if the row is a separator
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_tree_view_get_row_separator_func ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@tree_view:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_tree_view_set_row_separator_func ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@tree_view:
|
||||||
|
@func:
|
||||||
|
@data:
|
||||||
|
@destroy:
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user