Browse Source

updated uiFindItem() docs in respective to frozen items

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

+ 1
- 0
oui.h View File

@@ -649,6 +649,7 @@ OUI_EXPORT int uiGetFocusedItem();
// if mask is UI_ANY, the first topmost item matching *any* of flags is returned. // if mask is UI_ANY, the first topmost item matching *any* of flags is returned.
// otherwise the first item matching (item.flags & flags) == mask is returned. // otherwise the first item matching (item.flags & flags) == mask is returned.
// you may combine box, layout, event and user flags. // you may combine box, layout, event and user flags.
// frozen items will always be ignored.
OUI_EXPORT int uiFindItem(int item, int x, int y, OUI_EXPORT int uiFindItem(int item, int x, int y,
unsigned int flags, unsigned int mask); unsigned int flags, unsigned int mask);




Loading…
Cancel
Save