|
GnuCash c935c2f+
|
Data Fields | |
| const char * | label |
| GNCSearchCallback | cb_fcn |
| GNCSearchMultiSelectedCB | cb_multiselect_fn |
| gboolean | sensitive_if_readonly |
| TRUE if this action should be sensitive even in a read-only book. | |
Definition at line 74 of file dialog-search.h.
| GNCSearchCallback GNCSearchCallbackButton::cb_fcn |
Definition at line 77 of file dialog-search.h.
| GNCSearchMultiSelectedCB GNCSearchCallbackButton::cb_multiselect_fn |
Definition at line 78 of file dialog-search.h.
| const char* GNCSearchCallbackButton::label |
Definition at line 76 of file dialog-search.h.
| gboolean GNCSearchCallbackButton::sensitive_if_readonly |
TRUE if this action should be sensitive even in a read-only book.
If FALSE, this action is sensitive in read-write book but not in a read-only book.
Definition at line 83 of file dialog-search.h.