diff --git a/doc/en/Gtk/Statusbar.xml b/doc/en/Gtk/Statusbar.xml index f938d61df..e38f14f91 100644 --- a/doc/en/Gtk/Statusbar.xml +++ b/doc/en/Gtk/Statusbar.xml @@ -1,5 +1,5 @@ - + gtk-sharp 0.0.0.0 @@ -7,8 +7,13 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Report messages of minor importance to the user. + The Statusbar widget displays textual messages to the user. Statusbars are typically placed at the bottom of application s. + A Statusbar may provide a regular commentary of the application's status (as is usually the case in a web browser, for example), or may be used to simply output a message when the status changes, (when an upload is complete in an FTP client, for example). + As a finishing touch to the StatusBar, it can have a "resize grip" added in the lower right corner. This is a triangular area that can be clicked on to resize the window containing the statusbar. + Status bars in Gtk+ maintain a stack of messages. The message at the top of the each bar's stack is the one that will currently be displayed. + Any messages added to a statusbar's stack must specify a that is used to uniquely identify the source of a message. This can be generated with , given a message. Note that messages are stored in a stack, and when choosing which message to display, the stack structure is adhered to, regardless of the context identifier of a message. + Messages are added to the bar's stack with , and the message at the top of the stack can be removed using . A message can be removed from anywhere in the stack if it's was recorded at the time it was added. This is done using . Gtk.HBox @@ -40,11 +45,11 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'string' - To be added: an object of type 'uint' - To be added + Pushes a new message onto the stack. + The new message's context ID, as generated by . + The message to display to the user. + The message's new message id for use with . + Note that the and the returned are equivalent and are both required for to work. @@ -58,10 +63,10 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'uint' - To be added + Forces the removal of a message from a statusbar's stack. + A context identifier. + A message identifier. + The exact and must be specified. @@ -74,9 +79,9 @@ - To be added - To be added: an object of type 'uint' - To be added + Removes the message at the top of the Statusbar's stack. + A context identifier + @@ -89,10 +94,10 @@ - To be added - To be added: an object of type 'string' - To be added: an object of type 'uint' - To be added + Generates an identifier based on the . + A description of the message you want to generate an identifier for. + An integer identifier + @@ -145,9 +150,9 @@ - To be added - To be added: an object of type 'Gtk.Statusbar' - To be added + The main way to create a new status bar. + A new Statusbar + Creates a new Statusbar with an empty message stack. @@ -172,10 +177,10 @@ - To be added - To be added: an object of type 'bool' - To be added: an object of type 'bool' - To be added + Manage whether this Statusbar has a resizable grip over its bottom right corner. + Set to to render a resize grip over the Statusbar, otherwise. + Whether or not there is currently a resize grip on the Statusbar. + @@ -184,8 +189,8 @@ - To be added - To be added + An event that is fired when a message is pushed onto the Statusbar's message stack using the method. + Connect to this event with a . @@ -194,8 +199,8 @@ - To be added - To be added + An event that is fired when a message is popped off the Statusbar's message stack using the method. + Connect to this event with a . diff --git a/doc/en/GtkSharp/TextPoppedArgs.xml b/doc/en/GtkSharp/TextPoppedArgs.xml index 0a9ec8c0a..128fa7fd3 100644 --- a/doc/en/GtkSharp/TextPoppedArgs.xml +++ b/doc/en/GtkSharp/TextPoppedArgs.xml @@ -1,5 +1,5 @@ - + gtk-sharp 0.0.0.0 @@ -7,8 +7,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Passes data to handlers of events. + GtkSharp.SignalArgs @@ -22,9 +22,9 @@ - To be added - To be added: an object of type 'GtkSharp.TextPoppedArgs' - To be added + Creates a new object that encapsulates the data that has been popped from a message stack. + A new TextPoppedArgs object. + @@ -34,9 +34,9 @@ System.String - To be added - To be added: an object of type 'string' - To be added + Retrieve the text that was 'popped'. + The string removed from the top of the Statusbar's message stack + @@ -46,9 +46,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + Retrieve the context identifier for the message that was removed. + An integer context ID. + diff --git a/doc/en/GtkSharp/TextPoppedHandler.xml b/doc/en/GtkSharp/TextPoppedHandler.xml index 5e005b64d..99e995a18 100644 --- a/doc/en/GtkSharp/TextPoppedHandler.xml +++ b/doc/en/GtkSharp/TextPoppedHandler.xml @@ -1,5 +1,5 @@ - + gtk-sharp 0.0.0.0 @@ -7,9 +7,9 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added - + An event that is fired when messages are popped from the message stack of a . + This event passes data to its handlers with the class. + System.Delegate diff --git a/doc/en/GtkSharp/TextPushedArgs.xml b/doc/en/GtkSharp/TextPushedArgs.xml index 0b1ffde65..c739281ef 100644 --- a/doc/en/GtkSharp/TextPushedArgs.xml +++ b/doc/en/GtkSharp/TextPushedArgs.xml @@ -1,5 +1,5 @@ - + gtk-sharp 0.0.0.0 @@ -7,8 +7,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Passes data to handlers of events. + GtkSharp.SignalArgs @@ -22,9 +22,9 @@ - To be added - To be added: an object of type 'GtkSharp.TextPushedArgs' - To be added + Creates a new object that encapsulates the data that has been pushed onto a message stack. + A new TextPushedArgs object. + @@ -34,9 +34,9 @@ System.String - To be added - To be added: an object of type 'string' - To be added + Retrieve the text that was 'pushed'. + The string added to the top of the Statusbar's message stack + @@ -46,9 +46,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + Retrieve the context identifier for the message that was added. + An integer context ID. + diff --git a/doc/en/GtkSharp/TextPushedHandler.xml b/doc/en/GtkSharp/TextPushedHandler.xml index 56e393301..d11dbda75 100644 --- a/doc/en/GtkSharp/TextPushedHandler.xml +++ b/doc/en/GtkSharp/TextPushedHandler.xml @@ -1,5 +1,5 @@ - + gtk-sharp 0.0.0.0 @@ -7,8 +7,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + An event that is fired when messages are pushed onto the message stack of a . + This event passes data to its handlers with the class. System.Delegate