Searched refs:pressed (Results 26 - 50 of 77) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dslider.cpp79 bool pressed);
1018 bool pressed)
1020 if ( pressed )
1062 return wxStdInputHandler::HandleKey(consumer, event, pressed);
1016 HandleKey(wxInputConsumer *consumer, const wxKeyEvent& event, bool pressed) argument
H A Dscrolbar.cpp55 // when the mouse is help pressed on the arrow or on the bar. It generates the
966 bool pressed)
969 if ( pressed )
992 return wxStdInputHandler::HandleKey(consumer, event, pressed);
1006 // when the mouse is pressed on any scrollbar element, we capture it
964 HandleKey(wxInputConsumer *consumer, const wxKeyEvent& event, bool pressed) argument
H A Dtoolbar.cpp55 bool pressed);
100 // not pressed yet
116 // not pressed yet
123 // is this tool pressed, even temporarily? (this is different from being
128 // are we temporarily pressed/unpressed?
146 // true if the tool is pressed
724 // Check button still pressed or not
741 wxLogTrace(_T("toolbar"), _T("Button '%s' pressed."), tool->GetShortHelp().c_str());
826 bool pressed)
830 return wxStdInputHandler::HandleKey(consumer, event, pressed);
[all...]
H A Dlistbox.cpp58 bool pressed);
1392 bool pressed)
1395 if ( pressed && !event.AltDown() )
1482 return wxStdInputHandler::HandleKey(consumer, event, pressed);
1492 // when the left mouse button is pressed, capture the mouse and track the
1390 HandleKey(wxInputConsumer *consumer, const wxKeyEvent& event, bool pressed) argument
H A Dnotebook.cpp51 bool pressed);
1364 bool pressed)
1367 if ( pressed )
1412 return wxStdInputHandler::HandleKey(consumer, event, pressed);
1362 HandleKey(wxInputConsumer *consumer, const wxKeyEvent& event, bool pressed) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcntxtevt.tex9 When a keyboard context menu button is pressed on Windows, a right-click event with default position is sent first,
H A Dtipprov.tex61 was passed to wxShowTip $+ 1$ because the user might have pressed the "Next"
H A Drichtextevent.tex60 Returns the character pressed, within a wxEVT\_COMMAND\_RICHTEXT\_CHARACTER event.
66 Returns flags indicating modifier keys pressed. Possible values are wxRICHTEXT\_CTRL\_DOWN,
105 Sets flags indicating modifier keys pressed. Possible values are wxRICHTEXT\_CTRL\_DOWN,
H A Dbbutton.tex40 (e.g. while the user keeps the mouse button pressed on it)}
42 focus but is not pressed.}
44 button (but it is not pressed). Notice that if hover bitmap is not specified
H A Ddirdlg.tex95 Shows the dialog, returning wxID\_OK if the user pressed OK, and wxID\_CANCEL
H A Dhelpevt.tex6 (on MS Windows) by the system generating a WM\_HELP message when the user pressed F1 or clicked
H A Dvalidatr.tex78 validators if an invalid key is pressed.
H A Dfontdlg.tex59 Gets the font chosen by the user if the user pressed OK (wxFontDialog::ShowModal returned wxID\_OK).
195 Shows the dialog, returning {\tt wxID\_OK} if the user pressed Ok, and
H A Dprogdlg.tex98 has been pressed.
111 \docparam{skip}{If "Skip" button was pressed since last
H A Dtreeevt.tex39 \twocolitem{{\bf EVT\_TREE\_KEY\_DOWN(id, func)}}{A key has been pressed.}
42 \twocolitem{{\bf EVT\_TREE\_KEY\_DOWN(id, func)}}{A key has been pressed.}
H A Dcshelp.tex76 Instances of this class may be used to add a question mark button that when pressed, puts the
H A Ddialog.tex67 //else: dialog was cancelled or some another button pressed
110 caption. When pressed, Windows will go into a context-sensitive help mode and wxWidgets will send
243 This function is called when the titlebar OK button is pressed (PocketPC only).
385 identifier is pressed, the dialog calls \helpref{Validate}{wxwindowvalidate}
H A Dtoolbar.tex216 wxITEM\_CHECK for a checkable tool (such tool stays pressed after it had been
281 group such that exactly one button in the group is pressed at any moment, in
282 other words whenever a button in the group is pressed the previously pressed
286 By default, the first button in the radio group is initially pressed, the
H A Dwizard.tex58 \twocolitem{{\bf EVT\_WIZARD\_HELP(id, func)}}{The wizard help button was pressed.}
59 \twocolitem{{\bf EVT\_WIZARD\_FINISHED(id, func)}}{The wizard finished button was pressed.}
H A Dbitmapcombobox.tex53 when <RETURN> is pressed in the combobox.}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dscrolbar.h216 bool pressed);
277 // the timer for generating scroll events when the mouse stays pressed on
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dtextctrl.h373 bool pressed) { return false; }
371 HandleKey(wxInputConsumer *consumer, const wxKeyEvent& event, bool pressed) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/themes/
H A Dgtk.cpp358 // second for the pressed state and the columns are for checked, unchecked
391 bool pressed);
418 // only arrows can be pressed
447 bool pressed);
462 bool pressed);
871 // button pressed: draw a black border around it and an inward shade
876 else // button not pressed
1098 // pressed checked
1101 // pressed unchecked
1105 // pressed undeterminate
2621 HandleKey(wxInputConsumer *control, const wxKeyEvent& event, bool pressed) argument
2647 HandleKey(wxInputConsumer *control, const wxKeyEvent& event, bool pressed) argument
[all...]
H A Dwin32.cpp348 bool pressed);
396 bool pressed);
409 bool pressed);
1013 // pressed state
1025 // pressed state
1606 // button pressed: draw a double border around it
1610 else // button not pressed
2095 is pressed.
2689 // another pixel in both directions when it's pressed - as the border
2696 else // !pressed
3401 HandleKey(wxInputConsumer *control, const wxKeyEvent& event, bool pressed) argument
3446 HandleKey(wxInputConsumer *control, const wxKeyEvent& event, bool pressed) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dxen-kbdfront.c85 event->key.pressed);

Completed in 103 milliseconds

1234