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

File Contents

Contents of /GTK2-2.23/Gnome2.pmod:

#pike __REAL_VERSION__

#if constant(GTK2) && constant(GTK2.Widget)

//! @decl import GTK

mixed `[](string what)
{
  if(what == "_module_value") return UNDEFINED;
  return (GTK2["Gnome2"+what] || GTK2["gnome_"+what] || GTK2["gnome2_"+what]);
}

array _indices()
{
  return glob( "GNOME_*", indices(GTK2) ) + glob( "Gnome_*", indices(GTK2) );
}

#else
constant this_program_does_not_exist=1;
#endif /* constant(GTK2.Widget) */

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