Displaying 2 results from an estimated 2 matches for "evt_taskbar_left_up".
2007 Dec 18
1
Dynamic Task Bar Menu Items
Am looking for a way to dynamically add menu items to a task bar icon
menu. And then once selected - I would like to get the title of the menu
item. The general idea is to read a text file:
Project1
Project2
Project3
=====
Add those to the task bar menu, and when i select (for example)
Project2, I want to pass the string "Project2" to the code.
Also - Am wondering about how to get
2007 Jun 25
0
[1067] trunk/wxruby2: Set up event handlers in Ruby rather than by post-processing SWIG output
...:Event],
+ EventType[''evt_taskbar_left_dclick'', 0,
+ Wx::EVT_TASKBAR_LEFT_DCLICK,
+ Wx::Event],
+ EventType[''evt_taskbar_left_down'', 0,
+ Wx::EVT_TASKBAR_LEFT_DOWN,
+ Wx::Event],
+ EventType[''evt_taskbar_left_up'', 0,
+ Wx::EVT_TASKBAR_LEFT_UP,
+ Wx::Event],
+ EventType[''evt_taskbar_move'', 0,
+ Wx::EVT_TASKBAR_MOVE,
+ Wx::Event],
+ EventType[''evt_taskbar_right_dclick'', 0,
+ Wx::EVT_TASKBAR_R...