Searched refs:options_menu (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/aui/
H A Dauidemo.cpp691 wxMenu* options_menu = new wxMenu; local
692 options_menu->AppendRadioItem(ID_TransparentHint, _("Transparent Hint"));
693 options_menu->AppendRadioItem(ID_VenetianBlindsHint, _("Venetian Blinds Hint"));
694 options_menu->AppendRadioItem(ID_RectangleHint, _("Rectangle Hint"));
695 options_menu->AppendRadioItem(ID_NoHint, _("No Hint"));
696 options_menu->AppendSeparator();
697 options_menu->AppendCheckItem(ID_HintFade, _("Hint Fade-in"));
698 options_menu->AppendCheckItem(ID_AllowFloating, _("Allow Floating"));
699 options_menu->AppendCheckItem(ID_NoVenetianFade, _("Disable Venetian Blinds Hint Fade-in"));
700 options_menu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2rtf.cpp376 wxMenu *options_menu = new wxMenu; local
378 options_menu->Append(TEX_OPTIONS_CURLY_BRACE, _T("Curly brace matching"), _T("Checks for mismatched curly braces"),true);
379 options_menu->Append(TEX_OPTIONS_SYNTAX_CHECKING, _T("Syntax checking"), _T("Syntax checking for common errors"),true);
381 options_menu->Check(TEX_OPTIONS_CURLY_BRACE, checkCurlyBraces);
382 options_menu->Check(TEX_OPTIONS_SYNTAX_CHECKING, checkSyntax);
393 menuBar->Append(options_menu, _T("&Options"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dtr-window.c60 GtkWidget * options_menu; member in struct:__anon7295
575 gtk_menu_popup ( GTK_MENU( p->options_menu ), NULL, NULL, NULL, NULL, 0, gtk_get_current_event_time( ) );
661 p->options_menu = createOptionsMenu( p );

Completed in 95 milliseconds