forked from AuroraMiddleware/gtk
gtk/gtkimage.c gtk/gtkimcontext.c gtk/gtktreemodel.c
2002-01-10 Vitaly Tishkov <tvv@sparc.spb.su> * gtk/gtkimage.c * gtk/gtkimcontext.c * gtk/gtktreemodel.c * gtk/gtktreemodelsort.c * gtk/gtkwindow.c * docs/reference/gtk/tmpl/gtkselection.sgml fix docs
This commit is contained in:
parent
d3eb836dd4
commit
f74dd2386a
@ -1,3 +1,11 @@
|
||||
2002-01-10 Vitaly Tishkov <tvv@sparc.spb.su>
|
||||
* gtk/gtkimage.c
|
||||
* gtk/gtkimcontext.c
|
||||
* gtk/gtktreemodel.c
|
||||
* gtk/gtktreemodelsort.c
|
||||
* gtk/gtkwindow.c
|
||||
fix docs
|
||||
|
||||
Wed Jan 9 20:56:42 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gdk/x11/gdkkeys-x11.c (get_xkb): get the types as well as the
|
||||
|
@ -1,3 +1,11 @@
|
||||
2002-01-10 Vitaly Tishkov <tvv@sparc.spb.su>
|
||||
* gtk/gtkimage.c
|
||||
* gtk/gtkimcontext.c
|
||||
* gtk/gtktreemodel.c
|
||||
* gtk/gtktreemodelsort.c
|
||||
* gtk/gtkwindow.c
|
||||
fix docs
|
||||
|
||||
Wed Jan 9 20:56:42 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gdk/x11/gdkkeys-x11.c (get_xkb): get the types as well as the
|
||||
|
@ -1,3 +1,11 @@
|
||||
2002-01-10 Vitaly Tishkov <tvv@sparc.spb.su>
|
||||
* gtk/gtkimage.c
|
||||
* gtk/gtkimcontext.c
|
||||
* gtk/gtktreemodel.c
|
||||
* gtk/gtktreemodelsort.c
|
||||
* gtk/gtkwindow.c
|
||||
fix docs
|
||||
|
||||
Wed Jan 9 20:56:42 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gdk/x11/gdkkeys-x11.c (get_xkb): get the types as well as the
|
||||
|
@ -1,3 +1,11 @@
|
||||
2002-01-10 Vitaly Tishkov <tvv@sparc.spb.su>
|
||||
* gtk/gtkimage.c
|
||||
* gtk/gtkimcontext.c
|
||||
* gtk/gtktreemodel.c
|
||||
* gtk/gtktreemodelsort.c
|
||||
* gtk/gtkwindow.c
|
||||
fix docs
|
||||
|
||||
Wed Jan 9 20:56:42 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gdk/x11/gdkkeys-x11.c (get_xkb): get the types as well as the
|
||||
|
@ -1,3 +1,11 @@
|
||||
2002-01-10 Vitaly Tishkov <tvv@sparc.spb.su>
|
||||
* gtk/gtkimage.c
|
||||
* gtk/gtkimcontext.c
|
||||
* gtk/gtktreemodel.c
|
||||
* gtk/gtktreemodelsort.c
|
||||
* gtk/gtkwindow.c
|
||||
fix docs
|
||||
|
||||
Wed Jan 9 20:56:42 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gdk/x11/gdkkeys-x11.c (get_xkb): get the types as well as the
|
||||
|
@ -1,3 +1,11 @@
|
||||
2002-01-10 Vitaly Tishkov <tvv@sparc.spb.su>
|
||||
* gtk/gtkimage.c
|
||||
* gtk/gtkimcontext.c
|
||||
* gtk/gtktreemodel.c
|
||||
* gtk/gtktreemodelsort.c
|
||||
* gtk/gtkwindow.c
|
||||
fix docs
|
||||
|
||||
Wed Jan 9 20:56:42 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gdk/x11/gdkkeys-x11.c (get_xkb): get the types as well as the
|
||||
|
@ -1,3 +1,11 @@
|
||||
2002-01-10 Vitaly Tishkov <tvv@sparc.spb.su>
|
||||
* gtk/gtkimage.c
|
||||
* gtk/gtkimcontext.c
|
||||
* gtk/gtktreemodel.c
|
||||
* gtk/gtktreemodelsort.c
|
||||
* gtk/gtkwindow.c
|
||||
fix docs
|
||||
|
||||
Wed Jan 9 20:56:42 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gdk/x11/gdkkeys-x11.c (get_xkb): get the types as well as the
|
||||
|
@ -101,7 +101,7 @@ Increases the reference count of a #GtkTargetList by one.
|
||||
<!-- ##### FUNCTION gtk_target_list_unref ##### -->
|
||||
<para>
|
||||
Decreases the reference count of a #GtkTargetList by one.
|
||||
If the resulting reference count is zero, free the list.
|
||||
If the resulting reference count is zero, frees the list.
|
||||
</para>
|
||||
|
||||
@list: a #GtkTargetList
|
||||
@ -212,8 +212,8 @@ a "selection_received" signal will be generated.
|
||||
<!-- ##### FUNCTION gtk_selection_data_set ##### -->
|
||||
<para>
|
||||
Stores new data into a #GtkSelectionData object. Should
|
||||
<emphasis>only</emphasis> by called from a selection handler callback.
|
||||
zero-terminates the stored data.
|
||||
<emphasis>only</emphasis> be called from a selection handler callback.
|
||||
Zero-terminates the stored data.
|
||||
</para>
|
||||
|
||||
@selection_data:
|
||||
|
@ -796,7 +796,7 @@ gtk_image_set_from_pixbuf (GtkImage *image,
|
||||
* @stock_id: a stock icon name
|
||||
* @size: a stock icon size
|
||||
*
|
||||
* See gtk_image_new_from_stock for details.
|
||||
* See gtk_image_new_from_stock() for details.
|
||||
*
|
||||
**/
|
||||
void
|
||||
|
@ -293,7 +293,7 @@ gtk_im_context_get_preedit_string (GtkIMContext *context,
|
||||
* @event: the key event
|
||||
*
|
||||
* Allow an input method to internally handle a key press event.
|
||||
* if this function returns %TRUE, then no further processing
|
||||
* If this function returns %TRUE, then no further processing
|
||||
* should be done for this keystroke.
|
||||
*
|
||||
* Return value: %TRUE if the input method handled the keystroke.
|
||||
@ -475,7 +475,7 @@ gtk_im_context_set_surrounding (GtkIMContext *context,
|
||||
* GtkIMContext::retrieve_context signal on the input method; in
|
||||
* response to this signal, a widget should provide as much context as
|
||||
* is available, up to an entire paragraph, by calling
|
||||
* gtk_im_context_set_surrounding. Note that there is no obligation
|
||||
* gtk_im_context_set_surrounding(). Note that there is no obligation
|
||||
* for a widget to respond to the ::retrieve_context signal, so input
|
||||
* methods must be prepared to function without context.
|
||||
*
|
||||
|
@ -364,7 +364,7 @@ gtk_tree_path_copy (GtkTreePath *path)
|
||||
* @a: A #GtkTreePath.
|
||||
* @b: A #GtkTreePath to compare with.
|
||||
*
|
||||
* Compares two paths. If @a appears before @b in a tree, then -1, is returned.
|
||||
* Compares two paths. If @a appears before @b in a tree, then -1 is returned.
|
||||
* If @b appears before @a, then 1 is returned. If the two nodes are equal,
|
||||
* then 0 is returned.
|
||||
*
|
||||
@ -1176,7 +1176,7 @@ gtk_tree_model_foreach_helper (GtkTreeModel *model,
|
||||
* @user_data: User data to passed to func.
|
||||
*
|
||||
* Calls func on each node in model in a depth-first fashion. If func returns
|
||||
* %TRUE, then the tree ceases to be walked, and gtk_tree_model_foreach returns.
|
||||
* %TRUE, then the tree ceases to be walked, and gtk_tree_model_foreach() returns.
|
||||
**/
|
||||
|
||||
void
|
||||
|
@ -1971,7 +1971,7 @@ gtk_tree_model_sort_convert_child_iter_to_iter (GtkTreeModelSort *tree_model_sor
|
||||
* is, @sort_path points ot a location in @tree_model_sort. The returned path
|
||||
* will point to the same location in the model not being sorted. If @path does not point to a
|
||||
*
|
||||
* Return value: A newly allocated #GtkTreePath, or %NULLL
|
||||
* Return value: A newly allocated #GtkTreePath, or %NULL
|
||||
**/
|
||||
GtkTreePath *
|
||||
gtk_tree_model_sort_convert_path_to_child_path (GtkTreeModelSort *tree_model_sort,
|
||||
|
@ -2523,7 +2523,7 @@ gtk_window_resize (GtkWindow *window,
|
||||
* way is to simply set the window's semantic type with
|
||||
* gtk_window_set_type_hint(), which allows the window manager to
|
||||
* e.g. center dialogs. Also, if you set the transient parent of
|
||||
* dialogs with gtk_widget_set_transient_for() window managers
|
||||
* dialogs with gtk_window_set_transient_for() window managers
|
||||
* will often center the dialog over its parent window. It's
|
||||
* much preferred to let the window manager handle these
|
||||
* things rather than doing it yourself, because all apps will
|
||||
|
Loading…
Reference in New Issue
Block a user