|
Last change
on this file was
15966,
checked in by westram, 9 years ago
|
- reintegrates 'group' into 'trunk'
- implements #652 (group search)
- adds: log:branches/group@15733:15740,15743:15748,15750:15752,15754,15756,15758:15777,15781:15793,15796,15798:15806,15808:15817,15819:15965
|
|
File size:
928 bytes
|
| Line | |
|---|
| 1 | // ============================================================= // |
|---|
| 2 | // // |
|---|
| 3 | // File : NT_group_search.h // |
|---|
| 4 | // Purpose : interface for group search GUI // |
|---|
| 5 | // // |
|---|
| 6 | // Coded by Ralf Westram (coder@reallysoft.de) in April 2017 // |
|---|
| 7 | // http://www.arb-home.de/ // |
|---|
| 8 | // // |
|---|
| 9 | // ============================================================= // |
|---|
| 10 | |
|---|
| 11 | #ifndef NT_GROUP_SEARCH_H |
|---|
| 12 | #define NT_GROUP_SEARCH_H |
|---|
| 13 | |
|---|
| 14 | #ifndef AW_BASE_HXX |
|---|
| 15 | #include <aw_base.hxx> |
|---|
| 16 | #endif |
|---|
| 17 | |
|---|
| 18 | void create_group_search_awars(AW_root *aw_root, AW_default db); |
|---|
| 19 | void popup_group_search_window(AW_window *aw_parent, GBDATA *gb_main); |
|---|
| 20 | |
|---|
| 21 | #else |
|---|
| 22 | #error NT_group_search.h included twice |
|---|
| 23 | #endif // NT_GROUP_SEARCH_H |
|---|
Note: See
TracBrowser
for help on using the repository browser.