mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 01:40:10 +00:00
Seal GtkMessageDialog public vars
svn path=/trunk/; revision=20488
This commit is contained in:
parent
b3c47333f3
commit
acea4faf74
@ -70,8 +70,8 @@ struct _GtkMessageDialog
|
|||||||
|
|
||||||
GtkDialog parent_instance;
|
GtkDialog parent_instance;
|
||||||
|
|
||||||
GtkWidget *image;
|
GtkWidget *GSEAL (image);
|
||||||
GtkWidget *label;
|
GtkWidget *GSEAL (label);
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GtkMessageDialogClass
|
struct _GtkMessageDialogClass
|
||||||
|
Loading…
Reference in New Issue
Block a user