@@ -362,7 +362,7 @@ button(label
362
362
)
363
363
----
364
364
a|
365
- * Creates a button with the specified label, with optional size, and color.
365
+ * Creates a button with label, and optional size, and color.
366
366
367
367
a|
368
368
[source,c++]
@@ -373,15 +373,8 @@ button<MBase>(
373
373
)
374
374
----
375
375
a|
376
- * Creates a button with the specified label,, with optional size, and color,
376
+ * Creates a button with label, and optional size, and color,
377
377
using the MBase template.
378
- |===
379
-
380
- ==== Momentary Buttons with Icon to the Left
381
-
382
- [cols="2,3", options="header"]
383
- |===
384
- | Expression | Semantics
385
378
386
379
a|
387
380
[source,c++]
@@ -392,7 +385,7 @@ button(
392
385
)
393
386
----
394
387
a|
395
- * Creates a momentary button with the specified icon to the left, label,
388
+ * Creates a momentary button with icon to the left, label,
396
389
size, and optional color.
397
390
398
391
a|
@@ -404,15 +397,8 @@ button<MBase>(
404
397
)
405
398
----
406
399
a|
407
- * Creates a momentary button with the specified icon to the left, label,
400
+ * Creates a momentary button with icon to the left, label,
408
401
size, and optional color, using the MBase template.
409
- |===
410
-
411
- ==== Momentary Buttons with Icon to the Right
412
-
413
- [cols="2,3", options="header"]
414
- |===
415
- | Expression | Semantics
416
402
417
403
a|
418
404
[source,c++]
@@ -423,7 +409,8 @@ button(
423
409
)
424
410
----
425
411
a|
426
- * Creates a momentary button with the specified label, icon to the right, size, and optional color.
412
+ * Creates a momentary button with label, icon to the right, size, and
413
+ optional color.
427
414
428
415
a|
429
416
[source,c++]
@@ -434,7 +421,8 @@ button<MBase>(
434
421
)
435
422
----
436
423
a|
437
- * Creates a momentary button with the specified label, icon to the right, size, and optional color, using the MBase template.
424
+ * Creates a momentary button with label, icon to the right, size, and
425
+ optional color, using the MBase template.
438
426
|===
439
427
440
428
==== Toggle Buttons
@@ -452,7 +440,7 @@ toggle_button(
452
440
)
453
441
----
454
442
a|
455
- * Creates a toggle button with the specified label, with optional size, and
443
+ * Creates a toggle button with label, and optional size, and
456
444
color.
457
445
458
446
a|
@@ -464,15 +452,8 @@ toggle_button<TBase>(
464
452
)
465
453
----
466
454
a|
467
- * Creates a toggle button with the specified label, with optional size, and
455
+ * Creates a toggle button with label, and optional size, and
468
456
color, using the TBase template.
469
- |===
470
-
471
- ==== Toggle Buttons with Icon to the Left
472
-
473
- [cols="2,3", options="header"]
474
- |===
475
- | Expression | Semantics
476
457
477
458
a|
478
459
[source,c++]
@@ -483,7 +464,7 @@ toggle_button(
483
464
)
484
465
----
485
466
a|
486
- * Creates a toggle button with the specified icon to the left, label, size,
467
+ * Creates a toggle button with icon to the left, label, size,
487
468
and optional color.
488
469
489
470
a|
@@ -495,15 +476,8 @@ toggle_button<TBase>(
495
476
)
496
477
----
497
478
a|
498
- * Creates a toggle button with the specified icon to the left, label, size,
479
+ * Creates a toggle button with icon to the left, label, size,
499
480
and optional color, using the TBase template.
500
- |===
501
-
502
- ==== Toggle Buttons with Icon to the Right
503
-
504
- [cols="2,3", options="header"]
505
- |===
506
- | Expression | Semantics
507
481
508
482
a|
509
483
[source,c++]
@@ -514,7 +488,7 @@ toggle_button(
514
488
)
515
489
----
516
490
a|
517
- * Creates a toggle button with the specified label, icon to the right, size,
491
+ * Creates a toggle button with label, icon to the right, size,
518
492
and optional color.
519
493
520
494
a|
@@ -526,7 +500,7 @@ toggle_button<TBase>(
526
500
)
527
501
----
528
502
a|
529
- * Creates a toggle button with the specified label, icon to the right, size,
503
+ * Creates a toggle button with label, icon to the right, size,
530
504
and optional color, using the TBase template.
531
505
|===
532
506
@@ -545,7 +519,7 @@ latching_button(
545
519
)
546
520
----
547
521
a|
548
- * Creates a latching button with the specified label, with optional size, and
522
+ * Creates a latching button with label, and optional size, and
549
523
color.
550
524
551
525
a|
@@ -557,15 +531,8 @@ latching_button<LBase>(
557
531
)
558
532
----
559
533
a|
560
- * Creates a latching button with the specified label, with optional size, and
534
+ * Creates a latching button with label, and optional size, and
561
535
color, using the LBase template.
562
- |===
563
-
564
- ==== Latching Buttons with Icon to the Left
565
-
566
- [cols="2,3", options="header"]
567
- |===
568
- | Expression | Semantics
569
536
570
537
a|
571
538
[source,c++]
@@ -576,7 +543,7 @@ latching_button(
576
543
)
577
544
----
578
545
a|
579
- * Creates a latching button with the specified icon to the left, label, size,
546
+ * Creates a latching button with icon to the left, label, size,
580
547
and optional color.
581
548
582
549
a|
@@ -588,15 +555,8 @@ latching_button<LBase>(
588
555
)
589
556
----
590
557
a|
591
- * Creates a latching button with the specified icon to the left, label, size,
558
+ * Creates a latching button with icon to the left, label, size,
592
559
and optional color, using the LBase template.
593
- |===
594
-
595
- ==== Latching Buttons with Icon to the Right
596
-
597
- [cols="2,3", options="header"]
598
- |===
599
- | Expression | Semantics
600
560
601
561
a|
602
562
[source,c++]
@@ -607,7 +567,7 @@ latching_button(
607
567
)
608
568
----
609
569
a|
610
- * Creates a latching button with the specified label, icon to the right,
570
+ * Creates a latching button with label, icon to the right,
611
571
size, and optional color.
612
572
613
573
a|
@@ -619,13 +579,13 @@ latching_button<LBase>(
619
579
)
620
580
----
621
581
a|
622
- * Creates a latching button with the specified label, icon to the right,
582
+ * Creates a latching button with label, icon to the right,
623
583
size, and optional color, using the LBase template.
624
584
|===
625
585
626
- These are forwarding shortcuts to the `button_styler` expressions. They
627
- create a button styler with the specified properties and pass it to the
628
- corresponding button creation function.
586
+ These are overloaded forwarding functions that create a button styler with
587
+ specified properties and pass it to the corresponding button creation
588
+ function.
629
589
630
590
Example:
631
591
0 commit comments