Home
last modified time | relevance | path

Searched refs:item_type (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dresource_view.h153 BOOL OnReturnKey(int item_type);
154 BOOL OnTabKey(int item_type);
155 BOOL OnDirectionKey(int item_type, int key);
156 void OnPageDonw(int item_type);
157 void OnPageUp(int item_type);
158 void OnHome(int item_type);
159 void OnEnd(int item_type);
Dresource_view.cpp207 int item_type = item->GetResType(); in OnLButtonDown() local
209 switch(item_type) in OnLButtonDown()
450 int item_type = RES_TYPE_STRING; in OnLButtonDblClk() local
461 item_type = item->mpRes->type; in OnLButtonDblClk()
464 switch(item_type) in OnLButtonDblClk()
3804 BOOL resource_view::OnReturnKey(int item_type) in OnReturnKey() argument
3806 switch (item_type) in OnReturnKey()
3866 BOOL resource_view::OnTabKey(int item_type) in OnTabKey() argument
3870 switch (item_type) in OnTabKey()
3898 BOOL resource_view::OnDirectionKey(int item_type, int key) in OnDirectionKey() argument
[all …]