Hi, The Surprises <[EMAIL PROTECTED]> writes:
> Before I dive into coding one, does anyone have any code that allows one > to edit the text of a label widget? The user can double click on the > label, and it will magically convert to a text entry that the user can > edit, then when the user hits return, it magically turns back into a > label. the widget for an editable label is called GtkEntry. If the label should be editable, mark it as such by using a GtkEntry. Anything else would only be confusing to the user. Salut, Sven _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
