Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 7a7f1b6944a25663039b7e0c7848225f > files > 12

xdtv-devel-2.4.0-7mdv2009.0.i586.rpm

/*****************************************************************************
 * xdtv.h: some xdtv functions and definitions
 *****************************************************************************
 * $Id: xdtv.h,v 1.6 2005/12/11 19:03:28 pingus77 Exp $
 *****************************************************************************
 * Copyright (C) 2001 Keuleu
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
 *****************************************************************************
 *
 * This software was based on xawtv. Those portions are
 * Copyright (C) 1997 Gerd Knorr <kraxel@cs.tu-berlin.de>
 *
 *****************************************************************************/
#ifndef _XDTV_H_
#define _XDTV_H_

void set_timer_title ();
void set_float (Widget widget, char *name, float value);
void action_cb (Widget widget, XtPointer clientdata, XtPointer call_data);
void scroll_scb (Widget widget, XtPointer clientdata, XtPointer call_data);
void popup_mess(char *message);

#define LAB_WIDTH         16
#define LAB_WIDTH2        12
#define LAB_WIDTH3        20
#define LAB_WIDTH4        25
#define LAB_WIDTH5        30

#define LABEL_WIDTH         "16"
#define LABEL_WIDTH2        "12"
#define LABEL_WIDTH3        "20"
#define LABEL_WIDTH4        "25"

#define PANED_FIX               \
        XtNallowResize, False,  \
        XtNshowGrip,    False,  \
        XtNskipAdjust,  True

struct CALL_ACTION
{
  int argc;
  char *name;
  char *argv[4];
};

#endif //_XDTV_H_