Re: gtk-hp-patches
- From: Salmaso Raffaele <r salmaso flashnet it>
- To: gtk-devel-list gnome org
- Subject: Re: gtk-hp-patches
- Date: Wed, 19 Jul 2000 21:34:28 +0200
Il 14 Jul 2000 19:12:42 -0400, Havoc Pennington <hp@redhat.com>
scrisse:
>The full diff of what I have in my branch is here:
> http://people.redhat.com/~hp/gtk-hp-patch.txt
In GtkMessageDialog you have
typedef enum
{
GTK_BUTTONS_NONE,
GTK_BUTTONS_OK,
GTK_BUTTONS_CLOSE,
GTK_BUTTONS_CANCEL,
GTK_BUTTONS_YES_NO,
GTK_BUTTONS_OK_CANCEL
} GtkButtonsType;
it conflicts with GtkButton (too similar), I think it is better
typedef enum
{
GTK_MESSAGE_NONE,
GTK_MESSAGE_OK,
GTK_MESSAGE_CLOSE,
GTK_MESSAGE_CANCEL,
GTK_MESSAGE_YES_NO,
GTK_MESSAGE_OK_CANCEL
} GtkMessageType;
>I believe everything in this patch has already been discussed on this
>list, but if you see any exceptions then bring them up.
Very nice GtkImage
--
(o- | Un OS per domarli, Un OS per trovarli,
//\ | Un OS per ghermirli e nel buio incatenarli
V_/_ |
http://pinguin.linuxave.net r.salmaso(at)flashnet.it
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]