status_bar.h File Reference

Status_Bar Widget. More...

#include "ntw.h"

Go to the source code of this file.

Functions

char * ntw_status_bar_get_text (ntwWidget *widget)
 Get a status_bar's text.
int ntw_status_bar_set_text (ntwWidget *widget, char *text)
 Set a status_bar's text.
ntwWidget * ntw_status_bar_new (char *text)
 Create status_bar.


Detailed Description

Status_Bar Widget.

A status_bar is a horizontal bar usually placed at the bottom of a window that displays a text message.


Function Documentation

char* ntw_status_bar_get_text ntwWidget *  widget  ) 
 

Get a status_bar's text.

Parameters:
widget status_bar widget
Returns:
status_bar's text string

ntwWidget* ntw_status_bar_new char *  text  ) 
 

Create status_bar.

Returns:
Newly created status_bar

int ntw_status_bar_set_text ntwWidget *  widget,
char *  text
 

Set a status_bar's text.

Parameters:
widget status_bar widget
text new text string
Returns:
-1 on failure.


Generated on Wed Jun 28 17:00:07 2006 for NTW Server C Library by  doxygen 1.4.6