2.13.4
svn path=/trunk/; revision=20783
This commit is contained in:
@ -61,6 +61,16 @@ An object representing and maintaining a group of accelerators.
|
||||
@arg2:
|
||||
@arg3:
|
||||
|
||||
<!-- ##### ARG GtkAccelGroup:is-locked ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAccelGroup:modifier-mask ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_accel_group_new ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -108,13 +108,6 @@ following fields. (These fields should be considered read-only.
|
||||
They should never be set by an application.)
|
||||
</para>
|
||||
|
||||
@children: a list of children belonging the GtkBox.
|
||||
The data is a list of structures of type #GtkBoxChild-struct.
|
||||
@spacing: the number of pixels to put between children of the GtkBox,
|
||||
zero by default. Use gtk_box_set_spacing() to set this field.
|
||||
@homogeneous: a flag that if %TRUE forces all children to get equal
|
||||
space in the GtkBox; %FALSE by default. Use gtk_box_set_homogeneous()
|
||||
to set this field.
|
||||
|
||||
<!-- ##### ARG GtkBox:homogeneous ##### -->
|
||||
<para>
|
||||
|
@ -112,6 +112,11 @@ it cannot be individually modified.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:editing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:height ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -44,6 +44,11 @@ property is set to a pixbuf, it renders that one.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRendererPixbuf:gicon ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRendererPixbuf:icon-name ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -342,6 +342,16 @@ will not be used again.
|
||||
@user_data:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_clipboard_request_uris ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@clipboard:
|
||||
@callback:
|
||||
@user_data:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_clipboard_wait_for_contents ##### -->
|
||||
<para>
|
||||
|
||||
@ -382,6 +392,15 @@ will not be used again.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_clipboard_wait_for_uris ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@clipboard:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_clipboard_wait_is_text_available ##### -->
|
||||
<para>
|
||||
|
||||
@ -410,6 +429,15 @@ will not be used again.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_clipboard_wait_is_uris_available ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@clipboard:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_clipboard_wait_for_targets ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -74,6 +74,26 @@ Connect a handler for the clicked event.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkColorSelectionDialog:cancel-button ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkColorSelectionDialog:color-selection ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkColorSelectionDialog:help-button ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkColorSelectionDialog:ok-button ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_color_selection_dialog_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkColorSelectionDialog.
|
||||
|
@ -177,8 +177,6 @@ dividing #GtkHSeparator in the dialog. It is treated exactly the same
|
||||
as any other #GtkHButtonBox.
|
||||
</para>
|
||||
|
||||
@vbox:
|
||||
@action_area:
|
||||
|
||||
<!-- ##### SIGNAL GtkDialog::close ##### -->
|
||||
<para>
|
||||
|
@ -146,6 +146,11 @@ The #GtkEntry-struct struct contains only private data.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:overwrite-mode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:scroll-offset ##### -->
|
||||
<para>
|
||||
|
||||
@ -166,6 +171,11 @@ The #GtkEntry-struct struct contains only private data.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:text-length ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:truncate-multiline ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -51,10 +51,6 @@ fonts.</para></listitem>
|
||||
<!-- ##### STRUCT GtkFontSelectionDialog ##### -->
|
||||
|
||||
|
||||
@ok_button: The OK button of the dialog
|
||||
@apply_button: The Apply button of the dialog. This button is hidden
|
||||
by default but you can show/hide it
|
||||
@cancel_button: The Cancel button of the dialog
|
||||
|
||||
<!-- ##### FUNCTION gtk_font_selection_dialog_new ##### -->
|
||||
<para>
|
||||
|
@ -102,6 +102,11 @@ handlebox are detached from the main window.
|
||||
(this argument provides no extra information
|
||||
and is here only for backwards-compatibility)
|
||||
|
||||
<!-- ##### ARG GtkHandleBox:child-detached ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkHandleBox:handle-position ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -35,7 +35,6 @@ area.
|
||||
|
||||
</para>
|
||||
|
||||
@bin_window:
|
||||
|
||||
<!-- ##### SIGNAL GtkLayout::set-scroll-adjustments ##### -->
|
||||
<para>
|
||||
|
@ -94,6 +94,31 @@ should be accessed using the functions below.
|
||||
@menu: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### ARG GtkMenu:accel-group ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenu:accel-path ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenu:active ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenu:attach-widget ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenu:monitor ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenu:tearoff-state ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -73,6 +73,16 @@ submenu. For normal applications, the relevant signal is "activate".
|
||||
@menuitem: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### ARG GtkMenuItem:accel-path ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenuItem:right-justified ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenuItem:submenu ##### -->
|
||||
<para>
|
||||
|
||||
@ -103,6 +113,11 @@ submenu. For normal applications, the relevant signal is "activate".
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenuItem:width-chars ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_menu_item_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkMenuItem.
|
||||
|
@ -56,6 +56,11 @@ on all platforms supported by GTK+.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkPlug:socket-window ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_plug_construct ##### -->
|
||||
<para>
|
||||
</para>
|
||||
|
@ -58,6 +58,11 @@ is tailored for this use case.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkScaleButton:orientation ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkScaleButton:size ##### -->
|
||||
<para>
|
||||
|
||||
@ -126,3 +131,12 @@ is tailored for this use case.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_scale_button_get_popup ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
@ -76,8 +76,6 @@ There are no public fields in the #GtkScrolledWindow struct; it should
|
||||
only be accessed using the functions below.
|
||||
</para>
|
||||
|
||||
@hscrollbar:
|
||||
@vscrollbar:
|
||||
|
||||
<!-- ##### SIGNAL GtkScrolledWindow::move-focus-out ##### -->
|
||||
<para>
|
||||
|
@ -108,11 +108,26 @@ Sharing settings between applications
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-enable-event-sounds ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-enable-input-feedback-sounds ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-enable-mnemonics ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-enable-tooltips ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-entry-password-hint-timeout ##### -->
|
||||
<para>
|
||||
|
||||
@ -248,6 +263,11 @@ Sharing settings between applications
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-sound-theme-name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-split-cursor ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -47,13 +47,6 @@ The #GtkToolbar struct only contains private data and should only be
|
||||
accessed through the function described below.
|
||||
</para>
|
||||
|
||||
@num_children:
|
||||
@children:
|
||||
@orientation:
|
||||
@style:
|
||||
@icon_size:
|
||||
@tooltips:
|
||||
@_tooltips:
|
||||
|
||||
<!-- ##### SIGNAL GtkToolbar::focus-home-or-end ##### -->
|
||||
<para>
|
||||
|
@ -77,14 +77,6 @@ internal child "accessible" of a <structname>GtkWidget</structname>.
|
||||
|
||||
</para>
|
||||
|
||||
@style: The style for the widget. The style contains the colors the widget should be
|
||||
drawn in for each state along with graphics contexts used to draw with and the font
|
||||
to use for text.
|
||||
@requisition: The widget's desired size.
|
||||
@allocation: The widget's allocated size.
|
||||
@window: The widget's window or its parent window if it does not have a window. (Which
|
||||
will be indicated by the #GTK_NO_WINDOW flag being set).
|
||||
@parent:
|
||||
|
||||
<!-- ##### SIGNAL GtkWidget::accel-closures-changed ##### -->
|
||||
<para>
|
||||
@ -786,6 +778,11 @@ internal child "accessible" of a <structname>GtkWidget</structname>.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkWidget:window ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkWidget:cursor-aspect-ratio ##### -->
|
||||
<para>
|
||||
|
||||
@ -1199,13 +1196,6 @@ widget by its parent. It is a subregion of its parents allocation. See
|
||||
|
||||
</para>
|
||||
|
||||
@selection:
|
||||
@target:
|
||||
@type:
|
||||
@format:
|
||||
@data:
|
||||
@length:
|
||||
@display:
|
||||
|
||||
<!-- ##### STRUCT GtkWidgetAuxInfo ##### -->
|
||||
<para>
|
||||
|
Reference in New Issue
Block a user