⛏️ index : haiku.git

/*
 * Copyright 2002-2010, Haiku. All rights reserved.
 * Distributed under the terms of the MIT License.
 *
 * Authors:
 *		Andrew McCall, mccall@digitalparadise.co.uk
 *		Mike Berg <mike@berg-net.us>
 *		Julun <host.haiku@gmx.de>
 *		Philippe Saint-Pierre <stpere@gmail.com>
 */
#ifndef _TIME_MESSAGES_H
#define _TIME_MESSAGES_H


// Timezone messages
const uint32 H_CITY_CHANGED = 'h_CC';
const uint32 H_CITY_SET = 'h_CS';

// SetButton
const uint32 H_SET_TIME_ZONE = 'hSTZ';

// local and GMT settings
const uint32 RTC_SETTINGS = 'RTse';

// clock tick message
const uint32 H_TIME_UPDATE ='obTU';

// notice for clock ticks
const uint32 H_TM_CHANGED = 'obTC';

// notice for user changes
const uint32 H_USER_CHANGE = 'obUC';

// local/ gmt radiobuttons
const uint32 kRTCUpdate = '_rtc';

// sunday/ monday radio button
const uint32 kWeekStart = '_kws';

// clicked on day in calendar
const uint32 kDayChanged = '_kdc';

// clicked on revert button
const uint32 kMsgRevert = 'rvrt';

// something was changed
const uint32 kMsgChange = 'chng';

// change time finished
const uint32 kChangeTimeFinished = 'tcfi';

// show or hide Deskbar clock
const uint32 kShowHideTime = 'ShTm';

// show seconds
const uint32 kShowSeconds = 'SwSc';

// show day of week
const uint32 kShowDayOfWeek = 'SwDw';

// show time zone
const uint32 kShowTimeZone = 'SwTz';

// get clock settings from Deskbar
const uint32 kGetClockSettings = 'GCkS';

// bring the clock tab to front
const uint32 kSelectClockTab = 'SlCk';

#endif	// _TIME_MESSAGES_H