Fixed the argument comment. Removed an old enum that's not used here.
2000-11-06 Christopher James Lahey <clahey@helixcode.com> * e-search-bar.h: Fixed the argument comment. Removed an old enum that's not used here. svn path=/trunk/; revision=6457
This commit is contained in:
committed by
Chris Lahey
parent
dbc4e09113
commit
f2178aee93
@ -1,3 +1,8 @@
|
||||
2000-11-06 Christopher James Lahey <clahey@helixcode.com>
|
||||
|
||||
* e-search-bar.h: Fixed the argument comment. Removed an old enum
|
||||
that's not used here.
|
||||
|
||||
2000-11-06 Christopher James Lahey <clahey@helixcode.com>
|
||||
|
||||
* Makefile.am: Added e-search-bar.c and e-search-bar.h.
|
||||
|
||||
@ -32,8 +32,10 @@ extern "C" {
|
||||
*
|
||||
* The following arguments are available:
|
||||
*
|
||||
* name type read/write description
|
||||
* --------------------------------------------------------------------------------
|
||||
* name type read/write description
|
||||
* ---------------------------------------------------------------------------------
|
||||
* option_choice int RW Which option choice is currently selected.
|
||||
* text string RW Text in the entry box.
|
||||
*/
|
||||
|
||||
#define E_SEARCH_BAR_TYPE (e_search_bar_get_type ())
|
||||
@ -42,13 +44,6 @@ extern "C" {
|
||||
#define E_IS_SEARCH_BAR(obj) (GTK_CHECK_TYPE ((obj), E_SEARCH_BAR_TYPE))
|
||||
#define E_IS_SEARCH_BAR_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), E_SEARCH_BAR_TYPE))
|
||||
|
||||
typedef enum {
|
||||
E_SEARCH_BAR_NONE, /* initialized to this */
|
||||
E_SEARCH_BAR_TABLE,
|
||||
E_SEARCH_BAR_MINICARD
|
||||
} ESearchBarType;
|
||||
|
||||
|
||||
typedef struct {
|
||||
char *text;
|
||||
int id;
|
||||
|
||||
@ -32,8 +32,10 @@ extern "C" {
|
||||
*
|
||||
* The following arguments are available:
|
||||
*
|
||||
* name type read/write description
|
||||
* --------------------------------------------------------------------------------
|
||||
* name type read/write description
|
||||
* ---------------------------------------------------------------------------------
|
||||
* option_choice int RW Which option choice is currently selected.
|
||||
* text string RW Text in the entry box.
|
||||
*/
|
||||
|
||||
#define E_SEARCH_BAR_TYPE (e_search_bar_get_type ())
|
||||
@ -42,13 +44,6 @@ extern "C" {
|
||||
#define E_IS_SEARCH_BAR(obj) (GTK_CHECK_TYPE ((obj), E_SEARCH_BAR_TYPE))
|
||||
#define E_IS_SEARCH_BAR_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), E_SEARCH_BAR_TYPE))
|
||||
|
||||
typedef enum {
|
||||
E_SEARCH_BAR_NONE, /* initialized to this */
|
||||
E_SEARCH_BAR_TABLE,
|
||||
E_SEARCH_BAR_MINICARD
|
||||
} ESearchBarType;
|
||||
|
||||
|
||||
typedef struct {
|
||||
char *text;
|
||||
int id;
|
||||
|
||||
Reference in New Issue
Block a user