MG: source notebook pagenames are now updated more often

git-svn-id: trunk@728 -
This commit is contained in:
lazarus 2002-02-09 01:45:55 +00:00
parent 8660e5fb99
commit d986734622

View File

@ -1742,7 +1742,7 @@ procedure TgtkObject.SetLabel(Sender : TObject; Data : Pointer);
TabWidget: PGtkWidget; // the tab (hbox containing a pixmap, a label TabWidget: PGtkWidget; // the tab (hbox containing a pixmap, a label
// and a close button) // and a close button)
TabLabelWidget: PGtkWidget; // the label in the tab TabLabelWidget: PGtkWidget; // the label in the tab
MenuWidget: PGtkWidget; // the popup menu (hbox containing a pixmap and MenuWidget: PGtkWidget; // the popup menu (hbox containing a pixmap and
// a label) // a label)
MenuLabelWidget: PGtkWidget; // the label in the popup menu item MenuLabelWidget: PGtkWidget; // the label in the popup menu item
NewText: PChar; NewText: PChar;
@ -5266,6 +5266,9 @@ end;
{ ============================================================================= { =============================================================================
$Log$ $Log$
Revision 1.150 2002/07/29 13:26:57 lazarus
MG: source notebook pagenames are now updated more often
Revision 1.149 2002/07/23 07:40:51 lazarus Revision 1.149 2002/07/23 07:40:51 lazarus
MG: fixed get widget position for inherited gdkwindows MG: fixed get widget position for inherited gdkwindows