]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/forms/form_ref.fd
Move the document dialog over to the Dialog-based scheme.
[lyx.git] / src / frontends / xforms / forms / form_ref.fd
index 61c9649254ff610cad68c653ab72842790e84515..ede6b7cf1c8fa08d783008bbf1cf07952c8edcd0 100644 (file)
@@ -46,7 +46,7 @@ shortcut:
 resize: FL_RESIZE_ALL
 gravity: FL_NorthWest FL_SouthEast
 name: browser_refs
-callback: C_FormBaseInputCB
+callback: C_FormDialogView_InputCB
 argument: 0
 
 --------------------
@@ -64,7 +64,7 @@ shortcut:
 resize: FL_RESIZE_NONE
 gravity: FL_East FL_East
 name: button_update
-callback: C_FormBaseInputCB
+callback: C_FormDialogView_InputCB
 argument: 0
 
 --------------------
@@ -82,7 +82,7 @@ shortcut:
 resize: FL_RESIZE_NONE
 gravity: FL_East FL_East
 name: check_sort
-callback: C_FormBaseInputCB
+callback: C_FormDialogView_InputCB
 argument: 0
 
 --------------------
@@ -100,7 +100,7 @@ shortcut:
 resize: FL_RESIZE_NONE
 gravity: FL_SouthWest FL_SouthWest
 name: button_restore
-callback: C_FormBaseRestoreCB
+callback: C_FormDialogView_RestoreCB
 argument: 0
 
 --------------------
@@ -118,7 +118,7 @@ shortcut: ^M
 resize: FL_RESIZE_NONE
 gravity: FL_SouthEast FL_SouthEast
 name: button_ok
-callback: C_FormBaseOKCB
+callback: C_FormDialogView_OKCB
 argument: 0
 
 --------------------
@@ -136,7 +136,7 @@ shortcut:
 resize: FL_RESIZE_NONE
 gravity: FL_SouthEast FL_SouthEast
 name: button_close
-callback: C_FormBaseCancelCB
+callback: C_FormDialogView_CancelCB
 argument: 0
 
 --------------------
@@ -154,7 +154,7 @@ shortcut:
 resize: FL_RESIZE_NONE
 gravity: FL_SouthEast FL_SouthEast
 name: button_apply
-callback: C_FormBaseApplyCB
+callback: C_FormDialogView_ApplyCB
 argument: 0
 
 --------------------
@@ -172,7 +172,7 @@ shortcut:
 resize: FL_RESIZE_X
 gravity: FL_NorthWest FL_NorthEast
 name: choice_document
-callback: C_FormBaseInputCB
+callback: C_FormDialogView_InputCB
 argument: 0
   align: FL_ALIGN_LEFT
 
@@ -209,8 +209,8 @@ shortcut:
 resize: FL_RESIZE_X
 gravity: FL_South FL_South
 name: input_ref
-callback: 
-argument: 
+callback: C_FormDialogView_InputCB
+argument: 0
 
 --------------------
 class: FL_CHOICE
@@ -227,7 +227,7 @@ shortcut:
 resize: FL_RESIZE_X
 gravity: FL_South FL_South
 name: choice_format
-callback: C_FormBaseInputCB
+callback: C_FormDialogView_InputCB
 argument: 0
 
 --------------------
@@ -245,7 +245,7 @@ shortcut:
 resize: FL_RESIZE_NONE
 gravity: FL_East FL_East
 name: button_go
-callback: C_FormBaseInputCB
+callback: C_FormDialogView_InputCB
 argument: 0
 
 ==============================