GnuCash 2.4.99
Data Structures | Defines | Functions
gnc-period-select.h File Reference

A custom widget for selecting accounting periods. More...

#include "gnc-accounting-period.h"

Go to the source code of this file.

Data Structures

struct  GncPeriodSelect
struct  GncPeriodSelectClass

Defines

#define GNC_TYPE_PERIOD_SELECT   (gnc_period_select_get_type())
#define GNC_PERIOD_SELECT(o)   (G_TYPE_CHECK_INSTANCE_CAST ((o), GNC_TYPE_PERIOD_SELECT, GncPeriodSelect))
#define GNC_PERIOD_SELECT_CLASS(k)   (G_TYPE_CHECK_CLASS_CAST ((k), GNC_TYPE_PERIOD_SELECT, GncPeriodSelectClass))
#define GNC_IS_PERIOD_SELECT(o)   (G_TYPE_CHECK_INSTANCE_TYPE ((o), GNC_TYPE_PERIOD_SELECT))

Functions

void gnc_period_select_set_active (GncPeriodSelect *period, GncAccountingPeriod which)
GncAccountingPeriod gnc_period_select_get_active (GncPeriodSelect *period)
GDate * gnc_period_select_get_date (GncPeriodSelect *period)
time_t gnc_period_select_get_time (GncPeriodSelect *period)
GncPeriodSelect Core Implementation
GType gnc_period_select_get_type (void)
GtkWidget * gnc_period_select_new (gboolean starting_labels)
GtkWidget * gnc_period_select_new_glade (gchar *widget_name, gchar *string1, gchar *string2, gint int1, gint int2)
GncPeriodSelect Widget Implementation
void gnc_period_select_changed (GncPeriodSelect *period)
GncPeriodSelect Properties
void gnc_period_select_set_fy_end (GncPeriodSelect *period, const GDate *fy_end)
GDate * gnc_period_select_get_fy_end (GncPeriodSelect *period)
gboolean gnc_period_select_get_show_date (GncPeriodSelect *period)
void gnc_period_select_set_show_date (GncPeriodSelect *period, const gboolean show_date)
GDate * gnc_period_select_get_date_base (GncPeriodSelect *period)
void gnc_period_select_set_date_base (GncPeriodSelect *period, const GDate *date_base)

Detailed Description

A custom widget for selecting accounting periods.

Author:
David Hampton <hampton@employees.org>

Definition in file gnc-period-select.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines