]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkenums.h
Move documentation to inline comments: GtkMessageDialog
[~andy/gtk] / gtk / gtkenums.h
index b8b5e3359459633019ed4cb1a4571ebfb45927ae..7c577c70b7bfb7e4a0852ef711db0ca6228480e4 100644 (file)
@@ -208,6 +208,16 @@ typedef enum
   GTK_MENU_DIR_PREV
 } GtkMenuDirectionType;
 
+/**
+ * GtkMessageType:
+ * @GTK_MESSAGE_INFO: Informational message
+ * @GTK_MESSAGE_WARNING: Nonfatal warning message
+ * @GTK_MESSAGE_QUESTION: Question requiring a choice
+ * @GTK_MESSAGE_ERROR: Fatal error message
+ * @GTK_MESSAGE_OTHER: None of the above, doesn't get an icon
+ *
+ * The type of message being displayed in the dialog.
+ */
 typedef enum
 {
   GTK_MESSAGE_INFO,