
Fri Feb 2 12:26:50 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix), since some people set $(libdir) separately. (#1290, David Kaelbling) Thu Feb 1 18:25:46 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not defined, define MAXPATHLEN to 2048. (The Hurd doesn't have MAXPATHLEN, but the code here depends on a fixed value.) (#4524) Wed Jan 31 22:01:04 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g) Wed Jan 31 21:20:39 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkctree.c (real_tree_move): If the node being moved isn't viewable there is no way that moving the node will cause the focus row to become not viewable, so omit check on the visibility of new_sibling, which is irrelevant. (Fixes #8002, David Helder) Wed Jan 31 20:38:17 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current selection before inserting new text. Wed Jan 31 18:49:33 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb): Make the sensitivity of the reparented child track that of the original parent menu item. (#34218, David Hodson) * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle the case where the current item is destroyed properly. * gtk/gtkoptionmenu.c: Some additional code cleanups and fix some edge cases with child-less menuitems. Wed Jan 31 17:16:13 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return key pop down window. (#12074, Jon K Hellan) Wed Jan 31 16:21:42 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) The solution here isn't perfect - you get an extraneous emission of "toggle", which could conceivably confuse an app, but better than the current situation. LXR search seems to indicate that no apps in GNOME CVS connect to "toggle". Wed Jan 31 15:46:13 2001 Owen Taylor <otaylor@redhat.com> * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from gtk_public_h_sources to directly here to avoid warning when building srcdir != builddir. (#9656) Tue Jan 30 19:49:02 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkrange.c: Patch from Kipp Hickman to make the event handlers in gtkrange.c return the proper values (TRUE == handled) (#10316). This is just the tip of the iceberg, but gtkrange.c is the most common place where the propagation is problematical, and also a place where it is almost certainly safe to change this in the stable branch. (You don't want right click popups on a range control or anything...) Tue Jan 30 18:57:59 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtktext.c (clear_focus_area): We need to clear the focus area on focus out, even if a background pixmap isn't set. (#13941) Tue Jan 30 18:24:10 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham to deal with setting the shape properly when scrolling arrows are turned on, but not visible because there is sufficient space. (#13432) Tue Jan 30 16:39:25 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu items with submenus, destroy the item along with the submenu. (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' properly. * gtk/testgtk.c (menu_items): Add a dummy branch that we delete later. Tue Jan 30 15:51:25 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where the focus widget sometimes wasn't drawn with the default if there was no default widget. * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors, unreference pixmaps. * gtk/gtkstyle.c (gtk_style_realize): Reference colormap for some extra safety. Mon Jan 29 19:00:01 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting the text of a cell to the old pointer value better, by copying the new text before freeing the old text. Some code cleanup. (#8079, Karl Nelson) Mon Jan 29 16:50:19 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text() gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN. Mon Jan 29 15:22:51 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkmenu.c (gtk_menu_remove): When removing an item from a menu, check to see if it matches menu->old_active_menu_item, and if so, unref and clear old_active_menu_item (Patch from Pavel Cisler) * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset menu_shell->active_menu_item, if it is the child being removed. (Patch based on that of Gene Ragan, #50337)
837 lines
20 KiB
C
837 lines
20 KiB
C
/* GTK - The GIMP Toolkit
|
|
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License as published by the Free Software Foundation; either
|
|
* version 2 of the License, or (at your option) any later version.
|
|
*
|
|
* This library is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this library; if not, write to the Free
|
|
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
*/
|
|
|
|
/*
|
|
* Modified by the GTK+ Team and others 1997-2000. See the AUTHORS
|
|
* file for a list of people on the GTK+ Team. See the ChangeLog
|
|
* files for a list of changes. These files are distributed with
|
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
|
*/
|
|
|
|
#include <math.h>
|
|
#include <string.h>
|
|
#include "gtklabel.h"
|
|
#include "gdk/gdkkeysyms.h"
|
|
#include "gdk/gdki18n.h"
|
|
#include <pango/pango.h>
|
|
|
|
|
|
enum {
|
|
ARG_0,
|
|
ARG_LABEL,
|
|
ARG_PATTERN,
|
|
ARG_JUSTIFY,
|
|
ARG_WRAP
|
|
};
|
|
|
|
static void gtk_label_class_init (GtkLabelClass *klass);
|
|
static void gtk_label_init (GtkLabel *label);
|
|
static void gtk_label_set_arg (GtkObject *object,
|
|
GtkArg *arg,
|
|
guint arg_id);
|
|
static void gtk_label_get_arg (GtkObject *object,
|
|
GtkArg *arg,
|
|
guint arg_id);
|
|
static void gtk_label_finalize (GObject *object);
|
|
static void gtk_label_size_request (GtkWidget *widget,
|
|
GtkRequisition *requisition);
|
|
static void gtk_label_style_set (GtkWidget *widget,
|
|
GtkStyle *previous_style);
|
|
static void gtk_label_direction_changed (GtkWidget *widget,
|
|
GtkTextDirection previous_dir);
|
|
static gint gtk_label_expose (GtkWidget *widget,
|
|
GdkEventExpose *event);
|
|
|
|
static GtkMiscClass *parent_class = NULL;
|
|
|
|
GtkType
|
|
gtk_label_get_type (void)
|
|
{
|
|
static GtkType label_type = 0;
|
|
|
|
if (!label_type)
|
|
{
|
|
static const GTypeInfo label_info =
|
|
{
|
|
sizeof (GtkLabelClass),
|
|
NULL, /* base_init */
|
|
NULL, /* base_finalize */
|
|
(GClassInitFunc) gtk_label_class_init,
|
|
NULL, /* class_finalize */
|
|
NULL, /* class_data */
|
|
sizeof (GtkLabel),
|
|
32, /* n_preallocs */
|
|
(GInstanceInitFunc) gtk_label_init,
|
|
};
|
|
|
|
label_type = g_type_register_static (GTK_TYPE_MISC, "GtkLabel", &label_info, 0);
|
|
}
|
|
|
|
return label_type;
|
|
}
|
|
|
|
static void
|
|
gtk_label_class_init (GtkLabelClass *class)
|
|
{
|
|
GObjectClass *gobject_class = G_OBJECT_CLASS (class);
|
|
GtkObjectClass *object_class;
|
|
GtkWidgetClass *widget_class;
|
|
|
|
object_class = (GtkObjectClass*) class;
|
|
widget_class = (GtkWidgetClass*) class;
|
|
|
|
parent_class = gtk_type_class (GTK_TYPE_MISC);
|
|
|
|
gtk_object_add_arg_type ("GtkLabel::label", GTK_TYPE_STRING, GTK_ARG_READWRITE, ARG_LABEL);
|
|
gtk_object_add_arg_type ("GtkLabel::pattern", GTK_TYPE_STRING, GTK_ARG_READWRITE, ARG_PATTERN);
|
|
gtk_object_add_arg_type ("GtkLabel::justify", GTK_TYPE_JUSTIFICATION, GTK_ARG_READWRITE, ARG_JUSTIFY);
|
|
gtk_object_add_arg_type ("GtkLabel::wrap", GTK_TYPE_BOOL, GTK_ARG_READWRITE, ARG_WRAP);
|
|
|
|
gobject_class->finalize = gtk_label_finalize;
|
|
|
|
object_class->set_arg = gtk_label_set_arg;
|
|
object_class->get_arg = gtk_label_get_arg;
|
|
|
|
widget_class->size_request = gtk_label_size_request;
|
|
widget_class->style_set = gtk_label_style_set;
|
|
widget_class->direction_changed = gtk_label_direction_changed;
|
|
widget_class->expose_event = gtk_label_expose;
|
|
}
|
|
|
|
static void
|
|
gtk_label_set_arg (GtkObject *object,
|
|
GtkArg *arg,
|
|
guint arg_id)
|
|
{
|
|
GtkLabel *label;
|
|
|
|
label = GTK_LABEL (object);
|
|
|
|
switch (arg_id)
|
|
{
|
|
case ARG_LABEL:
|
|
gtk_label_set_text (label, GTK_VALUE_STRING (*arg));
|
|
break;
|
|
case ARG_PATTERN:
|
|
gtk_label_set_pattern (label, GTK_VALUE_STRING (*arg));
|
|
break;
|
|
case ARG_JUSTIFY:
|
|
gtk_label_set_justify (label, GTK_VALUE_ENUM (*arg));
|
|
break;
|
|
case ARG_WRAP:
|
|
gtk_label_set_line_wrap (label, GTK_VALUE_BOOL (*arg));
|
|
break;
|
|
default:
|
|
break;
|
|
}
|
|
}
|
|
|
|
static void
|
|
gtk_label_get_arg (GtkObject *object,
|
|
GtkArg *arg,
|
|
guint arg_id)
|
|
{
|
|
GtkLabel *label;
|
|
|
|
label = GTK_LABEL (object);
|
|
|
|
switch (arg_id)
|
|
{
|
|
case ARG_LABEL:
|
|
GTK_VALUE_STRING (*arg) = g_strdup (label->label);
|
|
break;
|
|
case ARG_PATTERN:
|
|
GTK_VALUE_STRING (*arg) = g_strdup (label->pattern);
|
|
break;
|
|
case ARG_JUSTIFY:
|
|
GTK_VALUE_ENUM (*arg) = label->jtype;
|
|
break;
|
|
case ARG_WRAP:
|
|
GTK_VALUE_BOOL (*arg) = label->wrap;
|
|
break;
|
|
default:
|
|
arg->type = GTK_TYPE_INVALID;
|
|
break;
|
|
}
|
|
}
|
|
|
|
static void
|
|
gtk_label_init (GtkLabel *label)
|
|
{
|
|
GTK_WIDGET_SET_FLAGS (label, GTK_NO_WINDOW);
|
|
|
|
label->label = NULL;
|
|
label->pattern = NULL;
|
|
|
|
label->jtype = GTK_JUSTIFY_CENTER;
|
|
label->wrap = FALSE;
|
|
|
|
label->layout = NULL;
|
|
label->attrs = NULL;
|
|
|
|
gtk_label_set_text (label, "");
|
|
}
|
|
|
|
GtkWidget*
|
|
gtk_label_new (const gchar *str)
|
|
{
|
|
GtkLabel *label;
|
|
|
|
label = gtk_type_new (GTK_TYPE_LABEL);
|
|
|
|
if (str && *str)
|
|
gtk_label_set_text (label, str);
|
|
|
|
return GTK_WIDGET (label);
|
|
}
|
|
|
|
static inline void
|
|
gtk_label_set_text_internal (GtkLabel *label,
|
|
gchar *str)
|
|
{
|
|
g_free (label->label);
|
|
|
|
label->label = str;
|
|
if (label->layout)
|
|
{
|
|
g_object_unref (G_OBJECT (label->layout));
|
|
label->layout = NULL;
|
|
}
|
|
|
|
gtk_widget_queue_resize (GTK_WIDGET (label));
|
|
}
|
|
|
|
void
|
|
gtk_label_set_text (GtkLabel *label,
|
|
const gchar *str)
|
|
{
|
|
g_return_if_fail (GTK_IS_LABEL (label));
|
|
|
|
gtk_label_set_text_internal (label, g_strdup (str ? str : ""));
|
|
}
|
|
|
|
/**
|
|
* gtk_label_set_attributes:
|
|
* @label: a #GtkLabel
|
|
* @attrs: a #PangoAttrList
|
|
*
|
|
* Sets a #PangoAttrList; the attributes in the list are applied to the
|
|
* label text.
|
|
**/
|
|
void
|
|
gtk_label_set_attributes (GtkLabel *label,
|
|
PangoAttrList *attrs)
|
|
{
|
|
g_return_if_fail (GTK_IS_LABEL (label));
|
|
|
|
if (attrs)
|
|
pango_attr_list_ref (attrs);
|
|
|
|
if (label->attrs)
|
|
pango_attr_list_unref (label->attrs);
|
|
|
|
label->attrs = attrs;
|
|
}
|
|
|
|
static guint
|
|
set_markup (GtkLabel *label,
|
|
const gchar *str,
|
|
gboolean with_uline)
|
|
{
|
|
gchar *text = NULL;
|
|
GError *error = NULL;
|
|
PangoAttrList *attrs = NULL;
|
|
gunichar accel_char = 0;
|
|
|
|
if (str == NULL)
|
|
str = "";
|
|
|
|
if (!pango_parse_markup (str,
|
|
-1,
|
|
with_uline ? '_' : 0,
|
|
&attrs,
|
|
&text,
|
|
with_uline ? &accel_char : NULL,
|
|
&error))
|
|
{
|
|
g_warning ("Failed to set label from markup due to error parsing markup: %s",
|
|
error->message);
|
|
g_error_free (error);
|
|
return 0;
|
|
}
|
|
|
|
if (text)
|
|
gtk_label_set_text_internal (label, text);
|
|
|
|
if (attrs)
|
|
{
|
|
gtk_label_set_attributes (label, attrs);
|
|
pango_attr_list_unref (attrs);
|
|
}
|
|
|
|
if (accel_char != 0)
|
|
return gdk_keyval_to_lower (gdk_unicode_to_keyval (accel_char));
|
|
else
|
|
return GDK_VoidSymbol;
|
|
}
|
|
|
|
/**
|
|
* gtk_label_set_markup:
|
|
* @label: a #GtkLabel
|
|
* @str: a markup string (see <link linkend="PangoMarkupFormat">Pango markup format</link>)
|
|
*
|
|
* Parses @str which is marked up with the Pango text markup language,
|
|
* setting the label's text and attribute list based on the parse results.
|
|
**/
|
|
void
|
|
gtk_label_set_markup (GtkLabel *label,
|
|
const gchar *str)
|
|
{
|
|
g_return_if_fail (GTK_IS_LABEL (label));
|
|
|
|
set_markup (label, str, FALSE);
|
|
}
|
|
|
|
/**
|
|
* gtk_label_set_markup:
|
|
* @label: a #GtkLabel
|
|
* @str: a markup string (see <link linkend="PangoMarkupFormat">Pango markup format</link>)
|
|
*
|
|
* Parses @str which is marked up with the Pango text markup language,
|
|
* setting the label's text and attribute list based on the parse results.
|
|
* If characters in @str are preceded by an underscore, they are underlined
|
|
* indicating that they represent a keyboard accelerator, and the GDK
|
|
* keyval for the first underlined accelerator is returned. If there are
|
|
* no underlines in the text, GDK_VoidSymbol will be returned.
|
|
**/
|
|
guint
|
|
gtk_label_set_markup_with_accel (GtkLabel *label,
|
|
const gchar *str)
|
|
{
|
|
g_return_val_if_fail (GTK_IS_LABEL (label), GDK_VoidSymbol);
|
|
|
|
return set_markup (label, str, TRUE);
|
|
}
|
|
|
|
/**
|
|
* gtk_label_get_text:
|
|
* @label: a #GtkLabel
|
|
*
|
|
* Fetches the text from a label widget
|
|
*
|
|
* Return value: the text in the label widget. This value must
|
|
* be freed with g_free().
|
|
**/
|
|
G_CONST_RETURN gchar *
|
|
gtk_label_get_text (GtkLabel *label)
|
|
{
|
|
g_return_val_if_fail (label != NULL, NULL);
|
|
g_return_val_if_fail (GTK_IS_LABEL (label), NULL);
|
|
|
|
return label->label;
|
|
}
|
|
|
|
void
|
|
gtk_label_set_pattern (GtkLabel *label,
|
|
const gchar *pattern)
|
|
{
|
|
g_return_if_fail (GTK_IS_LABEL (label));
|
|
|
|
g_free (label->pattern);
|
|
label->pattern = g_strdup (pattern);
|
|
|
|
gtk_widget_queue_resize (GTK_WIDGET (label));
|
|
}
|
|
|
|
void
|
|
gtk_label_set_justify (GtkLabel *label,
|
|
GtkJustification jtype)
|
|
{
|
|
g_return_if_fail (GTK_IS_LABEL (label));
|
|
g_return_if_fail (jtype >= GTK_JUSTIFY_LEFT && jtype <= GTK_JUSTIFY_FILL);
|
|
|
|
if ((GtkJustification) label->jtype != jtype)
|
|
{
|
|
label->jtype = jtype;
|
|
|
|
if (label->layout)
|
|
{
|
|
/* No real need to be this drastic, but easier than duplicating the code */
|
|
g_object_unref (G_OBJECT (label->layout));
|
|
label->layout = NULL;
|
|
}
|
|
|
|
gtk_widget_queue_resize (GTK_WIDGET (label));
|
|
}
|
|
}
|
|
|
|
void
|
|
gtk_label_set_line_wrap (GtkLabel *label,
|
|
gboolean wrap)
|
|
{
|
|
g_return_if_fail (GTK_IS_LABEL (label));
|
|
|
|
wrap = wrap != FALSE;
|
|
|
|
if (label->wrap != wrap)
|
|
{
|
|
label->wrap = wrap;
|
|
|
|
gtk_widget_queue_resize (GTK_WIDGET (label));
|
|
}
|
|
}
|
|
|
|
void
|
|
gtk_label_get (GtkLabel *label,
|
|
gchar **str)
|
|
{
|
|
g_return_if_fail (label != NULL);
|
|
g_return_if_fail (GTK_IS_LABEL (label));
|
|
g_return_if_fail (str != NULL);
|
|
|
|
*str = label->label;
|
|
}
|
|
|
|
static void
|
|
gtk_label_finalize (GObject *object)
|
|
{
|
|
GtkLabel *label;
|
|
|
|
g_return_if_fail (GTK_IS_LABEL (object));
|
|
|
|
label = GTK_LABEL (object);
|
|
|
|
g_free (label->label);
|
|
g_free (label->pattern);
|
|
|
|
if (label->layout)
|
|
g_object_unref (G_OBJECT (label->layout));
|
|
|
|
if (label->attrs)
|
|
pango_attr_list_unref (label->attrs);
|
|
|
|
G_OBJECT_CLASS (parent_class)->finalize (object);
|
|
}
|
|
|
|
static void
|
|
gtk_label_pattern_to_attrs (GtkLabel *label,
|
|
PangoAttrList *attrs)
|
|
{
|
|
if (label->pattern)
|
|
{
|
|
const char *start;
|
|
const char *p = label->label;
|
|
const char *q = label->pattern;
|
|
|
|
while (1)
|
|
{
|
|
while (*p && *q && *q != '_')
|
|
{
|
|
p = g_utf8_next_char (p);
|
|
q++;
|
|
}
|
|
start = p;
|
|
while (*p && *q && *q == '_')
|
|
{
|
|
p = g_utf8_next_char (p);
|
|
q++;
|
|
}
|
|
|
|
if (p > start)
|
|
{
|
|
PangoAttribute *attr = pango_attr_underline_new (PANGO_UNDERLINE_LOW);
|
|
attr->start_index = start - label->label;
|
|
attr->end_index = p - label->label;
|
|
|
|
pango_attr_list_insert (attrs, attr);
|
|
}
|
|
else
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
|
|
static void
|
|
gtk_label_size_request (GtkWidget *widget,
|
|
GtkRequisition *requisition)
|
|
{
|
|
GtkLabel *label;
|
|
PangoRectangle logical_rect;
|
|
|
|
g_return_if_fail (GTK_IS_LABEL (widget));
|
|
g_return_if_fail (requisition != NULL);
|
|
|
|
label = GTK_LABEL (widget);
|
|
|
|
/*
|
|
* There are a number of conditions which will necessitate re-filling
|
|
* our text:
|
|
*
|
|
* 1. text changed.
|
|
* 2. justification changed either from to to GTK_JUSTIFY_FILL.
|
|
* 3. font changed.
|
|
*
|
|
* These have been detected elsewhere, and label->words will be zero,
|
|
* if one of the above has occured.
|
|
*
|
|
* Additionally, though, if GTK_JUSTIFY_FILL, we need to re-fill if:
|
|
*
|
|
* 4. gtk_widget_set_usize has changed the requested width.
|
|
* 5. gtk_misc_set_padding has changed xpad.
|
|
* 6. maybe others?...
|
|
*
|
|
* Too much of a pain to detect all these case, so always re-fill. I
|
|
* don't think it's really that slow.
|
|
*/
|
|
|
|
requisition->width = label->misc.xpad;
|
|
requisition->height = label->misc.ypad;
|
|
|
|
if (!label->layout)
|
|
{
|
|
PangoAlignment align = PANGO_ALIGN_LEFT; /* Quiet gcc */
|
|
PangoAttrList *attrs = NULL;
|
|
|
|
label->layout = gtk_widget_create_pango_layout (widget, label->label);
|
|
|
|
/* FIXME move to a model where the pattern isn't stored
|
|
* permanently, and just modifes or creates the AttrList
|
|
*/
|
|
if (label->attrs)
|
|
attrs = pango_attr_list_copy (label->attrs);
|
|
else if (label->pattern)
|
|
attrs = pango_attr_list_new ();
|
|
|
|
if (label->pattern)
|
|
gtk_label_pattern_to_attrs (label, attrs);
|
|
|
|
if (attrs)
|
|
{
|
|
pango_layout_set_attributes (label->layout, attrs);
|
|
pango_attr_list_unref (attrs);
|
|
}
|
|
|
|
switch (label->jtype)
|
|
{
|
|
case GTK_JUSTIFY_LEFT:
|
|
align = PANGO_ALIGN_LEFT;
|
|
break;
|
|
case GTK_JUSTIFY_RIGHT:
|
|
align = PANGO_ALIGN_RIGHT;
|
|
break;
|
|
case GTK_JUSTIFY_CENTER:
|
|
align = PANGO_ALIGN_LEFT;
|
|
break;
|
|
case GTK_JUSTIFY_FILL:
|
|
/* FIXME: This just doesn't work to do this */
|
|
align = PANGO_ALIGN_LEFT;
|
|
pango_layout_set_justify (label->layout, TRUE);
|
|
break;
|
|
default:
|
|
g_assert_not_reached();
|
|
}
|
|
|
|
pango_layout_set_alignment (label->layout, align);
|
|
}
|
|
|
|
if (label->wrap)
|
|
{
|
|
GtkWidgetAuxInfo *aux_info;
|
|
gint longest_paragraph;
|
|
gint width, height;
|
|
gint real_width;
|
|
|
|
aux_info = gtk_object_get_data (GTK_OBJECT (widget), "gtk-aux-info");
|
|
if (aux_info && aux_info->width > 0)
|
|
{
|
|
pango_layout_set_width (label->layout, aux_info->width * PANGO_SCALE);
|
|
pango_layout_get_extents (label->layout, NULL, &logical_rect);
|
|
|
|
requisition->width += aux_info->width;
|
|
requisition->height += PANGO_PIXELS (logical_rect.height);
|
|
}
|
|
else
|
|
{
|
|
pango_layout_set_width (label->layout, -1);
|
|
pango_layout_get_extents (label->layout, NULL, &logical_rect);
|
|
|
|
width = logical_rect.width;
|
|
height = logical_rect.height;
|
|
|
|
/* Try to guess a reasonable maximum width
|
|
*/
|
|
longest_paragraph = width;
|
|
|
|
width = MIN (width,
|
|
PANGO_SCALE * gdk_string_width (GTK_WIDGET (label)->style->font,
|
|
"This long string gives a good enough length for any line to have."));
|
|
width = MIN (width,
|
|
PANGO_SCALE * (gdk_screen_width () + 1) / 2);
|
|
|
|
pango_layout_set_width (label->layout, width);
|
|
pango_layout_get_extents (label->layout, NULL, &logical_rect);
|
|
real_width = logical_rect.width;
|
|
height = logical_rect.height;
|
|
|
|
/* Unfortunately, the above may leave us with a very unbalanced looking paragraph,
|
|
* so we try short search for a narrower width that leaves us with the same height
|
|
*/
|
|
if (longest_paragraph > 0)
|
|
{
|
|
gint nlines, perfect_width;
|
|
|
|
nlines = pango_layout_get_line_count (label->layout);
|
|
perfect_width = (longest_paragraph + nlines - 1) / nlines;
|
|
|
|
if (perfect_width < width)
|
|
{
|
|
pango_layout_set_width (label->layout, perfect_width);
|
|
pango_layout_get_extents (label->layout, NULL, &logical_rect);
|
|
|
|
if (logical_rect.height <= height)
|
|
{
|
|
width = perfect_width;
|
|
real_width = logical_rect.width;
|
|
height = logical_rect.height;
|
|
}
|
|
else
|
|
{
|
|
gint mid_width = (perfect_width + width) / 2;
|
|
|
|
if (mid_width > perfect_width)
|
|
{
|
|
pango_layout_set_width (label->layout, mid_width);
|
|
pango_layout_get_extents (label->layout, NULL, &logical_rect);
|
|
|
|
if (logical_rect.height <= height)
|
|
{
|
|
width = mid_width;
|
|
real_width = logical_rect.width;
|
|
height = logical_rect.height;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
pango_layout_set_width (label->layout, width);
|
|
|
|
requisition->width += PANGO_PIXELS (real_width);
|
|
requisition->height += PANGO_PIXELS (height);
|
|
}
|
|
}
|
|
else /* !label->wrap */
|
|
{
|
|
pango_layout_set_width (label->layout, -1);
|
|
pango_layout_get_extents (label->layout, NULL, &logical_rect);
|
|
|
|
requisition->width += PANGO_PIXELS (logical_rect.width);
|
|
requisition->height += PANGO_PIXELS (logical_rect.height);
|
|
}
|
|
}
|
|
|
|
static void
|
|
gtk_label_style_set (GtkWidget *widget,
|
|
GtkStyle *previous_style)
|
|
{
|
|
GtkLabel *label;
|
|
|
|
g_return_if_fail (GTK_IS_LABEL (widget));
|
|
|
|
label = GTK_LABEL (widget);
|
|
|
|
if (previous_style && label->layout)
|
|
pango_layout_context_changed (label->layout);
|
|
}
|
|
|
|
static void
|
|
gtk_label_direction_changed (GtkWidget *widget,
|
|
GtkTextDirection previous_dir)
|
|
{
|
|
GtkLabel *label = GTK_LABEL (widget);
|
|
|
|
if (label->layout)
|
|
pango_layout_context_changed (label->layout);
|
|
|
|
GTK_WIDGET_CLASS (parent_class)->direction_changed (widget, previous_dir);
|
|
}
|
|
|
|
#if 0
|
|
static void
|
|
gtk_label_paint_word (GtkLabel *label,
|
|
gint x,
|
|
gint y,
|
|
GtkLabelWord *word,
|
|
GdkRectangle *area)
|
|
{
|
|
GtkWidget *widget = GTK_WIDGET (label);
|
|
GtkLabelULine *uline;
|
|
gchar *tmp_str;
|
|
|
|
tmp_str = gdk_wcstombs (word->beginning);
|
|
if (tmp_str)
|
|
{
|
|
gtk_paint_string (widget->style, widget->window, widget->state,
|
|
area, widget, "label",
|
|
x + word->x,
|
|
y + word->y,
|
|
tmp_str);
|
|
g_free (tmp_str);
|
|
}
|
|
|
|
for (uline = word->uline; uline; uline = uline->next)
|
|
gtk_paint_hline (widget->style, widget->window,
|
|
widget->state, area,
|
|
widget, "label",
|
|
x + uline->x1, x + uline->x2, y + uline->y);
|
|
}
|
|
#endif
|
|
|
|
static gint
|
|
gtk_label_expose (GtkWidget *widget,
|
|
GdkEventExpose *event)
|
|
{
|
|
GtkLabel *label;
|
|
GtkMisc *misc;
|
|
gint x, y;
|
|
gfloat xalign;
|
|
|
|
g_return_val_if_fail (GTK_IS_LABEL (widget), FALSE);
|
|
g_return_val_if_fail (event != NULL, FALSE);
|
|
|
|
label = GTK_LABEL (widget);
|
|
|
|
/* if label->layout is NULL it means we got a set_text since
|
|
* our last size request, so a resize should be queued,
|
|
* which means a full expose is in the queue anyway.
|
|
*/
|
|
if (GTK_WIDGET_VISIBLE (widget) && GTK_WIDGET_MAPPED (widget) &&
|
|
label->layout && label->label && (*label->label != '\0'))
|
|
{
|
|
misc = GTK_MISC (widget);
|
|
|
|
if (gtk_widget_get_direction (widget) == GTK_TEXT_DIR_LTR)
|
|
xalign = misc->xalign;
|
|
else
|
|
xalign = 1. - misc->xalign;
|
|
|
|
x = floor (widget->allocation.x + (gint)misc->xpad
|
|
+ ((widget->allocation.width - widget->requisition.width) * xalign)
|
|
+ 0.5);
|
|
|
|
y = floor (widget->allocation.y + (gint)misc->ypad
|
|
+ ((widget->allocation.height - widget->requisition.height) * misc->yalign)
|
|
+ 0.5);
|
|
|
|
|
|
gtk_paint_layout (widget->style,
|
|
widget->window,
|
|
GTK_WIDGET_STATE (widget),
|
|
&event->area,
|
|
widget,
|
|
"label",
|
|
x, y,
|
|
label->layout);
|
|
}
|
|
|
|
return TRUE;
|
|
}
|
|
|
|
guint
|
|
gtk_label_parse_uline (GtkLabel *label,
|
|
const gchar *str)
|
|
{
|
|
guint accel_key = GDK_VoidSymbol;
|
|
|
|
gchar *new_str;
|
|
gchar *pattern;
|
|
const gchar *src;
|
|
gchar *dest, *pattern_dest;
|
|
gboolean underscore;
|
|
|
|
g_return_val_if_fail (GTK_IS_LABEL (label), GDK_VoidSymbol);
|
|
g_return_val_if_fail (str != NULL, GDK_VoidSymbol);
|
|
|
|
/* Convert text to wide characters */
|
|
|
|
new_str = g_new (gchar, strlen (str) + 1);
|
|
pattern = g_new (gchar, g_utf8_strlen (str, -1) + 1);
|
|
|
|
underscore = FALSE;
|
|
|
|
src = str;
|
|
dest = new_str;
|
|
pattern_dest = pattern;
|
|
|
|
while (*src)
|
|
{
|
|
gunichar c;
|
|
gchar *next_src;
|
|
|
|
c = g_utf8_get_char (src);
|
|
if (c == (gunichar)-1)
|
|
{
|
|
g_warning ("Invalid input string");
|
|
g_free (new_str);
|
|
g_free (pattern);
|
|
return GDK_VoidSymbol;
|
|
}
|
|
next_src = g_utf8_next_char (src);
|
|
|
|
if (underscore)
|
|
{
|
|
if (c == '_')
|
|
*pattern_dest++ = ' ';
|
|
else
|
|
{
|
|
*pattern_dest++ = '_';
|
|
if (accel_key == GDK_VoidSymbol)
|
|
accel_key = gdk_keyval_to_lower (c);
|
|
}
|
|
|
|
while (src < next_src)
|
|
*dest++ = *src++;
|
|
|
|
underscore = FALSE;
|
|
}
|
|
else
|
|
{
|
|
if (c == '_')
|
|
{
|
|
underscore = TRUE;
|
|
src = next_src;
|
|
}
|
|
else
|
|
{
|
|
while (src < next_src)
|
|
*dest++ = *src++;
|
|
|
|
*pattern_dest++ = ' ';
|
|
}
|
|
}
|
|
}
|
|
*dest = 0;
|
|
*pattern_dest = 0;
|
|
|
|
gtk_label_set_text_internal (label, new_str);
|
|
gtk_label_set_pattern (label, pattern);
|
|
|
|
g_free (pattern);
|
|
|
|
return accel_key;
|
|
}
|