~ubuntu-branches/ubuntu/saucy/lazarus/saucy

« back to all changes in this revision

Viewing changes to docs/xml/lcl/popupnotifier.xml

  • Committer: Package Import Robot
  • Author(s): Paul Gevers, Abou Al Montacir, Bart Martens, Paul Gevers
  • Date: 2013-06-08 14:12:17 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20130608141217-7k0cy9id8ifcnutc
Tags: 1.0.8+dfsg-1
[ Abou Al Montacir ]
* New upstream major release and multiple maintenace release offering many
  fixes and new features marking a new milestone for the Lazarus development
  and its stability level.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_fixes_branch
* LCL changes:
  - LCL is now a normal package.
      + Platform independent parts of the LCL are now in the package LCLBase
      + LCL is automatically recompiled when switching the target platform,
        unless pre-compiled binaries for this target are already installed.
      + No impact on existing projects.
      + Linker options needed by LCL are no more added to projects that do
        not use the LCL package.
  - Minor changes in LCL basic classes behaviour
      + TCustomForm.Create raises an exception if a form resource is not
        found.
      + TNotebook and TPage: a new implementation of these classes was added.
      + TDBNavigator: It is now possible to have focusable buttons by setting
        Options = [navFocusableButtons] and TabStop = True, useful for
        accessibility and for devices with neither mouse nor touch screen.
      + Names of TControlBorderSpacing.GetSideSpace and GetSpace were swapped
        and are now consistent. GetSideSpace = Around + GetSpace.
      + TForm.WindowState=wsFullscreen was added
      + TCanvas.TextFitInfo was added to calculate how many characters will
        fit into a specified Width. Useful for word-wrapping calculations.
      + TControl.GetColorResolvingParent and
        TControl.GetRGBColorResolvingParent were added, simplifying the work
        to obtain the final color of the control while resolving clDefault
        and the ParentColor.
      + LCLIntf.GetTextExtentExPoint now has a good default implementation
        which works in any platform not providing a specific implementation.
        However, Widgetset specific implementation is better, when available.
      + TTabControl was reorganized. Now it has the correct class hierarchy
        and inherits from TCustomTabControl as it should.
  - New unit in the LCL:
      + lazdialogs.pas: adds non-native versions of various native dialogs,
        for example TLazOpenDialog, TLazSaveDialog, TLazSelectDirectoryDialog.
        It is used by widgetsets which either do not have a native dialog, or
        do not wish to use it because it is limited. These dialogs can also be
        used by user applications directly.
      + lazdeviceapis.pas: offers an interface to more hardware devices such
        as the accelerometer, GPS, etc. See LazDeviceAPIs
      + lazcanvas.pas: provides a TFPImageCanvas descendent implementing
        drawing in a LCL-compatible way, but 100% in Pascal.
      + lazregions.pas. LazRegions is a wholly Pascal implementation of
        regions for canvas clipping, event clipping, finding in which control
        of a region tree one an event should reach, for drawing polygons, etc.
      + customdrawncontrols.pas, customdrawndrawers.pas,
        customdrawn_common.pas, customdrawn_android.pas and
        customdrawn_winxp.pas: are the Lazarus Custom Drawn Controls -controls
        which imitate the standard LCL ones, but with the difference that they
        are non-native and support skinning.
  - New APIs added to the LCL to improve support of accessibility software
    such as screen readers.
* IDE changes:
  - Many improvments.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/New_IDE_features_since#v1.0_.282012-08-29.29
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes#IDE_Changes
* Debugger / Editor changes:
  - Added pascal sources and breakpoints to the disassembler
  - Added threads dialog.
* Components changes:
  - TAChart: many fixes and new features
  - CodeTool: support Delphi style generics and new syntax extensions.
  - AggPas: removed to honor free licencing. (Closes: Bug#708695)
[Bart Martens]
* New debian/watch file fixing issues with upstream RC release.
[Abou Al Montacir]
* Avoid changing files in .pc hidden directory, these are used by quilt for
  internal purpose and could lead to surprises during build.
[Paul Gevers]
* Updated get-orig-source target and it compinion script orig-tar.sh so that they
  repack the source file, allowing bug 708695 to be fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="ISO-8859-1"?>
 
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<fpdoc-descriptions>
3
3
<package name="lcl">
4
4
 
9
9
-->
10
10
 
11
11
<module name="popupnotifier">
12
 
<short></short>
 
12
<short/>
13
13
<descr>
14
14
</descr>
15
15
 
16
16
<!-- enumeration type Visibility: default -->
17
17
<element name="TNotifierXButtonButtonState">
18
 
<short></short>
 
18
<short/>
19
19
<descr>
20
20
</descr>
21
21
<seealso>
24
24
 
25
25
<!-- enumeration value Visibility: default -->
26
26
<element name="TNotifierXButtonButtonState.nbsUp">
27
 
<short></short>
 
27
<short/>
28
28
</element>
29
29
 
30
30
<!-- enumeration value Visibility: default -->
31
31
<element name="TNotifierXButtonButtonState.nbsDown">
32
 
<short></short>
 
32
<short/>
33
33
</element>
34
34
 
35
35
<!-- enumeration value Visibility: default -->
36
36
<element name="TNotifierXButtonButtonState.nbsHot">
37
 
<short></short>
 
37
<short/>
38
38
</element>
39
39
 
40
40
<!-- object Visibility: default -->
41
41
<element name="TNotifierXButton">
42
 
<short></short>
 
42
<short/>
43
43
<descr>
44
44
</descr>
45
45
<errors>
50
50
 
51
51
<!-- variable Visibility: private -->
52
52
<element name="TNotifierXButton.FState">
53
 
<short></short>
 
53
<short/>
54
54
<descr>
55
55
</descr>
56
56
<seealso>
59
59
 
60
60
<!-- procedure Visibility: private -->
61
61
<element name="TNotifierXButton.HandleMouseDown">
62
 
<short></short>
 
62
<short/>
63
63
<descr>
64
64
</descr>
65
65
<errors>
70
70
 
71
71
<!-- argument Visibility: default -->
72
72
<element name="TNotifierXButton.HandleMouseDown.Sender">
73
 
<short></short>
 
73
<short/>
74
74
</element>
75
75
 
76
76
<!-- argument Visibility: default -->
77
77
<element name="TNotifierXButton.HandleMouseDown.Button">
78
 
<short></short>
 
78
<short/>
79
79
</element>
80
80
 
81
81
<!-- argument Visibility: default -->
82
82
<element name="TNotifierXButton.HandleMouseDown.Shift">
83
 
<short></short>
 
83
<short/>
84
84
</element>
85
85
 
86
86
<!-- argument Visibility: default -->
87
87
<element name="TNotifierXButton.HandleMouseDown.X">
88
 
<short></short>
 
88
<short/>
89
89
</element>
90
90
 
91
91
<!-- argument Visibility: default -->
92
92
<element name="TNotifierXButton.HandleMouseDown.Y">
93
 
<short></short>
 
93
<short/>
94
94
</element>
95
95
 
96
96
<!-- procedure Visibility: private -->
97
97
<element name="TNotifierXButton.HandleMouseUp">
98
 
<short></short>
 
98
<short/>
99
99
<descr>
100
100
</descr>
101
101
<errors>
106
106
 
107
107
<!-- argument Visibility: default -->
108
108
<element name="TNotifierXButton.HandleMouseUp.Sender">
109
 
<short></short>
 
109
<short/>
110
110
</element>
111
111
 
112
112
<!-- argument Visibility: default -->
113
113
<element name="TNotifierXButton.HandleMouseUp.Button">
114
 
<short></short>
 
114
<short/>
115
115
</element>
116
116
 
117
117
<!-- argument Visibility: default -->
118
118
<element name="TNotifierXButton.HandleMouseUp.Shift">
119
 
<short></short>
 
119
<short/>
120
120
</element>
121
121
 
122
122
<!-- argument Visibility: default -->
123
123
<element name="TNotifierXButton.HandleMouseUp.X">
124
 
<short></short>
 
124
<short/>
125
125
</element>
126
126
 
127
127
<!-- argument Visibility: default -->
128
128
<element name="TNotifierXButton.HandleMouseUp.Y">
129
 
<short></short>
 
129
<short/>
130
130
</element>
131
131
 
132
132
<!-- constructor Visibility: public -->
133
133
<element name="TNotifierXButton.Create">
134
 
<short></short>
 
134
<short/>
135
135
<descr>
136
136
</descr>
137
137
<errors>
142
142
 
143
143
<!-- argument Visibility: default -->
144
144
<element name="TNotifierXButton.Create.AOwner">
145
 
<short></short>
 
145
<short/>
146
146
</element>
147
147
 
148
148
<!-- destructor Visibility: public -->
149
149
<element name="TNotifierXButton.Destroy">
150
 
<short></short>
 
150
<short/>
151
151
<descr>
152
152
</descr>
153
153
<errors>
158
158
 
159
159
<!-- procedure Visibility: public -->
160
160
<element name="TNotifierXButton.paint">
161
 
<short></short>
 
161
<short/>
162
162
<descr>
163
163
</descr>
164
164
<errors>
169
169
 
170
170
<!-- object Visibility: default -->
171
171
<element name="TNotifierForm">
172
 
<short></short>
 
172
<short/>
173
173
<descr>
174
174
</descr>
175
175
<errors>
180
180
 
181
181
<!-- variable Visibility: private -->
182
182
<element name="TNotifierForm.lblTitle">
183
 
<short></short>
 
183
<short/>
184
184
<descr>
185
185
</descr>
186
186
<seealso>
189
189
 
190
190
<!-- variable Visibility: private -->
191
191
<element name="TNotifierForm.lblText">
192
 
<short></short>
 
192
<short/>
193
193
<descr>
194
194
</descr>
195
195
<seealso>
198
198
 
199
199
<!-- variable Visibility: private -->
200
200
<element name="TNotifierForm.imgIcon">
201
 
<short></short>
 
201
<short/>
202
202
<descr>
203
203
</descr>
204
204
<seealso>
207
207
 
208
208
<!-- variable Visibility: private -->
209
209
<element name="TNotifierForm.btnX">
210
 
<short></short>
 
210
<short/>
211
211
<descr>
212
212
</descr>
213
213
<seealso>
216
216
 
217
217
<!-- procedure Visibility: private -->
218
218
<element name="TNotifierForm.HideForm">
219
 
<short></short>
 
219
<short/>
220
220
<descr>
221
221
</descr>
222
222
<errors>
227
227
 
228
228
<!-- argument Visibility: default -->
229
229
<element name="TNotifierForm.HideForm.Sender">
230
 
<short></short>
 
230
<short/>
231
231
</element>
232
232
 
233
233
<!-- procedure Visibility: private -->
234
234
<element name="TNotifierForm.HandleResize">
235
 
<short></short>
 
235
<short/>
236
236
<descr>
237
237
</descr>
238
238
<errors>
243
243
 
244
244
<!-- argument Visibility: default -->
245
245
<element name="TNotifierForm.HandleResize.Sender">
246
 
<short></short>
 
246
<short/>
247
247
</element>
248
248
 
249
249
<!-- procedure Visibility: private -->
250
250
<element name="TNotifierForm.HandlePaint">
251
 
<short></short>
 
251
<short/>
252
252
<descr>
253
253
</descr>
254
254
<errors>
259
259
 
260
260
<!-- argument Visibility: default -->
261
261
<element name="TNotifierForm.HandlePaint.Sender">
262
 
<short></short>
 
262
<short/>
263
263
</element>
264
264
 
265
265
<!-- constructor Visibility: public -->
266
266
<element name="TNotifierForm.Create">
267
 
<short></short>
 
267
<short/>
268
268
<descr>
269
269
</descr>
270
270
<errors>
275
275
 
276
276
<!-- argument Visibility: default -->
277
277
<element name="TNotifierForm.Create.AOwner">
278
 
<short></short>
 
278
<short/>
279
279
</element>
280
280
 
281
281
<!-- destructor Visibility: public -->
282
282
<element name="TNotifierForm.Destroy">
283
 
<short></short>
 
283
<short/>
284
284
<descr>
285
285
</descr>
286
286
<errors>
291
291
 
292
292
<!-- object Visibility: default -->
293
293
<element name="TPopupNotifier">
294
 
<short></short>
 
294
<short/>
295
295
<descr>
296
296
</descr>
297
297
<errors>
302
302
 
303
303
<!-- function Visibility: private -->
304
304
<element name="TPopupNotifier.GetColor">
305
 
<short></short>
 
305
<short/>
306
306
<descr>
307
307
</descr>
308
308
<errors>
313
313
 
314
314
<!-- function result Visibility: default -->
315
315
<element name="TPopupNotifier.GetColor.Result">
316
 
<short></short>
 
316
<short/>
317
317
</element>
318
318
 
319
319
<!-- procedure Visibility: private -->
320
320
<element name="TPopupNotifier.SetColor">
321
 
<short></short>
 
321
<short/>
322
322
<descr>
323
323
</descr>
324
324
<errors>
329
329
 
330
330
<!-- argument Visibility: default -->
331
331
<element name="TPopupNotifier.SetColor.Value">
332
 
<short></short>
 
332
<short/>
333
333
</element>
334
334
 
335
335
<!-- function Visibility: private -->
336
336
<element name="TPopupNotifier.GetIcon">
337
 
<short></short>
 
337
<short/>
338
338
<descr>
339
339
</descr>
340
340
<errors>
345
345
 
346
346
<!-- function result Visibility: default -->
347
347
<element name="TPopupNotifier.GetIcon.Result">
348
 
<short></short>
 
348
<short/>
349
349
</element>
350
350
 
351
351
<!-- procedure Visibility: private -->
352
352
<element name="TPopupNotifier.SetIcon">
353
 
<short></short>
 
353
<short/>
354
354
<descr>
355
355
</descr>
356
356
<errors>
361
361
 
362
362
<!-- argument Visibility: default -->
363
363
<element name="TPopupNotifier.SetIcon.Value">
364
 
<short></short>
 
364
<short/>
365
365
</element>
366
366
 
367
367
<!-- function Visibility: private -->
368
368
<element name="TPopupNotifier.GetText">
369
 
<short></short>
 
369
<short/>
370
370
<descr>
371
371
</descr>
372
372
<errors>
377
377
 
378
378
<!-- function result Visibility: default -->
379
379
<element name="TPopupNotifier.GetText.Result">
380
 
<short></short>
 
380
<short/>
381
381
</element>
382
382
 
383
383
<!-- procedure Visibility: private -->
384
384
<element name="TPopupNotifier.SetText">
385
 
<short></short>
 
385
<short/>
386
386
<descr>
387
387
</descr>
388
388
<errors>
393
393
 
394
394
<!-- argument Visibility: default -->
395
395
<element name="TPopupNotifier.SetText.Value">
396
 
<short></short>
 
396
<short/>
397
397
</element>
398
398
 
399
399
<!-- function Visibility: private -->
400
400
<element name="TPopupNotifier.GetTitle">
401
 
<short></short>
 
401
<short/>
402
402
<descr>
403
403
</descr>
404
404
<errors>
409
409
 
410
410
<!-- function result Visibility: default -->
411
411
<element name="TPopupNotifier.GetTitle.Result">
412
 
<short></short>
 
412
<short/>
413
413
</element>
414
414
 
415
415
<!-- procedure Visibility: private -->
416
416
<element name="TPopupNotifier.SetTitle">
417
 
<short></short>
 
417
<short/>
418
418
<descr>
419
419
</descr>
420
420
<errors>
425
425
 
426
426
<!-- argument Visibility: default -->
427
427
<element name="TPopupNotifier.SetTitle.Value">
428
 
<short></short>
 
428
<short/>
429
429
</element>
430
430
 
431
431
<!-- function Visibility: private -->
432
432
<element name="TPopupNotifier.GetVisible">
433
 
<short></short>
 
433
<short/>
434
434
<descr>
435
435
</descr>
436
436
<errors>
441
441
 
442
442
<!-- function result Visibility: default -->
443
443
<element name="TPopupNotifier.GetVisible.Result">
444
 
<short></short>
 
444
<short/>
445
445
</element>
446
446
 
447
447
<!-- procedure Visibility: private -->
448
448
<element name="TPopupNotifier.SetVisible">
449
 
<short></short>
 
449
<short/>
450
450
<descr>
451
451
</descr>
452
452
<errors>
457
457
 
458
458
<!-- argument Visibility: default -->
459
459
<element name="TPopupNotifier.SetVisible.Value">
460
 
<short></short>
 
460
<short/>
461
461
</element>
462
462
 
463
463
<!-- procedure Visibility: private -->
464
464
<element name="TPopupNotifier.SetOnClose">
465
 
<short></short>
 
465
<short/>
466
466
<descr>
467
467
</descr>
468
468
<errors>
473
473
 
474
474
<!-- argument Visibility: default -->
475
475
<element name="TPopupNotifier.SetOnClose.Value">
476
 
<short></short>
 
476
<short/>
477
477
</element>
478
478
 
479
479
<!-- function Visibility: private -->
480
480
<element name="TPopupNotifier.GetOnClose">
481
 
<short></short>
 
481
<short/>
482
482
<descr>
483
483
</descr>
484
484
<errors>
489
489
 
490
490
<!-- function result Visibility: default -->
491
491
<element name="TPopupNotifier.GetOnClose.Result">
492
 
<short></short>
 
492
<short/>
493
493
</element>
494
494
 
495
495
<!-- variable Visibility: public -->
496
496
<element name="TPopupNotifier.vNotifierForm">
497
 
<short></short>
 
497
<short/>
498
498
<descr>
499
499
</descr>
500
500
<seealso>
503
503
 
504
504
<!-- constructor Visibility: public -->
505
505
<element name="TPopupNotifier.Create">
506
 
<short></short>
 
506
<short/>
507
507
<descr>
508
508
</descr>
509
509
<errors>
514
514
 
515
515
<!-- argument Visibility: default -->
516
516
<element name="TPopupNotifier.Create.AOwner">
517
 
<short></short>
 
517
<short/>
518
518
</element>
519
519
 
520
520
<!-- destructor Visibility: public -->
521
521
<element name="TPopupNotifier.Destroy">
522
 
<short></short>
 
522
<short/>
523
523
<descr>
524
524
</descr>
525
525
<errors>
530
530
 
531
531
<!-- procedure Visibility: public -->
532
532
<element name="TPopupNotifier.Hide">
533
 
<short></short>
 
533
<short/>
534
534
<descr>
535
535
</descr>
536
536
<errors>
541
541
 
542
542
<!-- procedure Visibility: public -->
543
543
<element name="TPopupNotifier.Show">
544
 
<short></short>
 
544
<short/>
545
545
<descr>
546
546
</descr>
547
547
<errors>
552
552
 
553
553
<!-- procedure Visibility: public -->
554
554
<element name="TPopupNotifier.ShowAtPos">
555
 
<short></short>
 
555
<short/>
556
556
<descr>
557
557
</descr>
558
558
<errors>
563
563
 
564
564
<!-- argument Visibility: default -->
565
565
<element name="TPopupNotifier.ShowAtPos.x">
566
 
<short></short>
 
566
<short/>
567
567
</element>
568
568
 
569
569
<!-- argument Visibility: default -->
570
570
<element name="TPopupNotifier.ShowAtPos.y">
571
 
<short></short>
 
571
<short/>
572
572
</element>
573
573
 
574
574
<!-- property Visibility: published -->
575
575
<element name="TPopupNotifier.Color">
576
 
<short></short>
 
576
<short/>
577
577
<descr>
578
578
</descr>
579
579
<seealso>
582
582
 
583
583
<!-- property Visibility: published -->
584
584
<element name="TPopupNotifier.Icon">
585
 
<short></short>
 
585
<short/>
586
586
<descr>
587
587
</descr>
588
588
<seealso>
591
591
 
592
592
<!-- property Visibility: published -->
593
593
<element name="TPopupNotifier.Text">
594
 
<short></short>
 
594
<short/>
595
595
<descr>
596
596
</descr>
597
597
<seealso>
600
600
 
601
601
<!-- property Visibility: published -->
602
602
<element name="TPopupNotifier.Title">
603
 
<short></short>
 
603
<short/>
604
604
<descr>
605
605
</descr>
606
606
<seealso>
609
609
 
610
610
<!-- property Visibility: published -->
611
611
<element name="TPopupNotifier.Visible">
612
 
<short></short>
 
612
<short/>
613
613
<descr>
614
614
</descr>
615
615
<seealso>
618
618
 
619
619
<!-- property Visibility: published -->
620
620
<element name="TPopupNotifier.OnClose">
621
 
<short></short>
 
621
<short/>
622
622
<descr>
623
623
</descr>
624
624
<seealso>
627
627
 
628
628
<!-- constant Visibility: default -->
629
629
<element name="BGDrawn">
630
 
<short></short>
 
630
<short/>
631
631
<descr>
632
632
</descr>
633
633
<seealso>
636
636
 
637
637
<!-- procedure Visibility: default -->
638
638
<element name="Register">
639
 
<short></short>
 
639
<short/>
640
640
<descr>
641
641
</descr>
642
642
<errors>