From b611b573f639afaff2899b2cda00ba43b3130629 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Fri, 30 Dec 2005 03:24:16 +0100 Subject: [PATCH] A few things to do. Rev: src/post_modules/GTK2/TODO:1.1 --- src/post_modules/GTK2/TODO | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/post_modules/GTK2/TODO diff --git a/src/post_modules/GTK2/TODO b/src/post_modules/GTK2/TODO new file mode 100644 index 0000000000..178f8c9463 --- /dev/null +++ b/src/post_modules/GTK2/TODO @@ -0,0 +1,28 @@ + + - Rewrite configure test to use gtk_major/minor/micro_version + directly from the lib instead of looking at gtk+-2.0.pc + + - Remove all fprintf from the code and instead figure out other ways + to signal the warnings to the application developer. + + - Cast GdkColor members to guint16. + + - Verify that all get_all_args calls uses best integer type, or at + least big enough integers. + + - Add functionality to generate strings on module load. Should be + accessible directly from the code, e.g. + + if( str == $STRING("color") ) + + - Add multiple pike prototype support where the types are simply + or:ed. E.g. + + void set_color(object color) + void set_color(int r, int g, int b) + + instead of + + void set_color(object|int color_or_r, int|void g, int|void b) + + - Ensure all arguments are pop:ed from create methods. (?) \ No newline at end of file -- GitLab