forked from AuroraMiddleware/gtk
add example to docs, as people are seeming to have trouble with this
Fri Mar 15 12:51:42 2002 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_new_with_attributes): add example to docs, as people are seeming to have trouble with this function. Remake docs as well.
This commit is contained in:
parent
a1a8f1b6c3
commit
60a1fa69d0
@ -1,3 +1,9 @@
|
||||
Fri Mar 15 12:51:42 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c
|
||||
(gtk_tree_view_column_new_with_attributes): add example to docs,
|
||||
as people are seeming to have trouble with this function.
|
||||
|
||||
2002-03-15 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in: Set MATH_LIB to empty also on Win32.
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Mar 15 12:51:42 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c
|
||||
(gtk_tree_view_column_new_with_attributes): add example to docs,
|
||||
as people are seeming to have trouble with this function.
|
||||
|
||||
2002-03-15 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in: Set MATH_LIB to empty also on Win32.
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Mar 15 12:51:42 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c
|
||||
(gtk_tree_view_column_new_with_attributes): add example to docs,
|
||||
as people are seeming to have trouble with this function.
|
||||
|
||||
2002-03-15 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in: Set MATH_LIB to empty also on Win32.
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Mar 15 12:51:42 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c
|
||||
(gtk_tree_view_column_new_with_attributes): add example to docs,
|
||||
as people are seeming to have trouble with this function.
|
||||
|
||||
2002-03-15 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in: Set MATH_LIB to empty also on Win32.
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Mar 15 12:51:42 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c
|
||||
(gtk_tree_view_column_new_with_attributes): add example to docs,
|
||||
as people are seeming to have trouble with this function.
|
||||
|
||||
2002-03-15 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in: Set MATH_LIB to empty also on Win32.
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Mar 15 12:51:42 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c
|
||||
(gtk_tree_view_column_new_with_attributes): add example to docs,
|
||||
as people are seeming to have trouble with this function.
|
||||
|
||||
2002-03-15 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in: Set MATH_LIB to empty also on Win32.
|
||||
|
@ -1,3 +1,9 @@
|
||||
Fri Mar 15 12:51:42 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeviewcolumn.c
|
||||
(gtk_tree_view_column_new_with_attributes): add example to docs,
|
||||
as people are seeming to have trouble with this function.
|
||||
|
||||
2002-03-15 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in: Set MATH_LIB to empty also on Win32.
|
||||
|
@ -285,6 +285,13 @@ has the focus.
|
||||
|
||||
@klass:
|
||||
|
||||
<!-- ##### MACRO GTK_OBJECT_CONNECTED ##### -->
|
||||
<para>
|
||||
Tests whether a #GtkObject has had a signal connected to it.
|
||||
</para>
|
||||
|
||||
@obj: the object to examine.
|
||||
|
||||
<!-- ##### MACRO GTK_OBJECT_CONSTRUCTED ##### -->
|
||||
<para>
|
||||
Test whether a GtkObject's arguments have been prepared.
|
||||
@ -637,14 +644,6 @@ Control-Return for #GtkText.)
|
||||
|
||||
@editable: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkEditable::changed ##### -->
|
||||
<para>
|
||||
Indicates that the user has changed the contents
|
||||
of the widget.
|
||||
</para>
|
||||
|
||||
@editable: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkEditable::copy-clipboard ##### -->
|
||||
<para>
|
||||
An action signal. Causes the characters in the current selection to
|
||||
@ -662,42 +661,6 @@ the widget.
|
||||
|
||||
@editable: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkEditable::delete-text ##### -->
|
||||
<para>
|
||||
This signal is emitted when text is deleted from
|
||||
the widget by the user. The default handler for
|
||||
this signal will normally be responsible for inserting
|
||||
the text, so by connecting to this signal and then
|
||||
stopping the signal with gtk_signal_emit_stop(), it
|
||||
is possible to modify the inserted text, or prevent
|
||||
it from being inserted entirely. The @start_pos
|
||||
and @end_pos parameters are interpreted as for
|
||||
gtk_editable_delete_text()
|
||||
</para>
|
||||
|
||||
@editable: the object which received the signal.
|
||||
@start_pos: the starting position.
|
||||
@end_pos: the end position.
|
||||
|
||||
<!-- ##### SIGNAL GtkEditable::insert-text ##### -->
|
||||
<para>
|
||||
This signal is emitted when text is inserted into
|
||||
the widget by the user. The default handler for
|
||||
this signal will normally be responsible for inserting
|
||||
the text, so by connecting to this signal and then
|
||||
stopping the signal with gtk_signal_emit_stop(), it
|
||||
is possible to modify the inserted text, or prevent
|
||||
it from being inserted entirely.
|
||||
</para>
|
||||
|
||||
@editable: the object which received the signal.
|
||||
@new_text: the new text to insert.
|
||||
@new_text_length: the length of the new text.
|
||||
@position: the position at which to insert the new text.
|
||||
this is an in-out paramter. After the signal
|
||||
emission is finished, it should point after
|
||||
the newly inserted text.
|
||||
|
||||
<!-- ##### SIGNAL GtkEditable::kill-char ##### -->
|
||||
<para>
|
||||
An action signal. Delete a single character.
|
||||
@ -902,6 +865,12 @@ a RC file.
|
||||
@filename: filename to load
|
||||
@Returns: a #GtkPixmap representing @filename
|
||||
|
||||
<!-- ##### STRUCT GtkImageMenuItemClass ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkLabel:accel-keyval ##### -->
|
||||
<para>
|
||||
|
||||
@ -1090,12 +1059,24 @@ after other user handlers and the default handler.
|
||||
@PRIVATE_GTK_DIRECTION_SET:
|
||||
@PRIVATE_GTK_DIRECTION_LTR:
|
||||
|
||||
<!-- ##### STRUCT GtkRcStyleClass ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkScrolledWindow:shadow ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### STRUCT GtkSettingsClass ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GtkSignalDestroy ##### -->
|
||||
<para>
|
||||
A function which you can use to clean up when the
|
||||
@ -1162,12 +1143,65 @@ Holds the data for a statusbar message. <structfield>text</structfield> holds th
|
||||
@context_id:
|
||||
@message_id:
|
||||
|
||||
<!-- ##### STRUCT GtkStyleClass ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@parent_class:
|
||||
@realize:
|
||||
@unrealize:
|
||||
@copy:
|
||||
@clone:
|
||||
@init_from_rc:
|
||||
@set_background:
|
||||
@render_icon:
|
||||
@draw_hline:
|
||||
@draw_vline:
|
||||
@draw_shadow:
|
||||
@draw_polygon:
|
||||
@draw_arrow:
|
||||
@draw_diamond:
|
||||
@draw_string:
|
||||
@draw_box:
|
||||
@draw_flat_box:
|
||||
@draw_check:
|
||||
@draw_option:
|
||||
@draw_tab:
|
||||
@draw_shadow_gap:
|
||||
@draw_box_gap:
|
||||
@draw_extension:
|
||||
@draw_focus:
|
||||
@draw_slider:
|
||||
@draw_handle:
|
||||
@draw_expander:
|
||||
@draw_layout:
|
||||
@draw_resize_grip:
|
||||
@_gtk_reserved1:
|
||||
@_gtk_reserved2:
|
||||
@_gtk_reserved3:
|
||||
@_gtk_reserved4:
|
||||
@_gtk_reserved5:
|
||||
@_gtk_reserved6:
|
||||
@_gtk_reserved7:
|
||||
@_gtk_reserved8:
|
||||
@_gtk_reserved9:
|
||||
@_gtk_reserved10:
|
||||
@_gtk_reserved11:
|
||||
@_gtk_reserved12:
|
||||
|
||||
<!-- ##### STRUCT GtkTextBTreeNode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### STRUCT GtkTextChildAnchorClass ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkTextTag:justify ##### -->
|
||||
<para>
|
||||
A #GtkJustification for the text. This is only used when the tag is
|
||||
@ -1213,51 +1247,6 @@ produce superscript and subscript.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkTreeModel::row-changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@treemodel: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTreeModel::row-deleted ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@treemodel: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkTreeModel::row-has-child-toggled ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@treemodel: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTreeModel::row-inserted ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@treemodel: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### SIGNAL GtkTreeModel::rows-reordered ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@treemodel: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@arg3:
|
||||
|
||||
<!-- ##### STRUCT GtkTreeSelectionClass ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -55,3 +55,17 @@ GtkCellEditable
|
||||
@cell_editable:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkCellEditable::editing-done ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@celleditable: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkCellEditable::remove-widget ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@celleditable: the object which received the signal.
|
||||
|
||||
|
@ -250,3 +250,47 @@ widget or not.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkEditable::changed ##### -->
|
||||
<para>
|
||||
Indicates that the user has changed the contents
|
||||
of the widget.
|
||||
</para>
|
||||
|
||||
@editable: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GtkEditable::delete-text ##### -->
|
||||
<para>
|
||||
This signal is emitted when text is deleted from
|
||||
the widget by the user. The default handler for
|
||||
this signal will normally be responsible for inserting
|
||||
the text, so by connecting to this signal and then
|
||||
stopping the signal with gtk_signal_emit_stop(), it
|
||||
is possible to modify the inserted text, or prevent
|
||||
it from being inserted entirely. The @start_pos
|
||||
and @end_pos parameters are interpreted as for
|
||||
gtk_editable_delete_text()
|
||||
</para>
|
||||
|
||||
@editable: the object which received the signal.
|
||||
@start_pos: the starting position.
|
||||
@end_pos: the end position.
|
||||
|
||||
<!-- ##### SIGNAL GtkEditable::insert-text ##### -->
|
||||
<para>
|
||||
This signal is emitted when text is inserted into
|
||||
the widget by the user. The default handler for
|
||||
this signal will normally be responsible for inserting
|
||||
the text, so by connecting to this signal and then
|
||||
stopping the signal with gtk_signal_emit_stop(), it
|
||||
is possible to modify the inserted text, or prevent
|
||||
it from being inserted entirely.
|
||||
</para>
|
||||
|
||||
@editable: the object which received the signal.
|
||||
@new_text: the new text to insert.
|
||||
@new_text_length: the length of the new text.
|
||||
@position: the position at which to insert the new text.
|
||||
this is an in-out paramter. After the signal
|
||||
emission is finished, it should point after
|
||||
the newly inserted text.
|
||||
|
||||
|
@ -20,12 +20,6 @@ GtkImageMenuItem
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### STRUCT GtkImageMenuItemClass ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_image_menu_item_set_image ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -146,14 +146,6 @@ See the overview documentation for #GtkObject.
|
||||
@obj: the object to examine.
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_OBJECT_CONNECTED ##### -->
|
||||
<para>
|
||||
Tests whether a #GtkObject has had a signal connected to it.
|
||||
</para>
|
||||
|
||||
@obj: the object to examine.
|
||||
|
||||
|
||||
<!-- ##### ENUM GtkArgFlags ##### -->
|
||||
<para>
|
||||
Possible flags indicating how an argument should be treated.
|
||||
|
@ -547,12 +547,6 @@ This can later be composited together with other
|
||||
@xthickness:
|
||||
@ythickness:
|
||||
|
||||
<!-- ##### STRUCT GtkRcStyleClass ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ENUM GtkRcFlags ##### -->
|
||||
<para>
|
||||
The #GtkRcFlags enumeration is used as a bitmask
|
||||
|
@ -20,12 +20,6 @@ GtkSettings
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### STRUCT GtkSettingsClass ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### STRUCT GtkSettingsValue ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -52,53 +52,6 @@ Returns whether the style is attached to a window.
|
||||
@white_gc:
|
||||
@bg_pixmap:
|
||||
|
||||
<!-- ##### STRUCT GtkStyleClass ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@parent_class:
|
||||
@realize:
|
||||
@unrealize:
|
||||
@copy:
|
||||
@clone:
|
||||
@init_from_rc:
|
||||
@set_background:
|
||||
@render_icon:
|
||||
@draw_hline:
|
||||
@draw_vline:
|
||||
@draw_shadow:
|
||||
@draw_polygon:
|
||||
@draw_arrow:
|
||||
@draw_diamond:
|
||||
@draw_string:
|
||||
@draw_box:
|
||||
@draw_flat_box:
|
||||
@draw_check:
|
||||
@draw_option:
|
||||
@draw_tab:
|
||||
@draw_shadow_gap:
|
||||
@draw_box_gap:
|
||||
@draw_extension:
|
||||
@draw_focus:
|
||||
@draw_slider:
|
||||
@draw_handle:
|
||||
@draw_expander:
|
||||
@draw_layout:
|
||||
@draw_resize_grip:
|
||||
@_gtk_reserved1:
|
||||
@_gtk_reserved2:
|
||||
@_gtk_reserved3:
|
||||
@_gtk_reserved4:
|
||||
@_gtk_reserved5:
|
||||
@_gtk_reserved6:
|
||||
@_gtk_reserved7:
|
||||
@_gtk_reserved8:
|
||||
@_gtk_reserved9:
|
||||
@_gtk_reserved10:
|
||||
@_gtk_reserved11:
|
||||
@_gtk_reserved12:
|
||||
|
||||
<!-- ##### FUNCTION gtk_style_new ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -329,12 +329,6 @@ types related to the text widget and how they work together.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### STRUCT GtkTextChildAnchorClass ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_text_child_anchor_new ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -106,3 +106,10 @@ GtkTreeSortable
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkTreeSortable::sort-column-changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@treesortable: the object which received the signal.
|
||||
|
||||
|
@ -1075,6 +1075,22 @@ gtk_tree_view_column_new (void)
|
||||
* equivalent to calling gtk_tree_view_column_set_title(),
|
||||
* gtk_tree_view_column_pack_start(), and
|
||||
* gtk_tree_view_column_set_attributes() on the newly created #GtkTreeViewColumn.
|
||||
*
|
||||
* Here's a simple example:
|
||||
* <informalexample><programlisting>
|
||||
* <!>enum { TEXT_COLUMN, COLOR_COLUMN, N_COLUMNS };
|
||||
* <!>...
|
||||
* <!>{
|
||||
* <!> GtkTreeViewColumn *column;
|
||||
* <!> GtkCellRenderer *renderer = gtk_cell_renderer_text_new ();
|
||||
* <!>
|
||||
* <!> column = gtk_tree_view_column_new_with_attributes ("Title",
|
||||
* <!> renderer,
|
||||
* <!> "text", TEXT_COLUMN,
|
||||
* <!> "foreground", COLOR_COLUMN,
|
||||
* <!> NULL);
|
||||
* <!>}
|
||||
* </programlisting></informalexample>
|
||||
*
|
||||
* Return value: A newly created #GtkTreeViewColumn.
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user