Browse Source

added uiExtend to interface

pull/1/head
Leonard Ritter 10 years ago
parent
commit
2c323265a5
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      oui.h

+ 3
- 0
oui.h View File

@@ -588,6 +588,9 @@ OUI_EXPORT int uiGetRelToRight(int item);
// or -1 if not set.
OUI_EXPORT int uiGetRelToDown(int item);

// request from_item to expand its content into parent
OUI_EXPORT void uiExtend(int parent, int from_item);

#ifdef __cplusplus
};
#endif


Loading…
Cancel
Save