~jamesodhunt/ubuntu/natty/gdm/fix-for-gdm-upstart-conf-lp706842

« back to all changes in this revision

Viewing changes to vicious-extensions/ve-miscui.h

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Murray
  • Date: 2002-04-04 01:13:31 UTC
  • Revision ID: james.westby@ubuntu.com-20020404011331-mxbagcpsovo5j0zm
Tags: upstream-2.2.5.5
ImportĀ upstreamĀ versionĀ 2.2.5.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Misc UI routines
 
2
 *
 
3
 * (c) 2000 Eazel, Inc.
 
4
 * (c) 2001 George Lebl
 
5
 *
 
6
 * This library is free software; you can redistribute it and/or
 
7
 * modify it under the terms of the GNU Library General Public
 
8
 * License as published by the Free Software Foundation; either
 
9
 * version 2 of the License, or (at your option) any later version.
 
10
 *
 
11
 * This library is distributed in the hope that it will be useful,
 
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
14
 * Library General Public License for more details.
 
15
 *
 
16
 * You should have received a copy of the GNU Library General Public
 
17
 * License along with this library; if not, write to the
 
18
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 
19
 * Boston, MA 02111-1307, USA.
 
20
 */
 
21
#ifndef VE_MISCUI_H
 
22
#define VE_MISCUI_H
 
23
 
 
24
void            ve_entry_set_red (GtkWidget *w,
 
25
                                  gboolean state);
 
26
 
 
27
GtkWidget *     ve_gtk_option_menu_get_item (GtkOptionMenu *option_menu,
 
28
                                             int index);
 
29
int             ve_gtk_option_menu_get_history (GtkOptionMenu *option_menu);
 
30
 
 
31
/* from gnome-libs, not to require new gnome-libs */
 
32
void            ve_gnome_dialog_grab_focus (GnomeDialog *dialog, gint button);
 
33
 
 
34
#endif /* VE_MISCUI_H */