GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | 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
 

Macros

#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)
 
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 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 hampt.nosp@m.on@e.nosp@m.mploy.nosp@m.ees..nosp@m.org

Definition in file gnc-period-select.h.