Re: Fwd: GTK+ is real object oriented?
- From: Michael Torrie <torriem gmail com>
- Cc: gtk-list gnome org
- Subject: Re: Fwd: GTK+ is real object oriented?
- Date: Sun, 20 Dec 2009 12:13:08 -0700
frederico schardong wrote:
> Fake is when change a attribute (visibility) of a class (gtkwidget)
> only can be changed by a function (gtk_widget_hide() or
> (gtk_widget_show()) not by a method.
In most languages, methods are functions.
Sounds to me like you are stuck on syntax rather than the real concept.
You can do object-oriented programming in most any language, whether it
has syntactical support or not. C++'s objects are really structs with a
function call table (vtable) tacked on.
You might consider the Vala language, which implements a syntax more
like what you are expecting. Under the hood, Vala is straight gobject
(straight-C), so it's very light-weight.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]