Gnome-Objc and dialogs. 2nd try.
- From: George Farris <george gmsys com>
- To: gnome-devel-list gnome org
- Subject: Gnome-Objc and dialogs. 2nd try.
- Date: Tue, 01 Jun 1999 07:11:26 -0700
Are the maintainers listening?? I've posted a few messages about
gnome-objc and never a hint of response. It's rather strange.
First I want to thank the maintainers for the new release of
gnome-objc-1.0.2. Good job people.
I would like to request a change. When one uses a Gtk_Dialog one
must use the following piece of code to get to the dialogs vbox or
action area.
vbox = [Gtk_VBox makeGtkVBox:GTK_VBOX(faxFileDialog->gtkdialog->vbox)];
action_area = [Gtk_VBox makeGtkVBox:GTK_VBOX(faxFileDialog->gtkdialog->action_area)];
This really does go against the whole spirit of Obj-C. I would
like to request the following change.
vbox = [faxFileDialog getVBox]; and
action_area = [faxFileDialog getActionArea];
Straight forward, simple and follows the object oriented nature of
Obj-C.
- - --
=======================================================================
George Farris - VE7FRG E-Mail : george@gmsys.com
G.M. Systems, Web page : http://www.gmsys.com
2570 Seaview Road, Phone/Fax : (250)743-1500
Mill Bay, B.C., Canada
V0R 2P0 We do pre-installed Linux systems.
- - -----------------------------------------------------------------------
- ------- End of Blind-Carbon-Copy
------- End of Forwarded Message
--
=======================================================================
George Farris - VE7FRG E-Mail : george@gmsys.com
G.M. Systems, Web page : http://www.gmsys.com
2570 Seaview Road, Phone/Fax : (250)743-1500
Mill Bay, B.C., Canada
V0R 2P0 We do pre-installed Linux systems.
-----------------------------------------------------------------------
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]