|
Last change
on this file was
19575,
checked in by westram, 3 weeks ago
|
- reintegrates 'help' into 'trunk'
- preformatted text gets checked for width now (to enforce it fits into the arb help window).
- fixed help following these checks, using the following steps:
- ignore problems in foreign documentation.
- increase default help window width.
- introduce control comments to
- accept oversized preformatted sections.
- enforce preformatted style for whole sections.
- simply define single-line preformatted sections
Used intensive for definition of internal script languages.
- fixed several non-related problems found in documentation.
- minor layout changes for HTML version of arb help (more compacted; highlight anchored/all sections).
- refactor system interface (GUI version) and use it from help module.
- adds: log:branches/help@19532:19574
|
|
File size:
978 bytes
|
| Line | |
|---|
| 1 | // ============================================================ // |
|---|
| 2 | // // |
|---|
| 3 | // File : awt_misc.hxx // |
|---|
| 4 | // Purpose : // |
|---|
| 5 | // // |
|---|
| 6 | // Coded by Ralf Westram (coder@reallysoft.de) in July 2015 // |
|---|
| 7 | // http://www.arb-home.de/ // |
|---|
| 8 | // // |
|---|
| 9 | // ============================================================ // |
|---|
| 10 | |
|---|
| 11 | #ifndef AWT_MISC_HXX |
|---|
| 12 | #define AWT_MISC_HXX |
|---|
| 13 | |
|---|
| 14 | #ifndef AW_BASE_HXX |
|---|
| 15 | #include <aw_base.hxx> |
|---|
| 16 | #endif |
|---|
| 17 | |
|---|
| 18 | AW_window *AWT_create_IUPAC_info_window(AW_root *aw_root); |
|---|
| 19 | |
|---|
| 20 | void AWT_insert_DBsaveType_selector(AW_window *aww, const char *awar_name); |
|---|
| 21 | void AWT_insert_DBcompression_selector(AW_window *aww, const char *awar_name); |
|---|
| 22 | |
|---|
| 23 | #else |
|---|
| 24 | #error awt_misc.hxx included twice |
|---|
| 25 | #endif // AWT_MISC_HXX |
|---|
Note: See
TracBrowser
for help on using the repository browser.