Home
last modified time | relevance | path

Searched refs:menuitem (Results 1 – 7 of 7) sorted by relevance

/external/libvncserver/client_examples/
Dgtkvncviewer.c159 static void clipboard_local_to_remote (GtkMenuItem *menuitem, in clipboard_local_to_remote() argument
164 clipboard = gtk_widget_get_clipboard (GTK_WIDGET (menuitem), in clipboard_local_to_remote()
170 static void clipboard_remote_to_local (GtkMenuItem *menuitem, in clipboard_remote_to_local() argument
175 clipboard = gtk_widget_get_clipboard (GTK_WIDGET (menuitem), in clipboard_remote_to_local()
182 static void request_screen_refresh (GtkMenuItem *menuitem, in request_screen_refresh() argument
188 static void send_f8 (GtkMenuItem *menuitem, in send_f8() argument
195 static void send_crtl_alt_del (GtkMenuItem *menuitem, in send_crtl_alt_del() argument
/external/syslinux/com32/cmenu/
DMANUAL94 The third argument indicates the type of this menuitem. It is one of
114 points to the menuitem chosen (Dont forget to typecast this pointer to
150 to a menuitem which can be "executed", i.e. it will be of type OPT_RUN.
152 the command associated with this menuitem. The following code executes
171 Everycall to add_item actually returns a pointer to the menuitem
176 For example, every menuitem has an "extra_data" field (a pointer)
261 on the menuitem depending on which choice was selected (see complex.c
/external/python/cpython3/Lib/idlelib/
Dquery.py213 def __init__(self, parent, title, *, menuitem='', filepath='', argument
223 parent, title, message, text0=menuitem,
Dconfigdialog.py975 menuitem=helpSource[0],
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_query.py339 dialog = query.HelpSource(root, 'T', menuitem='__test__',
/external/python/cpython3/Tools/scripts/
Dtexi2html.py412 self.htmlhelp.menuitem(nodename)
1737 def menuitem(self,nodename): member in HTMLHelp
/external/python/cpython2/Tools/scripts/
Dtexi2html.py411 self.htmlhelp.menuitem(nodename)
1739 def menuitem(self,nodename): member in HTMLHelp