question about instancing variables
- From: Teste123 Teste123 <asb1231 gmail com>
- To: gtk-list gnome org
- Subject: question about instancing variables
- Date: Wed, 27 Jan 2010 13:18:22 -0200
Hi All,
All GTK+ codes that I see all variables are GtkWidget and after transformed for the widget. Example:
GtkWidget *button;
button = gtk_ button_new();
Why not directly:
GtkButton *button;
Thanks
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]