Whitespace hacking.
2003-01-13 Glynn Foster <glynn.foster@sun.com> * zenity.h: Whitespace hacking.
This commit is contained in:
parent
1e0ff80be4
commit
275dafc66e
14
src/zenity.h
14
src/zenity.h
@ -31,9 +31,9 @@ typedef struct {
|
|||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
gchar *dialog_text;
|
gchar *dialog_text;
|
||||||
gint day;
|
gint day;
|
||||||
gint month;
|
gint month;
|
||||||
gint year;
|
gint year;
|
||||||
gchar *date_format;
|
gchar *date_format;
|
||||||
} ZenityCalendarData;
|
} ZenityCalendarData;
|
||||||
|
|
||||||
@ -46,7 +46,7 @@ typedef enum {
|
|||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
gchar *dialog_text;
|
gchar *dialog_text;
|
||||||
MsgMode mode;
|
MsgMode mode;
|
||||||
} ZenityMsgData;
|
} ZenityMsgData;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
@ -83,15 +83,15 @@ void zenity_calendar (ZenityData *data,
|
|||||||
void zenity_msg (ZenityData *data,
|
void zenity_msg (ZenityData *data,
|
||||||
ZenityMsgData *msg_data);
|
ZenityMsgData *msg_data);
|
||||||
void zenity_fileselection (ZenityData *data,
|
void zenity_fileselection (ZenityData *data,
|
||||||
ZenityFileData *file_data);
|
ZenityFileData *file_data);
|
||||||
void zenity_entry (ZenityData *data,
|
void zenity_entry (ZenityData *data,
|
||||||
ZenityEntryData *entry_data);
|
ZenityEntryData *entry_data);
|
||||||
void zenity_progress (ZenityData *data,
|
void zenity_progress (ZenityData *data,
|
||||||
ZenityProgressData *progress_data);
|
ZenityProgressData *progress_data);
|
||||||
void zenity_text (ZenityData *data,
|
void zenity_text (ZenityData *data,
|
||||||
ZenityTextData *text_data);
|
ZenityTextData *text_data);
|
||||||
void zenity_tree (ZenityData *data,
|
void zenity_tree (ZenityData *data,
|
||||||
ZenityTreeData *tree_data);
|
ZenityTreeData *tree_data);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user