fix warning
2001-04-27 Havoc Pennington <hp@redhat.com> * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip line/para separators (gtk_entry_create_layout): set single paragraph mode on the layout * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much spacing between the image and label; instead, inside a button box the button will get extra space that will go there, but if people configure button box for 0 chubbiness, then there's no spacing. * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding and min/max size style properties, so people can tune their chubbiness. * tests/testgtk.c (make_toolbar): remove calls to removed toolbar functions * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size, space_style, and button_relief into style properties, remove functions for setting them * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop it back down * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed types from gtk_widget_style_get * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace with a style property. * gdk/x11/gdkevents-x11.c: namespace the settings * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars. * gtk/gtksettings.c (gtk_settings_class_init): remove code with side effects from inside g_assert(), so that G_DISABLE_ASSERT can be used. Also, translate doc strings for settings. Also, namespace the double-click-time property. Also, remove bell properties crap.
This commit is contained in:
committed by
Havoc Pennington
parent
8ff2bf3b6e
commit
7e9b154f0c
@ -56,18 +56,3 @@ Adds a new #GtkMenuItem to the GtkMenuBar at the position defined by @position
|
||||
@position: the position in the item list where the @child is added.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_menu_bar_set_shadow_type ##### -->
|
||||
<para>
|
||||
Sets the shadow type to use on the GtkMenuBar. The shadow types to use are:
|
||||
GTK_SHADOW_NONE, GTK_SHADOW_IN, GTK_SHADOW_OUT, GTK_SHADOW_ETCHED_IN, and GTK_SHADOW_ETCHED_OUT
|
||||
</para>
|
||||
|
||||
@menu_bar: a #GtkMenuBar
|
||||
@type: the GtkShadowtype
|
||||
|
||||
|
||||
<!-- ##### ARG GtkMenuBar:shadow ##### -->
|
||||
<para>
|
||||
Used by #GtkMenuBar to determine the shadow type.
|
||||
</para>
|
||||
|
||||
|
||||
@ -496,6 +496,7 @@ This can later be composited together with other
|
||||
#GtkRcStyle structures to form a #GtkStyle.
|
||||
</para>
|
||||
|
||||
@parent_instance:
|
||||
@name:
|
||||
@bg_pixmap_name:
|
||||
@font_desc:
|
||||
|
||||
@ -258,24 +258,6 @@ alters the view of @toolbar to display either icons only, text only, or both.
|
||||
@style: the new style for @toolbar.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_toolbar_set_space_size ##### -->
|
||||
<para>
|
||||
should be used to set the number of pixels each item of space takes up in a toolbar.
|
||||
</para>
|
||||
|
||||
@toolbar: a #GtkToolbar.
|
||||
@space_size: the new number of pixels that spaces should consume.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_toolbar_set_space_style ##### -->
|
||||
<para>
|
||||
sets whether a 'space' in the toolbar appears as a line or just plain empty space.
|
||||
</para>
|
||||
|
||||
@toolbar: a #GtkToolbar.
|
||||
@space_style: the new style for the toolbar's spaces.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_toolbar_set_tooltips ##### -->
|
||||
<para>
|
||||
sets if the tooltips of a toolbar should be active or not.
|
||||
@ -285,24 +267,6 @@ sets if the tooltips of a toolbar should be active or not.
|
||||
@enable: set to 0 to disable the tooltips, or 1 to enable them.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_toolbar_set_button_relief ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@toolbar:
|
||||
@relief:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_toolbar_get_button_relief ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@toolbar:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_toolbar_insert_stock ##### -->
|
||||
<para>
|
||||
|
||||
@ -355,18 +319,3 @@ should be used if you wish to perform an action when ever the style of a toolbar
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkToolbar:space-size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkToolbar:space-style ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkToolbar:relief ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user