blob: 9cdfc3177759419e437e6deb0437d95b4bed08db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
$NetBSD: patch-bv,v 1.1 2001/12/20 09:20:00 tron Exp $
--- lib/libxview/panel/p_choice.c.orig Tue Jun 29 07:16:57 1993
+++ lib/libxview/panel/p_choice.c Thu Dec 20 10:09:16 2001
@@ -106,6 +106,10 @@
static int choice_number();
static int choice_x_gap();
static int choice_y_gap();
+static int find_choice();
+static int modify_choice();
+static int move_specified();
+static int re_alloc_choices();
static unsigned int choice_value();
static void choice_create_menu();
static void choice_images_to_menu_items();
@@ -120,7 +124,6 @@
static void update_item_rect();
static void update_value_rect();
static Xv_opaque choice_do_menu_item();
-
static Panel_ops ops = {
panel_default_handle_event, /* handle_event() */
|