mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Allow indents to be negative. (#Bug 434308)
2007-04-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextview.c: Allow indents to be negative. (#Bug 434308) svn path=/trunk/; revision=17736
This commit is contained in:
parent
1a3b0b486c
commit
d2ab216455
@ -1,3 +1,7 @@
|
|||||||
|
2007-04-30 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktextview.c: Allow indents to be negative. (#Bug 434308)
|
||||||
|
|
||||||
2007-04-30 Michael Natterer <mitch@imendio.com>
|
2007-04-30 Michael Natterer <mitch@imendio.com>
|
||||||
|
|
||||||
* gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): pop up the
|
* gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): pop up the
|
||||||
|
@ -603,7 +603,7 @@ gtk_text_view_class_init (GtkTextViewClass *klass)
|
|||||||
g_param_spec_int ("indent",
|
g_param_spec_int ("indent",
|
||||||
P_("Indent"),
|
P_("Indent"),
|
||||||
P_("Amount to indent the paragraph, in pixels"),
|
P_("Amount to indent the paragraph, in pixels"),
|
||||||
0,
|
G_MININT,
|
||||||
G_MAXINT,
|
G_MAXINT,
|
||||||
0,
|
0,
|
||||||
GTK_PARAM_READWRITE));
|
GTK_PARAM_READWRITE));
|
||||||
|
Loading…
Reference in New Issue
Block a user