Searched refs:menuitem (Results 1 – 2 of 2) sorted by relevance
159 static void clipboard_local_to_remote (GtkMenuItem *menuitem, in clipboard_local_to_remote() argument164 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() argument175 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() argument188 static void send_f8 (GtkMenuItem *menuitem, in send_f8() argument195 static void send_crtl_alt_del (GtkMenuItem *menuitem, in send_crtl_alt_del() argument
94 The third argument indicates the type of this menuitem. It is one of114 points to the menuitem chosen (Dont forget to typecast this pointer to150 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 executes171 Everycall to add_item actually returns a pointer to the menuitem176 For example, every menuitem has an "extra_data" field (a pointer)261 on the menuitem depending on which choice was selected (see complex.c