Foodolini.Activities.Cookbook.ConfirmDialog Class Reference

Dialog used to get a confirmation from the user. The title and content can be set through the constructor. More...

Collaboration diagram for Foodolini.Activities.Cookbook.ConfirmDialog:
Collaboration graph

List of all members.

Public Member Functions

 ConfirmDialog (string title, string content)
 Sets the title , and the content of the dialog.

Protected Member Functions

virtual void Build ()

Properties

string Content [get, set]
string DialogTitle [set]

Private Attributes

Gtk.Alignment alignment1
Gtk.HBox hbox1
Gtk.Image image218
Gtk.Label lbContent
Gtk.Label lbContent1
Gtk.Button buttonCancel
Gtk.Button buttonOk

Detailed Description

Dialog used to get a confirmation from the user. The title and content can be set through the constructor.

Definition at line 11 of file ConfirmDialog.cs.


Constructor & Destructor Documentation

Foodolini.Activities.Cookbook.ConfirmDialog.ConfirmDialog ( string  title,
string  content 
)

Sets the title , and the content of the dialog.

Parameters:
title A System.String
content A System.String

Definition at line 22 of file ConfirmDialog.cs.


Member Function Documentation

virtual void Foodolini.Activities.Cookbook.ConfirmDialog.Build (  )  [protected, virtual]

Member Data Documentation


Property Documentation

string Foodolini.Activities.Cookbook.ConfirmDialog.Content [get, set, private]

Definition at line 29 of file ConfirmDialog.cs.

string Foodolini.Activities.Cookbook.ConfirmDialog.DialogTitle [set, private]

Definition at line 34 of file ConfirmDialog.cs.


The documentation for this class was generated from the following files:

Foodolini 1.0.0 Documentation, generated with DoxyGen.