diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-07-03 21:21:25 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-07-03 21:21:25 +0000 |
commit | 50b1a5a9dc04af7ebdeeea29552d435fed0328d1 (patch) | |
tree | f461370f16e906edafc3c404dbcba1bb83e6c180 /gtk/gtkframe.c | |
parent | 01212ce1709bc85d03576969c45397cf20c3dcc1 (diff) | |
download | gtk+-50b1a5a9dc04af7ebdeeea29552d435fed0328d1.tar.gz |
Use g_get_charset() instead of g_get_codeset().
Mon Jul 3 17:08:14 2000 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
Use g_get_charset() instead of g_get_codeset().
* gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h:
Comment out some strdup'ing functions to keep timj
happy until we finish fighting this out.
Diffstat (limited to 'gtk/gtkframe.c')
-rw-r--r-- | gtk/gtkframe.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c index f063b9356b..55e491f250 100644 --- a/gtk/gtkframe.c +++ b/gtk/gtkframe.c @@ -72,6 +72,12 @@ static void gtk_frame_real_compute_child_allocation (GtkFrame *frame, static GtkBinClass *parent_class = NULL; +/* Here until I convince timj about memory management behavior + */ +gchar * gtk_frame_get_label (GtkFrame *frame); +gchar * gtk_label_get_text (GtkLabel *label); + + GtkType gtk_frame_get_type (void) { |