From: | Andreas Pflug <Andreas(dot)Pflug(at)web(dot)de> |
---|---|
To: | Keith <efesar(at)nmia(dot)com>, pgadmin-hackers(at)postgresql(dot)org, Dave Page <dpage(at)vale-housing(dot)co(dot)uk> |
Subject: | pgadmin3 GTK |
Date: | 2003-04-08 12:57:46 |
Message-ID: | 3E92C74A.8090204@web.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Hi Keith,
I just updated CVS with a version that's runnable under GTK.
I had to change quite a lot until the compiler accepted all files.
Issues:
Please do not use
for (int si=0 ; ...)
Instead, declare int si; separately. You never know what the compiler
really does from that.
I found several OnXXX() methods, that are probably used in EventMaps, I
didn't check this. Please make sure they have the correct arguments. If
they don't have a sufficient argument, you won't be able to run a
Release-Build. Unfortunately, the compiler will not warn you about this.
pgadmin3/GTK doesn't look very pretty right now, but it WORKS, including
Query window/abort!
GTK to do:
- Dialog designing, hopefully portable (at the moment, the win32-
versions are duplicated to gtk)
- Fonts
- function keys
- preferences storing
Regards,
Andreas
From | Date | Subject | |
---|---|---|---|
Next Message | Andreas Pflug | 2003-04-08 13:18:06 | pg_get_viewdef 7.4 et al |
Previous Message | Dave Page | 2003-04-08 10:18:31 | Re: rule on view in pgschema |