mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Updated for filesel changes.
Sun Feb 17 21:33:33 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtk-sections.txt: Updated for filesel changes.
This commit is contained in:
parent
28bfe19594
commit
e0f2974885
@ -1,3 +1,7 @@
|
||||
Sun Feb 17 21:33:33 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtk-sections.txt: Updated for filesel changes.
|
||||
|
||||
2002-02-05 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/tmpl/gtkrc.sgml: Update the description of RC file loading
|
||||
|
@ -861,6 +861,9 @@ gtk_file_selection_get_filename
|
||||
gtk_file_selection_complete
|
||||
gtk_file_selection_show_fileop_buttons
|
||||
gtk_file_selection_hide_fileop_buttons
|
||||
gtk_file_selection_get_selections
|
||||
gtk_file_selection_set_select_multiple
|
||||
gtk_file_selection_get_select_multiple
|
||||
<SUBSECTION Standard>
|
||||
GTK_FILE_SELECTION
|
||||
GTK_IS_FILE_SELECTION
|
||||
|
@ -26,6 +26,7 @@ Bindings
|
||||
@class_branch_pspecs:
|
||||
@entries:
|
||||
@current:
|
||||
@parsed:
|
||||
|
||||
<!-- ##### STRUCT GtkBindingEntry ##### -->
|
||||
<para>
|
||||
|
@ -178,6 +178,33 @@ Hides the file operation buttons that normally appear at the top of the dialog.
|
||||
@filesel: a #GtkFileSelection.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_file_selection_get_selections ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@filesel:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_file_selection_set_select_multiple ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@filesel:
|
||||
@select_multiple:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_file_selection_get_select_multiple ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@filesel:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### ARG GtkFileSelection:show-fileops ##### -->
|
||||
<para>
|
||||
|
||||
@ -188,3 +215,8 @@ Hides the file operation buttons that normally appear at the top of the dialog.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkFileSelection:select-multiple ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
@ -407,6 +407,7 @@ gtk_notebook_set_current_page() instead.
|
||||
|
||||
@notebook: the object which received the signal.
|
||||
@arg1:
|
||||
<!-- # Unused Parameters # -->
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkNotebook::focus-tab ##### -->
|
||||
@ -414,6 +415,15 @@ gtk_notebook_set_current_page() instead.
|
||||
|
||||
</para>
|
||||
|
||||
@notebook: the object which received the signal.
|
||||
@arg1:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkNotebook::move-focus-out ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@notebook: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
|
@ -154,6 +154,57 @@ gutter (the area between the two panes). It does nothing now.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkPaned::accept-position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@paned: the object which received the signal.
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkPaned::cancel-position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@paned: the object which received the signal.
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkPaned::cycle-child-focus ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@paned: the object which received the signal.
|
||||
@arg1:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkPaned::cycle-handle-focus ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@paned: the object which received the signal.
|
||||
@arg1:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkPaned::move-handle ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@paned: the object which received the signal.
|
||||
@arg1:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SIGNAL GtkPaned::toggle-handle-focus ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@paned: the object which received the signal.
|
||||
@Returns:
|
||||
|
||||
<!-- ##### ARG GtkPaned:position ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -112,6 +112,14 @@ GtkRange
|
||||
@value:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkRange::adjust-bounds ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@range: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkRange::move-slider ##### -->
|
||||
<para>
|
||||
Virtual function that moves the slider. Used for keybindings.
|
||||
|
@ -225,6 +225,23 @@ Sets the #GtkAdjustment for the vertical scrollbar.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkScrolledWindow::move-focus-out ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@scrolledwindow: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkScrolledWindow::scroll-child ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@scrolledwindow: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### ARG GtkScrolledWindow:hadjustment ##### -->
|
||||
<para>
|
||||
Horizontal adjustment. See gtk_scrolled_window_set_hadjustment(), gtk_scrolled_window_get_hadjustment().
|
||||
|
@ -401,6 +401,14 @@ use gtk_spin_button_get_value() instead.
|
||||
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GtkSpinButton::change-value ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@spinbutton: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GtkSpinButton::input ##### -->
|
||||
<para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user