include/alp/aboutdialog.h File Reference


Detailed Description

ALP About Dialog widget API.

#include <gtk/gtkdialog.h>
#include <alp/bundlemgr.h>
#include <alp/icons.h>

Go to the source code of this file.

Data Structures

struct  _AlpAboutDialog
struct  _AlpAboutDialogClass

Defines

#define ALP_ABOUT_DIALOG(object)   (G_TYPE_CHECK_INSTANCE_CAST ((object), ALP_TYPE_ABOUT_DIALOG, AlpAboutDialog))
#define ALP_ABOUT_DIALOG_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), ALP_TYPE_ABOUT_DIALOG, AlpAboutDialogClass))
#define ALP_ABOUT_DIALOG_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), ALP_TYPE_ABOUT_DIALOG, AlpAboutDialogClass))
#define ALP_IS_ABOUT_DIALOG(object)   (G_TYPE_CHECK_INSTANCE_TYPE ((object), ALP_TYPE_ABOUT_DIALOG))
#define ALP_IS_ABOUT_DIALOG_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE ((klass), ALP_TYPE_ABOUT_DIALOG))
#define ALP_TYPE_ABOUT_DIALOG   (alp_about_dialog_get_type ())

Typedefs

typedef _AlpAboutDialog AlpAboutDialog
typedef _AlpAboutDialogClass AlpAboutDialogClass

Functions

void alp_about_dialog_cancel ()
 Cancels a running AlpAboutDialog - suitable from calling from a relaunch handler of an application which is being relaunched to move to the background. Can be called safely even if an about dialog is not running.
GType alp_about_dialog_get_type (void) G_GNUC_CONST
 Get the AlpAboutDialog object type.
void alp_about_dialog_run (GtkWindow *parent_window)
 Creates, shows and cleans up after the AlpAboutDialog.


Generated on Wed Jul 30 07:06:39 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.