|
CoreGTK
3.22.0
CoreGTK is an Objective-C language binding for the GTK+ widget toolkit
|


Additional Inherited Members | |
Class Methods inherited from CGTKWidget | |
| (GtkTextDirection) | + getDefaultDirection |
| (GtkStyle *) | + getDefaultStyle |
| (void) | + popCompositeChild |
| (void) | + pushCompositeChild |
| (void) | + setDefaultDirection: |
Class Methods inherited from CGTKBase | |
| (CGTKBase *) | + withGObject: |
Protected Attributes inherited from CGTKBase | |
| GObject * | __gObject |
Definition at line 34 of file CGTKCalendar.h.
| - (GtkCalendar *) CALENDAR |
Methods
Definition at line 48 of file CGTKCalendar.m.
| - (void) clearMarks |
-(void*)clearMarks;
Definition at line 53 of file CGTKCalendar.m.
| - (void) getDateWithYear: | (guint*) | year | |
| andMonth: | (guint*) | month | |
| andDay: | (guint*) | day | |
-(void*)getDateWithYear:(guint*) year andMonth:(guint*) month andDay:(guint*) day;
| year | |
| month | |
| day |
Definition at line 58 of file CGTKCalendar.m.
| - (BOOL) getDayIsMarked: | (guint) | day |
-(BOOL*)getDayIsMarked: day;
| day |
Definition at line 63 of file CGTKCalendar.m.
| - (gint) getDetailHeightRows |
| - (gint) getDetailWidthChars |
| - (GtkCalendarDisplayOptions) getDisplayOptions |
-(GtkCalendarDisplayOptions*)getDisplayOptions;
Definition at line 78 of file CGTKCalendar.m.
| - (id) init |
Constructors
Definition at line 36 of file CGTKCalendar.m.
| - (void) markDay: | (guint) | day |
| - (void) selectDay: | (guint) | day |
| - (void) selectMonthWithMonth: | (guint) | month | |
| andYear: | (guint) | year | |
-(void*)selectMonthWithMonth:(guint) month andYear:(guint) year;
| month | |
| year |
Definition at line 93 of file CGTKCalendar.m.
| - (void) setDetailFuncWithFunc: | (GtkCalendarDetailFunc) | func | |
| andData: | (gpointer) | data | |
| andDestroy: | (GDestroyNotify) | destroy | |
-(void*)setDetailFuncWithFunc:(GtkCalendarDetailFunc) func andData:(gpointer) data andDestroy:(GDestroyNotify) destroy;
| func | |
| data | |
| destroy |
Definition at line 98 of file CGTKCalendar.m.
| - (void) setDetailHeightRows: | (gint) | rows |
| - (void) setDetailWidthChars: | (gint) | chars |
| - (void) setDisplayOptions: | (GtkCalendarDisplayOptions) | flags |
| - (void) unmarkDay: | (guint) | day |