File: README.txt

package info (click to toggle)
clanlib 1.0~svn3827-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 24,600 kB
  • sloc: cpp: 101,591; xml: 6,410; makefile: 1,743; ansic: 463; perl: 424; php: 247; sh: 53
file content (22 lines) | stat: -rw-r--r-- 988 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
         Name: ResourcesCustom
       Status: Windows(Y), Linux(Y)
        Level: Advanced
   Maintainer: Magnus Norddahl (mbn)
      Summary: Resource manager, user-defined resources

This example is intended to provide information about 
 * user-defined resources; if you want to create your own resource types,
   and loading them using a CL_ResourceData object.

This is not such a good example showing the true use of custom resources,
custom resources using CL_ResourceData is really only useful when something
is to be shared between the objects created from the resource. Perhaps
a better example will come in a later release.

Most users will more easily understand how to use the plain resource access
through the DOM model, and probably won't need more than that; check the
Resources example for info on that.

For more information about resources take a look at the section on resources
in the overview: ClanLib/Documentation/Overview/
or on the net at http://www.clanlib.org