forked from AuroraMiddleware/gtk
ede3c39918
2004-10-25 James M. Cape <jcape@ignore-your.tv> Rework of GtkFileChooserButton, some cleanups. Fixes #154388, #154390, #154390, #156272. * docs/reference/gtk/gtk-docs.sgml: Moved GtkFileChooserButton below GtkFileChooser. * docs/reference/gtk/gtk-sections.txt: Added gtk_file_chooser_button_get_width_chars(), gtk_file_chooser_button_set_width_chars(), gtk_label_set_width_chars(), gtk_label_get_width_chars(). * docs/reference/gtk/gtk.types: Added gtk_cell_renderer_combo_get_type, gtk_cell_view_get_type, gtk_text_iter_get_type. * docs/reference/gtk/tmpl/gtkaboutdialog.sgml: Add "logo-icon-name" property. * docs/reference/gtk/tmpl/gtkcellview.sgml: Updates for properties (b/c of get_type() inclusion above). * docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml: * docs/reference/gtk/tmpl/gtklabel.sgml: Add "width-chars" property, getters/setters. * docs/reference/gtk/tmpl/gtkcellrenderercombo.sgml: Added. * gtk/gtkentrycompletion.c: (_gtk_entry_completion_popdown): Don't show if the entry isn't mapped. * gtk/gtkfilechooserbutton.[c,h]: (*): About 45% rewritten, adds "width-chars" property, icons, working save modes, volume/Home/Desktop friendly-naming support. * gtk/gtklabel.[c,h]: (gtk_label_class_init), (gtk_label_init), (gtk_label_get_property), (gtk_label_set_property), (gtk_label_get_width_chars), (gtk_label_set_width_chars), (gtk_label_size_request): Add "width-chars" property. * tests/testfilechooserbutton.c: Update, use 4 different buttons for the different ACTIONs. * gtk/.cvsignore: Ignore gtk-update-icon-cache. * tests/.cvsignore: Ignore testimage.
162 lines
1.9 KiB
Plaintext
162 lines
1.9 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkCellView
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
A widget displaying a single row of a GtkTreeModel
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GtkCellView ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
<!-- ##### ARG GtkCellView:background ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ARG GtkCellView:background-gdk ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ARG GtkCellView:background-set ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### FUNCTION gtk_cell_view_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_cell_view_new_with_text ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@text:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_cell_view_new_with_markup ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@markup:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_cell_view_new_with_pixbuf ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@pixbuf:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_cell_view_set_value ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@cell_view:
|
|
@renderer:
|
|
@property:
|
|
@value:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_cell_view_set_values ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@cell_view:
|
|
@renderer:
|
|
@Varargs:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_cell_view_set_model ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@cell_view:
|
|
@model:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_cell_view_set_displayed_row ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@cell_view:
|
|
@path:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_cell_view_get_displayed_row ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@cell_view:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_cell_view_get_size_of_row ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@cell_view:
|
|
@path:
|
|
@requisition:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_cell_view_set_background_color ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@cell_view:
|
|
@color:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_cell_view_set_cell_data ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@cell_view:
|
|
<!-- # Unused Parameters # -->
|
|
@cellview:
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_cell_view_get_cell_renderers ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@cell_view:
|
|
@Returns:
|
|
<!-- # Unused Parameters # -->
|
|
@cellview:
|
|
|
|
|