Re: [PATCH] add bidi support
- From: "Ross McFarland" <rwmcfa1 neces com>
- To: "Thierry Vignaud" <tvignaud mandrakesoft com>
- Cc: gtk-perl-list gnome org
- Subject: Re: [PATCH] add bidi support
- Date: Thu, 28 Aug 2003 10:07:24 -0400 (EDT)
patch applied, but in the following form:
void
gtk_widget_set_direction (GtkWidget *widget, GtkTextDirection dir);
GtkTextDirection
gtk_widget_get_direction (GtkWidget *widget);
void
gtk_widget_set_default_direction (class, dir);
SV * class
GtkTextDirection dir
C_ARGS:
dir
GtkTextDirection
gtk_widget_get_default_direction (class);
SV * class
C_ARGS:
the last two needed to take (and ignore) class names.
so the call sig is:
Gtk2::Widget->set_default_direction(dir);
dir = Gtk2::Widget->get_default_direction;
will be commited shortly.
-rm
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]