NOfMany_SetCursor

Синтаксис

void NOfMany_SetCursor( GUI_NOFMANY * gui, int item );

Описание

Функция устанавливает курсор на определенный пункт в NOfMany GUI.

Параметры

  • gui - указатель на GUI
  • item - номер пункта

Пример

GUI_NOFMANY * nom = CreateOneOfMany( book );
NOfMany_SetCurosr( nom , 0 );
TEXTID sid[3];
sid[0]=STR( "Пункт 1" );
sid[1]=STR( "Пункт 2" );
sid[2]=STR( "Пункт 3" );
NOfMany_SetTexts( nom , sid , 3 );
 
//что-то
 
GUIObject_Show( nom ); //отображаем наш GUI

См. также

You: Guest
You permissions: Read
elflib/functions/nofmany_setcursor.txt · Последние изменения: 30/03/2015 00:00 (внешнее изменение)
Total pages: 365
RSS on Mobilefree Wiki www.chimeric.de Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Valid XHTML 1.0
© 2005-2018 supertrubka.org