| 
Modules  
ADTRecent ChangesDatabase
 GTK2
 GUI
 IP
 PiJAX
 Public
 Sql
 Stdio
 Subversion
 System
 Tools
 Xosd
 lua
 v4l2
 wx
 
 
Public.Parser.XML2 1.50Public.ZeroMQ 1.1
 Public.Template.Mustache 1.0
 Public.Protocols.XMPP 1.4
 Sql.Provider.jdbc 1.0
 
 
Popular Downloads
 
Public.Parser.JSON2 1.0Public.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.23/Pango.pmod
 
#pike __REAL_VERSION__
#if constant(GTK2) && constant(GTK2.Widget)
//! @decl import GTK
mixed `[](string what)
{
  if(what == "_module_value") return UNDEFINED;
  return (GTK2["Pango"+what] || GTK2["pango_"+what]);
}
array _indices()
{
  return glob( "PANGO_*", indices(GTK2) ) + glob( "Pango_*", indices(GTK2) );
}
#else
constant this_program_does_not_exist=1;
#endif /* constant(GTK2.Widget) */
 |  
 |  |