Home modules.gotpike.org
Username: Password: [Create Account]
[Forgot Password?]

Modules

ADT
Database
GTK2
GUI
IP
PiJAX
Public
Sql
Stdio
Subversion
System
Tools
Xosd
lua
v4l2
wx

Recent Changes

Public.Parser.XML2 1.50
Public.ZeroMQ 1.1
Public.Template.Mustache 1.0
Public.Protocols.XMPP 1.4
Sql.Provider.jdbc 1.0

Popular Downloads

Public.Parser.JSON2 1.0
Public.Parser.JSON 0.2
GTK2 2.23
Public.Web.FCGI 1.8
Public.Parser.XML2 1.48


Module Information
GTK2
Viewing contents of GTK2-2.19/TODO


 - 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. (?)

gotpike.org | Copyright © 2004 - 2019 | Pike is a trademark of Department of Computer and Information Science, Linköping University