Searched refs:Button (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-gnome/
H A Dhello.cc33 Gtk::Button *button;
60 button = new Gtk::Button ("OK");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-awt/
H A DHello.java30 Button button = new Button("OK");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-csharp-forms/
H A Dhello.cs11 using System.Windows.Forms; /* Application, Form, Label, Button */
23 private Button ok;
41 ok = new Button();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/xmcombo/
H A Ddemo.c39 Widget TopLevel, Form, Button, Text, Sepp, ComboBox1, ComboBox2, ComboBox3, Label; variable
74 Button = XtVaCreateManagedWidget("quit", xmPushButtonWidgetClass, Form,
82 XtAddCallback(Button, XmNactivateCallback, (XtCallbackProc) QuitCB, NULL);
89 XmNtopWidget, Button,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/csharp/
H A DForm1.cs35 private System.Windows.Forms.Button btnUnzipArchive;
45 private System.Windows.Forms.Button btnListZipFiles;
88 this.btnUnzipArchive = new System.Windows.Forms.Button();
94 this.btnListZipFiles = new System.Windows.Forms.Button();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dframeview.pl57 $toplevel->optionAdd("$Xname*Button*background", "#f0d0b0",20);
58 $toplevel->optionAdd("$Xname*Button*foreground", '#000000',20);
59 $toplevel->optionAdd("$Xname*Button*borderWidth", '2',20);
60 $toplevel->optionAdd("$Xname*Button*relief", 'groove',20);
61 $toplevel->optionAdd("$Xname*Button*padY", 1,20);
136 $panel->optionAdd("$X2name*Button*background", "#f0d0b0",20);
137 $panel->optionAdd("$X2name*Button*foreground", '#000000',20);
138 $panel->optionAdd("$X2name*Button*borderWidth", '2',20);
139 $panel->optionAdd("$X2name*Button*relief", 'groove',20);
140 $panel->optionAdd("$X2name*Button*pad
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcshelp.tex121 \docparam{id}{Button identifier. Defaults to wxID\_CONTEXT\_HELP.}
123 \docparam{pos}{Button position.}
125 \docparam{size}{Button size. If the default size (-1, -1) is specified then the button is sized
H A Dbutton.tex68 \docparam{id}{Button identifier. A value of \texttt{wxID\_ANY} indicates a default value.}
72 \docparam{pos}{Button position.}
74 \docparam{size}{Button size. If the default size is specified then the button is sized
99 Button creation function for two-step creation. For more details, see
H A Dbbutton.tex29 \wxheading{Button states}
113 \docparam{id}{Button identifier. A value of -1 indicates a default value.}
117 \docparam{pos}{Button position.}
119 \docparam{size}{Button size. If the default size (-1, -1) is specified then the button is sized
156 Button creation function for two-step creation. For more details, see \helpref{wxBitmapButton::wxBitmapButton}{wxbitmapbuttonctor}.
H A Dmouseevt.tex186 \membersection{wxMouseEvent::Button}\label{wxmouseeventbutton}
188 \func{bool}{Button}{\param{int}{ button}}
207 was generated (see \helpref{Button}{wxmouseeventbutton} for the possible
217 was generated (see \helpref{Button}{wxmouseeventbutton} for the possible
228 was generated (see \helpref{Button}{wxmouseeventbutton} for the possible
H A Dcomboctrl.tex387 \twocolitem{{\tt wxComboCtrlFeatures::MovableButton}}{Button can
389 \twocolitem{{\tt wxComboCtrlFeatures::BitmapButton}}{Button may
391 \twocolitem{{\tt wxComboCtrlFeatures::ButtonSpacing}}{Button can
560 \docparam{bmpHover}{Button image when mouse hovers above it. This
574 \docparam{width}{Button width. Value <= $0$ specifies default.}
575 \docparam{height}{Button height. Value <= $0$ specifies default.}
H A Dtoolbar.tex769 is in a disabled state. This can only be used on Button tools, not
843 only be used on Button tools, not controls.
H A Dlocale.tex24 button = Wx::Button->new( window, -1, gettext( ``Label'' ) );
H A Dcategory.tex673 \twocolitem{\helpref{wxContextHelpButton}{wxcontexthelpbutton}}{Button class for putting application into context-sensitive help mode}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dbutton.cpp375 if ( event.Button(1) )
H A Dtoolbar.cpp741 wxLogTrace(_T("toolbar"), _T("Button '%s' pressed."), tool->GetShortHelp().c_str());
749 wxLogTrace(_T("toolbar"), _T("Button '%s' released."), tool->GetShortHelp().c_str());
839 if ( event.Button(1) )
H A Dtopluniv.cpp850 if ( event.Button(1) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Devent.cpp647 bool wxMouseEvent::Button(int but) const function in class:wxMouseEvent
652 wxFAIL_MSG(wxT("invalid parameter in wxMouseEvent::Button"));
697 if ( Button(i) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dapp.cpp1463 ms.SetLeftDown( Button() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Devent.h741 bool IsButton() const { return Button(wxMOUSE_BTN_ANY); }
753 bool Button(int but) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/themes/
H A Dwin32.cpp3528 if ( event.Button(1) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexi2html2121 $about .= ' <th> ' . &$I('Button') . " </th>\n" .
5568 'Button' => '',
5695 'Button' => '',
5818 'Button' => '',
5945 'Button' => 'Bouton',
6118 'Button' => '���������',
6263 'Button' => '',
6390 'Button' => '',
6517 'Button' => 'Bot@~ao',
6665 'Button'
[all...]

Completed in 233 milliseconds