Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPBundle.j File Reference

Go to the source code of this file.

Classes

protocol  <CPBundleDelegate>
 

Functions

function CPCopyLocalizedStringFromTableInBundle (key, table, bundle, comment)
 
function CPLocalizedString (key, comment)
 
function CPLocalizedStringFromTable (key, table, comment)
 

Variables

global
CFBundleCopyBundleLocalizations
global
CFBundleCopyLocalizedString 
CPBundleDidLoadNotification = @"CPBundleDidLoadNotification"
 
var CPBundlesForURLStrings = { }
 Groups information about an application's code & resources.
 

Function Documentation

function CPCopyLocalizedStringFromTableInBundle ( key  ,
table  ,
bundle  ,
comment   
)

Definition at line 259 of file CPBundle.j.

function CPLocalizedString ( key  ,
comment   
)

Definition at line 249 of file CPBundle.j.

function CPLocalizedStringFromTable ( key  ,
table  ,
comment   
)

Definition at line 254 of file CPBundle.j.

Variable Documentation

global CFBundleCopyBundleLocalizations global CFBundleCopyLocalizedString CPBundleDidLoadNotification = @"CPBundleDidLoadNotification"

Definition at line 27 of file CPBundle.j.