Main Menu
PHP Tools
PHP Help Request
PHP Editors Newsletter
Editor Search
Reviewed PHP Editors
Latest News
Submit News
PHP Tutorials
PHP Book Reviews
Online Book Chapters
PHP Games
Forums
PHP Desktop Editors
Other PHP Tools
PHP Contests
PHP Programming Help
Linux Help
Apache Help
MySQL Help
PHP Games
PHP Jobs
PHP Forums Home
Programming Contest
PHP Contests
PHP Contests Archive
Documentation
PHP Manual
PEAR Manual
PHP-GTK Manual
Smarty Manual
PostgreSQL Manual
CSS 2 Reference
Redhat Linux 9
HTML 4.01
Apache 2 Manual
Partner Sites
Ajax Tutorials
Webmaster Resources
Web Templates
PHP Scripts
PHP Code Examples
Learn PHP playing Trivia
PHP & MySQL Forums
Web Development Index
web site templates
Sponsors
NuSphere
GtkCheckMenuItem Constructor
GtkCheckMenuItem
Prev
GtkCheckMenuItem
Constructor
Next
GtkCheckMenuItem
Constructor
GtkCheckMenuItem
([string
label
]);
$checkmenuitem = &new GtkCheckMenuItem("CheckMenuItem's Label");
is the syntax that will create a new menu item with an indigenous toggle indicator placed to the left of any existing text. The
GtkCheckMenuItem
may be set to the active state -
GtkStateType
GTK_STATE_ACTIVE
- or to the inactive state,
GTK_STATE_NORMAL
. When it is in the inactive state, the toggle indicator need not be displayed.
© Copyright 2003-2023 www.php-editors.com. The ultimate
PHP Editor
and
PHP IDE
site.