GnuCash c935c2f+
Loading...
Searching...
No Matches
Data Fields
GNCDateEdit Struct Reference

#include <gnc-date-edit.h>

Data Fields

GtkBox hbox
 
GtkWidget * date_entry
 
GtkWidget * date_button
 
GtkWidget * time_entry
 
GtkWidget * time_combo
 
GtkWidget * cal_label
 
GtkWidget * cal_popup
 
GtkWidget * calendar
 
time64 initial_time
 
int lower_hour
 
int upper_hour
 
int flags
 
int disposed
 
gboolean popup_in_progress
 
gboolean in_selected_handler
 

Detailed Description

*  * 2001.05.13T1647 [PDT], #gnucash:
* <jsled> dave_p: So the header for gnc-dateedit.h is a bit light
*         on _why_ such a thing was done... any help?
* <dave_p> jsled: gnome date edit isn't i18n'd properly. also, we
*          added the register date hotkeys.
*  

Definition at line 62 of file gnc-date-edit.h.

Field Documentation

◆ cal_label

GtkWidget* GNCDateEdit::cal_label

Definition at line 72 of file gnc-date-edit.h.

◆ cal_popup

GtkWidget* GNCDateEdit::cal_popup

Definition at line 73 of file gnc-date-edit.h.

◆ calendar

GtkWidget* GNCDateEdit::calendar

Definition at line 74 of file gnc-date-edit.h.

◆ date_button

GtkWidget* GNCDateEdit::date_button

Definition at line 67 of file gnc-date-edit.h.

◆ date_entry

GtkWidget* GNCDateEdit::date_entry

Definition at line 66 of file gnc-date-edit.h.

◆ disposed

int GNCDateEdit::disposed

Definition at line 83 of file gnc-date-edit.h.

◆ flags

int GNCDateEdit::flags

Definition at line 81 of file gnc-date-edit.h.

◆ hbox

GtkBox GNCDateEdit::hbox

Definition at line 64 of file gnc-date-edit.h.

◆ in_selected_handler

gboolean GNCDateEdit::in_selected_handler

Definition at line 86 of file gnc-date-edit.h.

◆ initial_time

time64 GNCDateEdit::initial_time

Definition at line 76 of file gnc-date-edit.h.

◆ lower_hour

int GNCDateEdit::lower_hour

Definition at line 78 of file gnc-date-edit.h.

◆ popup_in_progress

gboolean GNCDateEdit::popup_in_progress

Definition at line 85 of file gnc-date-edit.h.

◆ time_combo

GtkWidget* GNCDateEdit::time_combo

Definition at line 70 of file gnc-date-edit.h.

◆ time_entry

GtkWidget* GNCDateEdit::time_entry

Definition at line 69 of file gnc-date-edit.h.

◆ upper_hour

int GNCDateEdit::upper_hour

Definition at line 79 of file gnc-date-edit.h.


The documentation for this struct was generated from the following file: