~ubuntu-branches/ubuntu/vivid/lazarus/vivid-proposed

« back to all changes in this revision

Viewing changes to .pc/spell_errors.diff/examples/stock_images/readme.txt

  • Committer: Package Import Robot
  • Author(s): Paul Gevers, Abou Al Montacir, Paul Gevers
  • Date: 2014-04-25 12:57:26 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20140425125726-6zkdcnnbbleuuvwj
Tags: 1.2+dfsg-1
[ Abou Al Montacir ]
* Packaged QT4 based IDE and LCL units.

[ Paul Gevers ]
* New upstream release
* Drop obsolete patches + refresh spell_errors.diff
* Update dependencies and description for QT4 changes
* Improve deduplication in d/rules (adds lcl-qt4 -> lcl-gtk2 -> lcl-nogui)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This example allows to traverse stock images which can be requeted from LCL.
2
 
 
3
 
There are 2 kind of such images:
4
 
 
5
 
1. Dialog icons. They are used mostly by MessageDlg. If underlying widgetset
6
 
   has own stock icons LCL will use them in other case LCL provides own default
7
 
   icons. LCL does not have defaults for all images. Only those images which are
8
 
   used by MessageDlg have defaults in LCL.
9
 
 
10
 
2. Button icons. They are mostly used by TBitBtn control. For every Kind except bkCustom
11
 
   LCL has default stock image which is used in the case when widgetset does not has own.
12
 
   There are more stock images than kinds of TBitBtn. For example you can request stock
13
 
   Save or Open button icon and in case widgetset = gtk or qt you will get it.
14
 
 
15
 
Next thing shown by this example is how to get caption for stock image.
 
 
b'\\ No newline at end of file'